rust/src/libcore
2018-07-30 11:55:20 +02:00
..
benches
char migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
fmt Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
future Implement UnsafeFutureObj for &mut Future 2018-07-02 19:07:59 +02:00
hash impl PartialEq+Eq for BuildHasherDefault 2018-07-15 17:37:46 +02:00
iter Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
num Revert "Stabilize to_bytes and from_bytes for integers." 2018-07-30 11:55:20 +02:00
ops Changed implementation of the third field to make LLVM optimize it better. 2018-07-13 13:26:07 +08:00
prelude
slice Auto merge of #52744 - RalfJung:align_offset, r=Kimundi 2018-07-28 16:44:21 +00:00
str libcore: Prefer Option::map over match where applicable 2018-07-23 22:04:33 -07:00
sync Add #[repr(transparent)] to Atomic* types 2018-07-07 20:09:34 -07:00
task Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum 2018-07-27 20:27:40 +00:00
tests Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
unicode Handle array manually in string case conversion methods 2018-07-06 17:20:39 +02:00
alloc.rs Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
any.rs Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
array.rs
ascii.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
borrow.rs
Cargo.toml
cell.rs Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
clone.rs
cmp.rs Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
convert.rs AsRef doc wording tweaks 2018-07-15 10:16:36 +10:00
default.rs
hint.rs
internal_macros.rs
intrinsics.rs Add unaligned volatile intrinsics 2018-07-14 23:28:39 +01:00
iter_private.rs
lib.rs Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
macros.rs Avoid using #[macro_export] for documenting builtin macros 2018-07-21 02:49:34 +03:00
manually_drop_stage0.rs Change ManuallyDrop from an union to a struct and make it a lang item. 2018-07-25 21:01:02 +03:00
marker.rs Fix doc link 2018-07-17 14:10:11 +02:00
mem.rs Change ManuallyDrop from an union to a struct and make it a lang item. 2018-07-25 21:01:02 +03:00
nonzero.rs Add #[repr(transparent)] to some libcore types 2018-06-16 18:25:15 +02:00
option.rs Rollup merge of #52218 - rivertam:patch-1, r=withoutboats 2018-07-18 22:34:56 +08:00
panic.rs Enforce #![deny(bare_trait_objects)] in src/libcore 2018-07-25 10:21:41 +09:00
panicking.rs Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
ptr.rs Fix doc comment for 'ptr::copy_to' method 2018-07-27 15:26:57 +03:00
raw.rs
result.rs
time.rs Make rounding down clear in duration documentation 2018-07-14 15:48:52 +02:00
tuple.rs
unit.rs