summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-24/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-24/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-28Update debug helpers and add list builderSteven Fackler-0/+1
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-1/+1
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+2
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+4
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-43/+0
2015-03-16impl strJorge Aparicio-0/+4