summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-16impl charJorge Aparicio-1/+0
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-0/+1
2015-03-10derive common traits for `collections::Bound`Andrew Paseltiner-0/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-1/+2
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-0/+1
2015-02-20Register new snapshotsAlex Crichton-9/+3
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-0/+7
2015-02-18Stabilize std::borrowAaron Turon-0/+7
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-10/+34
2015-02-18Implement RFC 580Aaron Turon-10/+34