summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+3
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-1/+3
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+1
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+1
2015-02-07Make std::fmt a simple re-export from collectionsKeegan McAllister-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-6/+8
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-1/+1
2015-02-03rollup merge of #21835: alexcrichton/iov2Alex Crichton-3/+3
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-0/+1
2015-02-03std: Add `io` module againAlex Crichton-3/+3
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-2/+1
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