about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2014-12-21rollup merge of #20006: alexcrichton/no-more-empty-modulesAlex Crichton-5/+6
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+1
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-2/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+0
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-1/+1
2014-12-18Fallout from new thread APIAaron Turon-0/+2
2014-12-18Introduce std::threadAaron Turon-2/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-6/+3
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-5/+6
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-0/+2
2014-12-13libstd: fix falloutJorge Aparicio-0/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
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