about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-12-29auto merge of #19765 : luqmana/rust/nonzero-lang-item, r=nikomatsakisbors-28/+33
2014-12-29Marked find and rfind as stableMarvin Löbel-2/+2
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+5
2014-12-28libcollections: impl Send/Sync for Vec.Luqman Aden-0/+3
2014-12-28libcore: Don't impl RawPtr* traits for NonZero.Luqman Aden-1/+1
2014-12-28Don't expose NonZero through libstd.Luqman Aden-1/+2
2014-12-28libcore: Make it unsafe to create NonZero and impl Deref.Luqman Aden-26/+20
2014-12-28libcollections: Use NonZero in Vec.Luqman Aden-25/+32
2014-12-28auto merge of #20185 : csouth3/rust/dlist-deprecate, r=alexcrichtonbors-4/+41
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-3/+3
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+9
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-26/+30
2014-12-27auto merge of #20143 : csouth3/rust/vecmap-reserve, r=Gankrobors-0/+46
2014-12-27auto merge of #19254 : nick29581/rust/dxr-glob, r=pcwaltonbors-1/+1
2014-12-27Rebasing changesNick Cameron-1/+1
2014-12-26Impl Sync/Send for RawlinkFlavio Percoco-0/+2
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-10/+10
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-10/+10
2014-12-26Require types to opt-in SyncFlavio Percoco-26/+28
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-78/+101
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-6/+6
2014-12-24clean up `BinaryHeap` codeAndrew Paseltiner-107/+94
2014-12-23Deprecate `DList::ListInsertion`Chase Southwood-4/+41
2014-12-23Merge pull request #20155 from tbu-/pr_vecmap_fiximplsbors-4/+12
2014-12-23Fix `collections::VecMap`'s `PartialEq` implementationTobias Bucher-4/+12
2014-12-22Test fixes and rebase conflictsAlex Crichton-3/+3
2014-12-22Implement `reserve_len` and `reserve_len_exact` for VecMapChase Southwood-0/+46
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+6
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-173/+172
2014-12-22rollup merge of #20134: jbranchaud/add-doctest-for-btreemap-entryAlex Crichton-0/+24
2014-12-22rollup merge of #20053: csouth3/misc-stabAlex Crichton-30/+32
2014-12-22rollup merge of #19741: alexcrichton/stabilize-strAlex Crichton-193/+1078
2014-12-22rollup merge of #19216: Gankro/bitvAlex Crichton-743/+942
2014-12-22Make bitv's APIs match RFC + fixupAlexis Beingessner-58/+26
2014-12-22Add a doctest for the btreemap's entry method.jbranchaud-0/+24
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+6
2014-12-22Added missing renames:Florian Wilkens-60/+61
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-115/+114
2014-12-21Fallout of std::str stabilizationAlex Crichton-57/+92
2014-12-21Misc Stabilization for collectionsChase Southwood-30/+32
2014-12-21std: Stabilize the std::str moduleAlex Crichton-173/+1023
2014-12-21Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-167/+0
2014-12-21rollup merge of #20079: SimonSapin/string_push_ascii_fast_pathAlex Crichton-0/+40
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-1/+5
2014-12-21rollup merge of #20044: csouth3/vec-resizeAlex Crichton-0/+27
2014-12-21rollup merge of #19967: apasel422/binary_heapAlex Crichton-24/+28
2014-12-21rollup merge of #19965: japaric/remove-wrong-addAlex Crichton-17/+0
2014-12-21Remove a ton of public reexportsCorey Farwell-3/+4
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-8/+313