about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-5/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02std: remove gc module.Eduard Burtescu-4/+0
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-01Remove all use of librustuvAaron Turon-11/+0
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-1/+0
2014-09-17Remove unstable marker from std::rtAaron Turon-1/+0
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-1/+1
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-1/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-4/+4
2014-08-29Register new snapshotsAlex Crichton-4/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+4
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-1/+1
2014-08-13std: Add a Duration typeBrian Anderson-0/+2
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-5/+3
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-0/+2
2014-07-21Rename to_str to to_stringSteven Fackler-1/+1
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-2/+5
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-2/+5
2014-07-12Fix Documentation Typo in libstdPrudhvi Krishna Surapaneni-1/+1
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10Remove deprecated std::unstable module.OGINO Masanori-8/+0
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-1/+3
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichtonbors-0/+3
2014-07-04core: add a primitive page for `()`.Huon Wilson-0/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-3/+3
2014-07-02auto merge of #15257 : erickt/rust/hashmap, r=alexcrichtonbors-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+1
2014-06-30std: make sure HashMap from_iter uses random initialization by defaultErick Tryzelaar-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-2/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+4
2014-06-14Register new snapshotsAlex Crichton-2/+1
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-2/+3
2014-06-11sync: Move underneath libstdAlex Crichton-2/+3
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-0/+3
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-4/+9
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2