rust/src/libcore
Mark Rousskov f69baa92e4
Rollup merge of #52104 - tmccombs:repr_trans_stable, r=Mark-Simulacrum
Remove unnecessary feature gate.

To fix a warning.
2018-07-06 21:29:18 -06:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
char migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
fmt migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
future Implement UnsafeFutureObj for &mut Future 2018-07-02 19:07:59 +02:00
hash impl Hash for ! 2018-06-14 23:26:38 -04:00
iter Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton 2018-07-03 04:08:02 +00:00
num Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin 2018-07-04 16:21:42 +00:00
ops Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
prelude Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
slice Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
str Add str::split_ascii_whitespace. 2018-06-27 17:54:27 -04:00
sync #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] 2018-07-05 16:52:46 -05:00
task Auto merge of #51935 - cramertj:unpin-references, r=withoutboats 2018-07-04 11:32:40 +00:00
tests Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton 2018-07-03 04:08:02 +00:00
unicode Regenerate character tables for Unicode 11 2018-06-11 10:54:30 -07:00
alloc.rs Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
any.rs Any docs preposition change 2018-07-03 13:13:49 -07:00
array.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
ascii.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
borrow.rs Fix formatting. 2018-03-18 13:05:00 +01:00
Cargo.toml Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cell.rs Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin 2018-07-04 16:21:42 +00:00
clone.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
cmp.rs Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
convert.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
default.rs Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. 2017-07-18 01:49:40 +08:00
hint.rs Stabilize core::hint::unreachable_unchecked. 2018-04-16 18:29:40 +08:00
internal_macros.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
intrinsics.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Remove unnecessary feature gate. 2018-07-06 01:06:17 -06:00
macros.rs undo payload in core::panic! changes 2018-06-03 13:46:19 +02:00
marker.rs Implement Unpin for references 2018-06-29 19:31:55 -07:00
mem.rs Implement UnsafeFutureObj for &mut Future 2018-07-02 19:07:59 +02:00
nonzero.rs Add #[repr(transparent)] to some libcore types 2018-06-16 18:25:15 +02:00
option.rs Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats 2018-06-26 11:35:37 +02:00
panic.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
panicking.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
ptr.rs Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin 2018-07-04 16:21:42 +00:00
raw.rs Fix up various links 2017-03-20 10:10:16 -04:00
result.rs Add explanation for #[must_use] on Result 2018-05-07 10:26:28 -07:00
time.rs Optimize sum of Durations by using custom function 2018-06-16 20:56:17 +02:00
tuple.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
unit.rs impl FromIterator<()> for () 2017-10-18 23:12:37 -07:00