about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-05Rename macro_escape to macro_useKeegan McAllister-7/+14
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-5/+22
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-3/+9
2015-01-05std: Redesign c_str and c_vecAlex Crichton-3/+3
2015-01-03Remove deprecated functionalityAlex Crichton-1/+0
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-0/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-2/+1
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-2/+2
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-2/+2
2014-12-30Second pass stabilization: vecAaron Turon-0/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-2/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-21rollup merge of #20006: alexcrichton/no-more-empty-modulesAlex Crichton-5/+6