| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -2578/+0 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -1/+3 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -2/+2 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-11 | librustc: Respect no-compiler-rt target option for static libs as well. | Luqman Aden | -1/+3 |
| 2014-11-11 | auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichton | bors | -3/+0 |
| 2014-11-08 | As of 4.9.2, gcc started passing -fno-lto to collect2, or to ld if collect2 c... | Vadim Chugunov | -3/+0 |
| 2014-11-07 | Properly static lib packaging | Valerii Hiora | -1/+1 |
| 2014-11-06 | rollup merge of #18683 : thestinger/typo | Alex Crichton | -1/+1 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -1/+1 |
| 2014-11-06 | fix typo in librustc target spec | Daniel Micay | -1/+1 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -215/+130 |
| 2014-10-30 | rollup merge of #18411 : richo/tm-null-check | Alex Crichton | -7/+13 |
| 2014-10-29 | rustc: fail if LLVM is passed an invalid triple | Richo Healey | -7/+13 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -6/+6 |
| 2014-10-23 | Fail immediately if linking returns status code != 0 | Markus Siemens | -1/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -37/+16 |
| 2014-10-12 | optimize position independent code in executables | Daniel Micay | -2/+5 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-10-09 | rustc: Convert statics to constants | Alex Crichton | -5/+5 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -6/+6 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -2/+2 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -2/+2 |
| 2014-10-05 | work around yet another MinGW-w64 ASLR bug | Daniel Micay | -4/+4 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -6/+6 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -6/+6 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -3/+3 |
| 2014-09-29 | rollup merge of #17619 : wizeman/fix-perm | Alex Crichton | -0/+12 |
| 2014-09-29 | rustc: Fix permission denied error in 'ar' when lto is enabled | Ricardo M. Correia | -0/+12 |
| 2014-09-28 | Keep ExpnId abstract by providing conversions | Keegan McAllister | -1/+1 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -7/+36 |
| 2014-09-24 | Remove dead code from librustc | Jakub Wieczorek | -7/+0 |
| 2014-09-22 | Link libgcc statically on Win64. | Vadim Chugunov | -4/+9 |
| 2014-09-19 | rollup merge of #17363 : thestinger/aslr | Alex Crichton | -1/+3 |
| 2014-09-19 | rollup merge of #17358 : epdtry/pcg-lto | Alex Crichton | -104/+118 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -4/+4 |
| 2014-09-18 | stop disabling ASLR in normal Windows builds | Daniel Micay | -1/+3 |
| 2014-09-17 | support LTO against libraries built with codegen-units > 1 | Stuart Pernsteiner | -104/+118 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 2014-09-15 | auto merge of #17208 : kmcallister/rust/llvm-diagnostics, r=thestinger | bors | -11/+56 |
| 2014-09-15 | Only pass -fno-use-linker-plugin on Windows | Florian Gilcher | -1/+6 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -0/+1 |
| 2014-09-13 | auto merge of #17161 : vadimcn/rust/fix-debuginfo, r=alexcrichton | bors | -1/+2 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-12 | Add -C remark for LLVM optimization remarks | Keegan McAllister | -11/+56 |
| 2014-09-10 | Remove dependency on GCC's LTO linker plugin, since Rust does its' own LTO. | Vadim Chugunov | -0/+3 |
| 2014-09-10 | Disable ASLR on Windows, for now. | Vadim Chugunov | -1/+2 |
| 2014-09-08 | auto merge of #17053 : thestinger/rust/large_address_aware, r=sfackler,cmr | bors | -0/+6 |
| 2014-09-07 | Changed addl_lib_search_paths from HashSet to Vec | inrustwetrust | -5/+1 |