..
benches
Move deny(warnings) into rustbuild
2018-04-08 16:59:14 -06:00
btree
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
2018-06-11 13:47:23 -07:00
tests
Auto merge of #51320 - tmccombs:step-by, r=SimonSapin
2018-06-10 01:45:42 +00:00
alloc.rs
Rename OOM to allocation error
2018-06-18 21:41:24 +02:00
arc.rs
Rename OOM to allocation error
2018-06-18 21:41:24 +02:00
binary_heap.rs
Use ManuallyDrop instead of Option in Hole implementation
2018-05-06 16:55:40 +02:00
borrow.rs
Add #[must_use] to a few standard library methods
2018-03-30 23:06:05 -07:00
boxed.rs
Improve core::task::TaskObj
2018-06-13 09:32:59 +02:00
boxed_test.rs
Direct conversions between slices and boxes.
2017-02-06 18:53:13 -05:00
Cargo.toml
Switch to 1.26 bootstrap compiler
2018-05-17 08:47:25 -06:00
fmt.rs
Reexport fmt::Alignment into std
2018-06-03 17:04:48 +02:00
lib.rs
Stabilize #[repr(transparent)]
2018-06-12 06:49:07 +02:00
linked_list.rs
Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
2018-04-16 13:21:56 +00:00
macros.rs
fix some typos
2017-11-21 15:33:45 +01:00
raw_vec.rs
Rename OOM to allocation error
2018-06-18 21:41:24 +02:00
rc.rs
Rename OOM to allocation error
2018-06-18 21:41:24 +02:00
repeat-generic-slice.rs
Add run-pass test for repeat-generic-slice feature
2018-03-28 09:02:27 +02:00
slice.rs
Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin
2018-06-02 13:14:25 -06:00
str.rs
incorporate changes from code review
2018-06-01 17:13:26 +02:00
string.rs
stabilize RangeBounds collections_range #30877
2018-05-24 05:01:40 -07:00
task.rs
Add Future and task system to the standard library
2018-06-06 10:41:52 -07:00
vec.rs
stabilize RangeBounds collections_range #30877
2018-05-24 05:01:40 -07:00
vec_deque.rs
stabilize RangeBounds collections_range #30877
2018-05-24 05:01:40 -07:00