| Age | Commit message (Expand) | Author | Lines |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -0/+1 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -0/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -9/+0 |
| 2013-05-04 | separate out write_guard code into its own module | Niko Matsakis | -0/+1 |
| 2013-05-03 | rustc: Warning police | Tim Chevalier | -1/+0 |
| 2013-05-02 | fix numerous dynamic borrow failures | Niko Matsakis | -0/+3 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -0/+1 |
| 2013-04-29 | rustc: Move code for discovering the crate entry point into its own pass | Brian Anderson | -0/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -7/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -8/+6 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -6/+5 |
| 2013-04-18 | rustc: One less copy | Tim Chevalier | -6/+5 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -0/+1 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -4/+4 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -1/+1 |
| 2013-04-09 | auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakis | bors | -0/+1 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -4/+4 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -0/+1 |
| 2013-03-27 | librustc: Move inline asm stuff to different mod. | Luqman Aden | -0/+1 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -20/+18 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -4/+2 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -2/+4 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-08 | Finish de-implicit-selfing everything but the test suite | Ben Striegel | -1/+1 |
| 2013-03-06 | Unified algebraic datatype representation implementation, initial version. | Jed Davis | -0/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -15/+0 |
| 2013-03-03 | rustc: implement MIPS O32 ABI | Jyun-Yan You | -0/+1 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+1 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -3/+5 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -11/+11 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -2/+2 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -0/+1 |
| 2013-02-26 | auto merge of #5115 : sanxiyn/rust/arm-abi, r=brson | bors | -0/+1 |
| 2013-02-26 | Change imported macros to use leaky modules rather than leaky functions. | John Clements | -0/+1 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -1/+1 |
| 2013-02-26 | ARM C ABI implementation | Seo Sanghyeon | -0/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -1/+0 |
| 2013-02-19 | librustc: convert lint_dict to take @~strs as keys | Erick Tryzelaar | -1/+1 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -7/+1 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -2/+2 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-03 | oldmap: remove legacy each method | Daniel Micay | -1/+1 |