about summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-4/+4
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-1/+10
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-4/+4
2015-01-17Revert stability for Bitv and BitvSetSimonas Kazlauskas-2/+2
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-2/+0
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+1
2015-01-07Register new snapshotsAlex Crichton-2/+0
2015-01-06More test fixesAlex Crichton-0/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+4
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+1
2015-01-06Register new snapshotsAlex Crichton-28/+3
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+4
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-3/+27
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-3/+22
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-2/+1
2015-01-05Stabilize collection modulesAaron Turon-0/+4
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-0/+1
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-0/+3
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-2/+1
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-4/+3
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-2/+2
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-2/+2
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2014-12-31stabilize more of collectionsAlexis Beingessner-2/+3
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-29Test fixes and rebase conflictsAlex Crichton-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-0/+38
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-22/+0
2014-12-15Move hash module from collections to coreSteven Fackler-2/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-12Slimmify BTree by replacing its internal Node type, which previously…held t...Jonathan S-0/+2
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0