| Age | Commit message (Expand) | Author | Lines |
| 2013-10-09 | auto merge of #9742 : alexcrichton/rust/issue-9739, r=brson | bors | -2/+8 |
| 2013-10-09 | Don't abort if the runtime is run twice. | Alex Crichton | -2/+8 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -2/+15 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -30/+0 |
| 2013-09-23 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -1/+30 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -1/+2 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -1/+30 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -12/+0 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -0/+3 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-08-29 | rt: use sugary functions rather than manual range loops. | Huon Wilson | -11/+7 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -4/+0 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -3/+5 |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -2/+2 |
| 2013-08-24 | std::rt: Remove metrics for perf | Brian Anderson | -2/+0 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -3/+0 |
| 2013-08-20 | Add assert_once_ever macro. Close #7748. (fixme cf #8472) | Ben Blum | -0/+1 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -3/+13 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -12/+12 |
| 2013-08-13 | auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson | bors | -1/+1 |
| 2013-08-13 | Make rt::stack public | Keegan McAllister | -1/+1 |
| 2013-08-12 | Reorganise Select traits to not expose internal runtime types. Close #5160. P... | Ben Blum | -2/+1 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -31/+2 |
| 2013-08-09 | std: Fix perf of local allocations in newsched | Brian Anderson | -19/+32 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -10/+22 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -4/+3 |
| 2013-08-07 | std::rt: Pull RUST_MIN_STACK from the environment | Brian Anderson | -0/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-04 | std::rt: Remove the test for context() | Brian Anderson | -10/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -2/+10 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -14/+26 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -59/+51 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | auto merge of #8158 : bblum/rust/task-cleanup, r=brson | bors | -0/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -3/+3 |
| 2013-07-31 | Give tasks useful names. #2891 | Ben Blum | -0/+2 |
| 2013-07-31 | auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton | bors | -1/+3 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+3 |
| 2013-07-30 | Implement select() for new runtime pipes. | Ben Blum | -0/+3 |
| 2013-07-27 | auto merge of #8076 : omasanori/rust/cleanup, r=huonw | bors | -2/+0 |
| 2013-07-27 | std::rt: Add start_on_main_thread function | Brian Anderson | -10/+61 |
| 2013-07-27 | Remove unnecessary #[path = "***/mod.rs"] lines. | OGINO Masanori | -2/+0 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -2/+2 |
| 2013-07-20 | Change the HOF context switchers to pass a BlockedTask instead of a ~Task. | Ben Blum | -1/+1 |
| 2013-07-20 | Remove join_latch | Ben Blum | -3/+0 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -1/+1 |
| 2013-07-20 | Add KillHandle and implement exit code propagation to replace join_latch | Ben Blum | -0/+3 |