| Age | Commit message (Expand) | Author | Lines |
| 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-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -3/+3 |
| 2014-09-29 | rustc: Fix permission denied error in 'ar' when lto is enabled | Ricardo M. Correia | -0/+12 |
| 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-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 | -10/+14 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -3/+3 |
| 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-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 | run optimization and codegen on worker threads | Stuart Pernsteiner | -41/+46 |
| 2014-09-05 | move back::link::write into a separate file | Stuart Pernsteiner | -476/+2 |
| 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 | -1/+1 |
| 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 |
| 2014-08-03 | Use a versioning scheme for bytecode objects in rlibs. | Michael Woerister | -15/+88 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+9 |
| 2014-07-30 | auto merge of #15670 : epdtry/rust/fast-archive-builder, r=alexcrichton | bors | -20/+33 |
| 2014-07-29 | rustc: Switch dsymutil status => output | Alex Crichton | -1/+1 |
| 2014-07-29 | speed up static linking by combining `ar` invocations | Stuart Pernsteiner | -20/+33 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+9 |
| 2014-07-21 | rustc: Append platform exe suffix to output files | Alex Crichton | -1/+10 |
| 2014-07-18 | rustc: Mix extra-filename in temp outputs | Alex Crichton | -5/+7 |
| 2014-07-18 | rustc: #[crate_name] and --crate-name must match | Alex Crichton | -1/+12 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -1/+1 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -1/+1 |
| 2014-07-17 | auto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton | bors | -1/+17 |
| 2014-07-15 | Support for specifying the code model | John Kåre Alsaker | -1/+17 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -1/+1 |