about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2014-12-05Fall out of the std::sync rewriteAlex Crichton-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-24Merge libsync into libstdAaron Turon-3/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-15/+16
2014-11-20Make most of std::rt privateAaron Turon-2/+1
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-20Remove libnativeAaron Turon-3/+1
2014-11-17libcore: add borrow moduleAaron Turon-0/+1
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-1/+0
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+1
2014-11-10Fix broken documentation linkAdam Szkoda-1/+1
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+7
2014-11-02Add error module with Error and FromError traitsAaron Turon-0/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-4/+0
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-10improve the performance of the vec![] macroDaniel Micay-2/+4
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
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