about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+0
2015-02-02register snapshotsJorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-15/+13
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-1/+1
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+5
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-1/+0
2015-01-29Feature gate macro_reexport. Fixes #20906Flavio Percoco-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+4
2015-01-26std: Rename io to old_ioAlex Crichton-3/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-23grandfathered -> rust1Brian Anderson-2/+2
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+7
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-18Fix std::marker.Wangshan Lu-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+2
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-4/+3
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+1
2015-01-12Merge pull request #20903 from XMPPwocky/deadlink1bors-1/+1
2015-01-11Fix dead link (s/task/thread/)Nathaniel Theis-1/+1
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-1/+2
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-3/+2
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-4/+2
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Stablize the macros moduleAlex Crichton-3/+2
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+2
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-0/+2
2015-01-07Register new snapshotsAlex Crichton-4/+0
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-4/+7
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+1
2015-01-06Register new snapshotsAlex Crichton-40/+10
2015-01-07markers -> markerNick Cameron-5/+5
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-4/+7
2015-01-05More test fixes!Alex Crichton-2/+0
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-6/+55
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-1/+1
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-3/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+19