about summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-08-29Register new snapshotsAlex Crichton-3/+0
2014-08-19A few minor documentation fixesP1start-38/+40
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-3/+6
2014-07-23Just land alreadyBrian Anderson-18/+18
2014-07-23collections: Tweak docs for pushBrian Anderson-4/+0
2014-07-23collections: Make push_back/pop_back default methodsBrian Anderson-2/+2
2014-07-23collections: Move push/pop docs to MutableSeqBrian Anderson-0/+23
2014-07-23collections: Deprecate push_back/pop_backBrian Anderson-0/+2
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+10
2014-07-21Polish bitv docs.Jonas Hietala-17/+21
2014-07-21Enclose None as `None`.Jonas Hietala-4/+4
2014-07-21Document Deque.Jonas Hietala-10/+173
2014-07-19Document some trait methods.Jonas Hietala-6/+179
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-3/+1
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-12/+3
2014-06-11sync: Move underneath libstdAlex Crichton-0/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-3/+13
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-7/+116
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-0/+4
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+4
2014-06-05std: Recreate a `collections` moduleAlex Crichton-10/+33
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+0
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-0/+2
2014-04-04Register new snapshotsAlex Crichton-2/+0
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-0/+2
2014-03-31Bump version to 0.10Alex Crichton-1/+1