summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2016-05-26std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+0
2016-04-15Auto merge of #32851 - apasel422:spec-extend, r=alexcrichtonbors-0/+7
2016-04-14Specialize `Extend` to `append` for `{LinkedList, Vec}`Andrew Paseltiner-0/+7
2016-04-12collections: Add slice::binary_search_by_keyKamal Marhubi-0/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+0
2016-03-30specialize ToString for strSean McArthur-0/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-3/+0
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-0/+8
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+1
2016-03-03Auto merge of #31797 - apasel422:issue-28950, r=alexcrichtonbors-0/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-1/+1
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-0/+1
2016-02-25Use `box` syntax in `vec!` macroAndrew Paseltiner-0/+1
2016-02-16Implement placement-in protocol for `LinkedList`Andrew Paseltiner-0/+2
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-1/+0
2016-01-26Fix warnings during testsAlex Crichton-1/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
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