about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2018-05-09Rollup merge of #50527 - glandium:cleanup, r=sfacklerkennytm-1/+1
2018-05-09Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavuskennytm-2/+4
2018-05-09Rollup merge of #50460 - F001:const_string, r=kennytmkennytm-1/+3
2018-05-08Auto merge of #50497 - RalfJung:pinmut, r=withoutboatsbors-3/+3
2018-05-08Cleanup a `use` in a raw_vec testMike Hommey-1/+1
2018-05-07Add explanation for #[must_use] on string replace methodsManish Goregaokar-2/+4
2018-05-07Rename Pin to PinMutRalf Jung-3/+3
2018-05-06Use ManuallyDrop instead of Option in Hole implementationNikita Popov-6/+5
2018-05-05make `String::new()` constF001-1/+3
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-2/+2
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-1/+2
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-5/+9
2018-04-30Make the fields of RangeInclusive private.kennytm-2/+2
2018-04-29heh, logic is hardMark Mansi-1/+1
2018-04-29use const trickMark Mansi-24/+7
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-1/+2
2018-04-28Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnikkennytm-0/+1
2018-04-27Auto merge of #50097 - glandium:box_free, r=nikomatsakisbors-7/+17
2018-04-26not insta-stableMark Mansi-0/+2
2018-04-26make Vec::new const :PMark Mansi-1/+1
2018-04-26Rollup merge of #50219 - ralfbiedert:master, r=frewsxcvGuillaume Gomez-1/+1
2018-04-26Rollup merge of #50177 - matthiaskrgr:std_std_replacen__must_use, r=oli-obkGuillaume Gomez-0/+3
2018-04-25make RawVec::empty constMark Mansi-1/+4
2018-04-25Make Vec::new constMark Mansi-1/+17
2018-04-25Added missing `.` in docs.Ralf Biedert-1/+1
2018-04-25Switch box_free to take the destructured contents of BoxMike Hommey-7/+17
2018-04-24Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundibors-53/+91
2018-04-23mark std::str::replacen and std::str::replace as #[must_use].Matthias Krüger-0/+3
2018-04-22Remove Alloc::oomSteven Fackler-13/+8
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-21/+22
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-3170/+20
2018-04-21Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichtonbors-0/+30
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-1/+1
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-0/+1
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-1724/+8
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-1391/+6
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-54/+4
2018-04-20Auto merge of #50088 - alexcrichton:std-tweaks, r=sfacklerbors-44/+2
2018-04-19Tweak some stabilizations in libstdAlex Crichton-44/+2
2018-04-18fix my unit test that was horrendously wrongMichael Lamparski-3/+17
2018-04-18Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfacklerbors-18/+5
2018-04-17smaller PR just to fix #50002Michael Lamparski-0/+16
2018-04-17Rollup merge of #50013 - frewsxcv:frewsxcv-ssplice, r=GuillaumeGomezGuillaume Gomez-3/+0
2018-04-17stabilize `nonnull_cast` featuretinaun-1/+0
2018-04-17stabilize `swap_with_slice` featuretinaun-8/+2
2018-04-17stabilize `slice_rsplit` featuretinaun-9/+3
2018-04-17Remove no longer necessary comparison to Vec::splice.Corey Farwell-3/+0
2018-04-16Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfacklerbors-8/+15
2018-04-17Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichtonkennytm-1/+9
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-10/+6