| Age | Commit message (Expand) | Author | Lines |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -2/+6 |
| 2014-05-20 | green: Remove some unsafe code in BasicLoop | Alex Crichton | -36/+20 |
| 2014-05-19 | green: Remove usage of UnsafeArc | Alex Crichton | -17/+18 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -3/+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-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -25/+26 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -122/+139 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -19/+19 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -13/+2 |
| 2014-04-19 | green: Fix missing Send bounds on procedures | Alex Crichton | -13/+13 |
| 2014-04-15 | auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+42 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -2/+2 |
| 2014-04-15 | green: Add a helper macro for booting libgreen | Alex Crichton | -0/+40 |
| 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 | -5/+4 |
| 2014-04-10 | green: de-~[]. | Huon Wilson | -31/+37 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -3/+4 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -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 | -40/+41 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+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 | -31/+32 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -32/+41 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -42/+41 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -2/+2 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -10/+0 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -1/+1 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-03-14 | green: Don't return the red zone in stack_bounds() | Alex Crichton | -3/+6 |
| 2014-03-14 | auto merge of #12878 : crabtw/rust/mips, r=alexcrichton | bors | -0/+2 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -0/+2 |