summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-1/+0
2016-01-16Rewrite BTreeMap to use parent pointers.Jonathan S-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2016-01-13Fix some broken and missing links in the docsOliver Middleton-1/+1
2015-12-31Make `LinkedList` and its read-only iterators covariantAndrew Paseltiner-1/+1
2015-12-21Register new snapshotsAlex Crichton-16/+4
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-2/+5
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt libcollectionsNick Cameron-2/+5
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-0/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-11-12libcollections: deny warnings in doctestsKevin Butler-1/+1
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-0/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-3/+0
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+6
2015-09-24Optimize `Vec::clone_from`Andrew Paseltiner-1/+1
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-0/+4
2015-08-27fix some more unstable issue annotationsAlex Burka-1/+1
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+1
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
2015-08-15collections: Add issues for unstable featuresAlex Crichton-2/+3
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-25/+0
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-3/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-1/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+2
2015-07-30Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichtonbors-0/+2
2015-07-29deprecate vecmapAlexis Beingessner-0/+2
2015-07-20Register new snapshotsAlex Crichton-7/+0
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-1/+0
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-0/+1
2015-07-01fallout of bitvec/bitset deprecationAlexis Beingessner-0/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-6/+9
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-0/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-7/+23
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-3/+2
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-1/+2
2015-04-27collections: Add trait RangeArgumentUlrik Sverdrup-0/+1
2015-04-21unstabilize Words structkwantam-0/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-0/+1