| Age | Commit message (Expand) | Author | Lines |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -2/+0 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+33 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -4/+28 |
| 2018-08-31 | Fix tests for json formatting | Charlie Andrews | -2/+2 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -2/+17 |
| 2018-08-27 | Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakis | bors | -0/+37 |
| 2018-08-27 | add test for the suggestion from prelude | Douglas Campos | -0/+37 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -4/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -4/+4 |
| 2018-08-15 | Fix some run-make tests after object file naming has changed. | Michael Woerister | -5/+5 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -2/+2 |
| 2018-08-07 | Add test case for including upstream object files in staticlibs when doing cr... | Michael Woerister | -0/+54 |
| 2018-08-07 | Run cross-lang-lto tests also for MSVC (since there's no reason not to) | Michael Woerister | -1/+0 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -34/+0 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -6/+4 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -2/+0 |
| 2018-08-05 | Fix stage 2 tests | varkor | -3/+3 |
| 2018-08-05 | Fix test/compile-fail | varkor | -1/+1 |
| 2018-08-04 | fix exit-code test so the lint fires again | QuietMisdreavus | -1/+1 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -2/+2 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -1/+1 |
| 2018-07-31 | Make globals with private linkage unnamed. Fixes #50862. | Colin Pronovost | -34/+0 |
| 2018-07-26 | Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebank | Mark Rousskov | -0/+45 |
| 2018-07-25 | rustc: Register crates under their real names | Alex Crichton | -0/+45 |
| 2018-07-24 | Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton | Mark Rousskov | -3/+10 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -0/+54 |
| 2018-07-16 | Revert "Fix some run-make tests after object file naming has changed." | Michael Woerister | -5/+5 |
| 2018-07-14 | Add unaligned volatile intrinsics | Amanieu d'Antras | -3/+10 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -5/+5 |
| 2018-07-14 | Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkor | kennytm | -1/+1 |
| 2018-07-13 | Don't silently ignore invalid data in target spec | Jethro Beekman | -1/+1 |
| 2018-07-12 | Fix some run-make tests after object file naming has changed. | Michael Woerister | -5/+5 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -0/+4 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -0/+4 |
| 2018-07-10 | Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton | bors | -1/+4 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -1/+4 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -14/+2 |
| 2018-07-08 | Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton | bors | -5/+4 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -23/+19 |
| 2018-07-07 | Fix test | bjorn3 | -5/+4 |
| 2018-07-06 | When doing linker-plugin based LTO, write LLVM bitcode obj-files | Michael Woerister | -23/+19 |
| 2018-07-05 | update run-pass test | Jorge Aparicio | -5/+5 |
| 2018-06-21 | fix tidy | Jorge Aparicio | -0/+10 |
| 2018-06-21 | translate / export weak lang items | Jorge Aparicio | -0/+31 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -1/+0 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -2/+2 |
| 2018-06-06 | Create thread-pool | John Kåre Alsaker | -24/+25 |