| Age | Commit message (Expand) | Author | Lines |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -11/+11 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -16/+18 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -6/+6 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -1/+1 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -11/+10 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -1/+0 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -5/+18 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -10/+9 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -78/+1 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -43/+45 |
| 2013-11-27 | Use the native tls implementation on android | Alex Crichton | -4/+4 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -5/+5 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -8/+8 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -3/+3 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -20/+0 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -1/+1 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -12/+16 |
| 2013-08-24 | std::rt: Optimize TLS use in change_task_context | Brian Anderson | -0/+5 |
| 2013-08-24 | std: More TLS micro-optimization | Brian Anderson | -9/+20 |
| 2013-08-12 | std: Re-optimize tls access on local allocation path | Brian Anderson | -5/+1 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -5/+6 |
| 2013-08-04 | std::rt: Run the tests for Local in a bare thread | Brian Anderson | -36/+45 |
| 2013-08-01 | modified local to include an implementation for try_unsafe_borrow::<Task> so ... | toddaaro | -2/+8 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -2/+0 |
| 2013-08-01 | Fixed a race where a scheduler configured to only run tasks pinned to it woul... | toddaaro | -1/+1 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -59/+87 |
| 2013-07-09 | std::rt: Do local tests in a bare thread to not interfere with the scheduler | Brian Anderson | -21/+30 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -2/+7 |
| 2013-06-17 | std: Rename `abort!` to `rtabort!` to match other macros | Brian Anderson | -12/+12 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -3/+3 |
| 2013-06-10 | debugged a compiler ICE when merging local::borrow changes into the main io b... | toddaaro | -5/+30 |
| 2013-05-30 | core::rt: deny(unused_imports, unused_mut, unused_variable) | Brian Anderson | -1/+0 |
| 2013-05-29 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -4/+5 |
| 2013-05-23 | cleanup warnings from libstd | Erick Tryzelaar | -4/+4 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+118 |