summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-05std: Redesign c_str and c_vecAlex Crichton-10/+7
2015-01-03Remove deprecated functionalityAlex Crichton-12/+12
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+4
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-685/+12
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-21/+16
2015-01-02std: Stabilize the prelude moduleAlex Crichton-16/+16
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-21/+16
2015-01-01std: Second pass stabilization of syncAlex Crichton-131/+12
2015-01-02More falloutNick Cameron-3/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-23/+23
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-2/+2
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-80/+1
2014-12-30Register new snapshotsAlex Crichton-80/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-23/+23
2014-12-29Test fixes and rebase conflictsAlex Crichton-3/+3
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-79/+79
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-2/+80
2014-12-26s/task/thread/gSteve Klabnik-79/+79
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-15/+15
2014-12-21std: Don't parse argv as a StringAlex Crichton-5/+8
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+1
2014-12-19windows: remove unused importJorge Aparicio-1/+0
2014-12-19librustrt: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-18Disable at_exit handlersAaron Turon-1/+4
2014-12-18Rebasing fixes.Aaron Turon-1/+1
2014-12-18std: Move the panic flag to its own thread localAlex Crichton-4/+15
2014-12-18std: Lower abstractions for thread_local/at_exitAlex Crichton-26/+36
2014-12-18Revise std::thread API to join by defaultAaron Turon-710/+6
2014-12-18Update doc comment for std::rtAaron Turon-31/+6
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-20/+8
2014-12-18Tweak the startup routine to pass on linuxAlex Crichton-68/+65
2014-12-18Fix compilation on linuxAlex Crichton-7/+7
2014-12-18Fallout from new thread APIAaron Turon-56/+33
2014-12-18Revise rt::unwindAaron Turon-40/+6
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-10/+5
2014-12-18Remove rt::{local, local_data, thread_local_storage}Aaron Turon-524/+176
2014-12-18Introduce std::threadAaron Turon-191/+15
2014-12-18Remove rt::bookkeepingAaron Turon-70/+0
2014-12-18Make at_exit initialize lazilyAaron Turon-20/+23
2014-12-18Allow args to work without rt initializationAaron Turon-13/+9
2014-12-18libs: merge librustrt into libstdAaron Turon-993/+3227