about summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-14/+52
2014-11-01collections: Remove all collections traitsAlex Crichton-458/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-34/+0
2014-10-18auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnikbors-1/+1
2014-10-16Fix broken link in libcollections docsAlexis Beingessner-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturonbors-0/+3
2014-10-06library-level docs for collectionsAlexis Beingessner-0/+3
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-09-27complete btree rewriteAlexis Beingessner-1/+1
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-3/+3
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1