about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2018-05-21Avoid counting characters and add explanatory comment to testvarkor-1/+13
2018-05-21Only escape extended grapheme characters in the first positionvarkor-2/+5
2018-05-21Make {char, str}::escape_debug and impl Debug for {char, str} consistentvarkor-0/+1
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-76/+6
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-76/+6
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-17Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichtonkennytm-0/+15
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
2018-05-12Auto merge of #50352 - porglezomp:btree-no-empty-alloc, r=Gankrobors-31/+128
2018-05-10Skip a memory-hungry test that OOMsAlex Crichton-0/+1
2018-05-10Rollup merge of #50591 - glandium:cleanup, r=dtolnayAlex Crichton-56/+57
2018-05-10Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcvAlex Crichton-4/+4
2018-05-10Rollup merge of #50575 - alexcrichton:faster-drain-drop, r=sfacklerAlex Crichton-3/+5
2018-05-10Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichtonAlex Crichton-134/+355
2018-05-10Restore RawVec::reserve* documentationMike Hommey-56/+57
2018-05-09move See also links to topMichael Lamparski-4/+4
2018-05-09std: Avoid `ptr::copy` if unnecessary in `vec::Drain`Alex Crichton-3/+5
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-09Update features to 1.28.0George Burton-2/+2
2018-05-08Make an ensure_root_is_owned method to reduce duplicationC Jones-15/+10
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 debug asserts and fix some violationsC Jones-0/+16
2018-05-07Make into_key_slice avoid taking out-of-bounds pointersC Jones-14/+34
2018-05-07Split into_slices() to avoid making extra slicesC Jones-25/+41
2018-05-07Don't drop the shared static nodeC Jones-8/+13
2018-05-07Add a statically allocated empty node for empty mapsC Jones-2/+43
2018-05-07Make LeafNode #[repr(C)] and put the metadata before generic itemsC Jones-8/+12
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-30revise test gen macro for strMichael Lamparski-144/+81
2018-04-30Make the fields of RangeInclusive private.kennytm-2/+2
2018-04-30decrease false negatives for str overflow testMichael Lamparski-1/+3
2018-04-30flesh out tests for SliceIndexMichael Lamparski-99/+378
2018-04-30collect str SliceIndex tests into a modMichael Lamparski-137/+140
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-27Update the stable attributes to use the current nightly version numberGeorge Burton-2/+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