| Age | Commit message (Expand) | Author | Lines |
| 2013-12-26 | librustc: De-`@mut` `building_library` in the session | Patrick Walton | -5/+5 |
| 2013-12-26 | librustc: De-`@mut` `node_id` in the session | Patrick Walton | -4/+4 |
| 2013-12-26 | librustc: De-`@mut` the entry function and entry type in the session | Patrick Walton | -6/+6 |
| 2013-12-26 | librustc: De-`@mut` several instances of `io::Writer`. | Patrick Walton | -2/+3 |
| 2013-12-26 | librustc: De-`@mut` the additional library search paths | Patrick Walton | -5/+5 |
| 2013-12-26 | librustc: De-`@mut` the export map | Patrick Walton | -2/+1 |
| 2013-12-26 | librustc: De-`@mut` the `reachable` map | Patrick Walton | -4/+11 |
| 2013-12-26 | librustc: De-`@mut` `lints` in the session | Patrick Walton | -4/+8 |
| 2013-12-26 | librustc: De-`@mut` `cstore::CStore` | Patrick Walton | -2/+2 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -2/+3 |
| 2013-12-22 | Allow optional filename argument for --dep-info | Andreas Neuhaus | -22/+32 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -39/+4 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -39/+4 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -1/+0 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -3/+50 |
| 2013-12-17 | auto merge of #10979 : alexcrichton/rust/less-bc, r=cmr | bors | -1/+6 |
| 2013-12-16 | Detect stability attributes on methods. | Kiet Tran | -1/+1 |
| 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 | -3/+31 |
| 2013-12-11 | Disable all unwinding on -Z no-landing-pads LTO | Alex Crichton | -0/+3 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -11/+8 |
| 2013-12-11 | Remove -Z coherence | Seo Sanghyeon | -26/+23 |
| 2013-12-09 | Implement LTO | Alex Crichton | -6/+34 |
| 2013-12-09 | Store metadata separately in rlib files | Alex Crichton | -7/+6 |
| 2013-12-09 | auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton | bors | -8/+8 |
| 2013-12-08 | Use LLVM integrated assembler on Windows too. | Vadim Chugunov | -8/+8 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -13/+4 |
| 2013-12-05 | Remove unused upcalls | Alex Crichton | -25/+22 |
| 2013-12-05 | Update LLVM and jettison jit support | Alex Crichton | -23/+12 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -2/+2 |
| 2013-12-01 | rustc: filter out empty linker args | Philipp Brüschweiler | -1/+7 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -72/+0 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -79/+83 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -7/+8 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -7/+8 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -2/+2 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -3/+3 |
| 2013-11-22 | Fix up mingw64 target. | Luqman Aden | -2/+7 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -2/+1 |
| 2013-11-13 | auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr... | bors | -3/+2 |
| 2013-11-13 | make missing_doc lint respect the visibility rules | David Creswick | -3/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -3/+3 |
| 2013-11-11 | auto merge of #10422 : alexcrichton/rust/explicit-crate-map, r=pcwalton | bors | -0/+5 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -10/+1 |
| 2013-11-11 | Add a flag to force generating toplevel crate map | Alex Crichton | -0/+5 |
| 2013-11-09 | auto merge of #10367 : alexcrichton/rust/system-abi, r=nikomatsakis | bors | -24/+21 |
| 2013-11-09 | Add a "system" ABI | Alex Crichton | -24/+21 |