summary refs log tree commit diff
path: root/src/librustrt/task.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-30/+4
2014-10-02rustrt: remove local_heap implementation.Eduard Burtescu-32/+9
2014-09-09Remove some test warnings.Jonas Hietala-1/+1
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-9/+9
2014-08-28Fallout from stabilizing core::optionAaron Turon-9/+9
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-4/+4
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+2
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-07-31Test fixes from the rollupAlex Crichton-1/+1
2014-07-30green: Prevent runtime corruption on spawn failureAlex Crichton-1/+1
2014-07-30rustrt: Allow dropping a brand-new TaskAlex Crichton-7/+30
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-8/+11
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-2/+2
2014-07-03Fix spelling errors.Joseph Crail-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-26rustrt: Reorganize task usageAlex Crichton-88/+247
2014-06-15Register new snapshotsAlex Crichton-7/+7
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-8/+9
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-13/+16
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+479