about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
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