summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2015-04-23unstabilize Words structkwantam-0/+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
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17Register new snapshotsAlex Crichton-9/+0
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11Test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-1/+3
2015-02-11rollup merge of #22151: Gankro/macro-benchAlex Crichton-1/+1
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-1/+3
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-10fix and macro-ify map benches, fixes #22134Alexis-1/+1
2015-02-10rollup merge of #22067: Gankro/collections-testsAlex Crichton-1/+1
2015-02-07add missing features to libcollections testsAlexis-1/+1
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-8/+10
2015-02-05remove int_uint feature from libcollectionsAlexis-1/+0
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+0
2015-01-30Test fixes and rebase conflictsAlex Crichton-10/+10