| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -3/+3 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -7/+7 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | Rename OSRng to OsRng | Piotr Jawniak | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -4/+5 |
| 2014-05-20 | green: Remove some unsafe code in BasicLoop | Alex Crichton | -1/+1 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+1 |
| 2014-05-15 | Test fixes from rollup | Alex Crichton | -1/+0 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -3/+3 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -10/+12 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -61/+69 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -5/+5 |
| 2014-04-19 | green: Fix missing Send bounds on procedures | Alex Crichton | -1/+1 |
| 2014-04-15 | auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+2 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -2/+2 |
| 2014-04-13 | Replace 'region' with 'lifetime' in a few transmute function names | John Simon | -3/+3 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -4/+3 |
| 2014-04-10 | green: de-~[]. | Huon Wilson | -6/+6 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+6 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -1/+6 |
| 2014-03-31 | green: Switch field privacy as necessary | Alex Crichton | -9/+10 |
| 2014-03-28 | std and green: fix some warnings | Erick Tryzelaar | -2/+2 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -10/+9 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -3/+5 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -61/+61 |
| 2014-03-12 | green: Fix a scheduler assertion on yielding | Alex Crichton | -0/+14 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -2/+3 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -2/+0 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -11/+4 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -1/+1 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-16 | Convert some unnecessary StaticNativeMutexes to NativeMutexes. | Huon Wilson | -2/+2 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -4/+4 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -13/+11 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -60/+97 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -1/+1 |
| 2014-02-12 | Don't hit epoll unless a scheduler absolutely must | Alex Crichton | -19/+50 |
| 2014-02-12 | Percolate the (Scheduler, GreenTask) pair upwards | Alex Crichton | -50/+56 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -8/+8 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -2/+1 |
| 2014-02-03 | std: Hardcode pthread constants and structures | Alex Crichton | -15/+11 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -3/+3 |
| 2014-01-29 | Removing do keyword from libgreen | Scott Lawrence | -72/+70 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -3/+3 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+5 |