| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-06 | mark win32 binaries as large address aware | Daniel Micay | -0/+6 |
| 2014-09-06 | auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw | bors | -2/+2 |
| 2014-09-05 | don't use `ld -r` with `-C codegen-units=1` | Stuart Pernsteiner | -0/+12 |
| 2014-09-05 | add workaround for mingw `ld --force-exe-suffix` behavior | Stuart Pernsteiner | -1/+25 |
| 2014-09-05 | don't leave unwanted temporary files with --emit=ir/asm | Stuart Pernsteiner | -3/+6 |
| 2014-09-05 | use target-specific linker args when combining compilation units | Stuart Pernsteiner | -2/+19 |
| 2014-09-05 | run optimization and codegen on worker threads | Stuart Pernsteiner | -249/+691 |
| 2014-09-05 | move back::link::write into a separate file | Stuart Pernsteiner | -479/+482 |
| 2014-09-05 | split CrateContext into shared and local pieces | Stuart Pernsteiner | -0/+1 |
| 2014-09-05 | make CrateContext fields private | Stuart Pernsteiner | -4/+4 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -2/+2 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -2/+2 |
| 2014-08-25 | auto merge of #16694 : vadimcn/rust/debug-linker, r=alexcrichton | bors | -0/+2 |
| 2014-08-24 | Enable the MergeFunc pass | Björn Steinbrink | -0/+7 |
| 2014-08-23 | Log linker stderr and stdout. | Vadim Chugunov | -0/+2 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -1/+1 |
| 2014-08-17 | mark Windows binaries as compatible with ASLR | Daniel Micay | -0/+3 |
| 2014-08-16 | enable DEP (NX bit) for 32-bit Windows executables | Daniel Micay | -0/+3 |
| 2014-08-12 | Replace all references to "Win32" with "Windows". | Vadim Chugunov | -7/+7 |
| 2014-08-07 | enable PIE by default on Linux for full ASLR | Daniel Micay | -3/+15 |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -16/+49 |