rust/library/alloc/src
2021-12-11 17:10:56 +01:00
..
alloc
collections Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr 2021-12-11 03:52:12 +00:00
raw_vec Add a unit test for zero-sized types in RawVec. 2021-11-26 19:30:45 +11:00
rc
sync
vec Fix zero-sized reference to deallocated memory 2021-12-11 17:10:56 +01:00
alloc.rs Add #[must_use] to alloc functions that would leak memory 2021-10-30 22:19:07 -04:00
borrow.rs
boxed.rs Rollup merge of #90851 - ibraheemdev:downcast-unchecked, r=scottmcm 2021-12-04 02:26:21 +01:00
fmt.rs Give examples of format args capture in the fmt module documentation 2021-11-15 10:13:44 +01:00
lib.rs Apply cfg-bootstrap switch 2021-11-30 10:51:42 -05:00
macros.rs
raw_vec.rs Introduce RawVec::reserve_for_push. 2021-11-30 08:10:47 +11:00
rc.rs Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum 2021-11-20 22:33:48 +01:00
slice.rs Re-export core::slice::EscapeAscii 2021-11-05 17:14:57 +10:00
str.rs Fix str::SplitInclusive stabilisation date 2021-11-05 17:46:58 +10:00
string.rs doc: suggest try_reserve in try_reserve_exact 2021-12-05 14:38:59 +08:00
sync.rs Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum 2021-11-20 22:33:48 +01:00
task.rs
tests.rs