| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -207/+0 | |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -13/+12 | |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -3/+3 | |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 | |
| 2013-02-12 | auto merge of #4858 : z0w0/rust/rm_weak_task_count, r=graydon | bors | -6/+6 | |
| 2013-02-12 | core: Fix dec/inc_kernel_live_count mixup | Zack Corr | -4/+4 | |
| 2013-02-11 | core: Fix files that needed GenericChan/Port from prelude | Zack Corr | -1/+2 | |
| 2013-02-09 | Rename dec/inc_weak_task_count to inc/dec_live_count and remove ↵ | Zack Corr | -6/+6 | |
| register_task/unregister_task. Closes #4768 | ||||
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -2/+2 | |
| fail Fix merge conflicts - Issue 4524 | ||||
| 2013-01-31 | core: Stamp out XXXes (comments only) | Tim Chevalier | -1/+1 | |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. ↵ | Patrick Walton | -1/+1 | |
| r=brson "Dual impls" are impls that are both type implementations and trait implementations. They can lead to ambiguity and so this patch removes them from the language. This also enforces coherence rules. Without this patch, records can implement traits not defined in the current crate. This patch fixes this, and updates all of rustc to adhere to the new enforcement. Most of this patch is fixing rustc to obey the coherence rules, which involves converting a bunch of records to structs. | ||||
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -0/+207 | |
| Conflicts: src/libcore/private.rs src/libcore/task/mod.rs src/libcore/task/spawn.rs src/libstd/net_tcp.rs src/libstd/uv_global_loop.rs src/libstd/uv_iotask.rs | ||||
| 2013-01-23 | core: Add new weak task API | Brian Anderson | -0/+187 | |
