| Age | Commit message (Expand) | Author | Lines |
| 2013-12-26 | librustc: De-`@mut` the entry function and entry type in the session | Patrick Walton | -3/+3 |
| 2013-12-26 | librustc: De-`@mut` the additional library search paths | Patrick Walton | -4/+4 |
| 2013-12-26 | librustc: De-`@mut` `lints` in the session | Patrick Walton | -3/+6 |
| 2013-12-26 | librustc: De-`@mut` `cstore::CStore` | Patrick Walton | -1/+1 |
| 2013-12-22 | Allow optional filename argument for --dep-info | Andreas Neuhaus | -3/+3 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -2/+3 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -1/+4 |
| 2013-12-15 | Move logic for test output generation forward | Alex Crichton | -1/+6 |
| 2013-12-13 | auto merge of #10916 : alexcrichton/rust/nounwind, r=pcwalton | bors | -0/+3 |
| 2013-12-13 | auto merge of #10909 : sanxiyn/rust/coherence, r=alexcrichton | bors | -26/+23 |
| 2013-12-12 | Add --dep-info to write Makefile-compatible dependency info. | Jack Moffitt | -0/+3 |
| 2013-12-11 | Disable all unwinding on -Z no-landing-pads LTO | Alex Crichton | -0/+3 |
| 2013-12-11 | Remove -Z coherence | Seo Sanghyeon | -26/+23 |
| 2013-12-09 | Implement LTO | Alex Crichton | -0/+30 |
| 2013-12-08 | Use LLVM integrated assembler on Windows too. | Vadim Chugunov | -0/+6 |
| 2013-12-05 | Remove unused upcalls | Alex Crichton | -25/+22 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -16/+12 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -72/+0 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -40/+37 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -7/+8 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -2/+1 |
| 2013-11-11 | Add a flag to force generating toplevel crate map | Alex Crichton | -0/+5 |
| 2013-11-09 | Add a "system" ABI | Alex Crichton | -10/+7 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -5/+5 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -11/+6 |
| 2013-10-04 | rustc: Use static strings in a few literals | blake2-ppc | -40/+39 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -2/+1 |
| 2013-10-01 | auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw | bors | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -0/+2 |
| 2013-09-26 | remove type_use | Daniel Micay | -19/+13 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -46/+56 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -2/+2 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -19/+19 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -0/+10 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -0/+21 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -0/+2 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -2/+2 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -0/+2 |
| 2013-08-03 | librustc: Implement `#[no_main]`, which omits the entry point entirely. | Patrick Walton | -1/+2 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -5/+5 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -7/+8 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -11/+4 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -6/+10 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -25/+30 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -2/+6 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-19 | Hide the once-move-out privilege for stack fns behind '-Z once-fns' | Ben Blum | -25/+30 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -9/+9 |