| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-03 | turn run-make test into a run-make-fulldeps test | Jorge Aparicio | -0/+42 |
| 2018-05-31 | Add a test for issue 36710. | Johannes Nixdorf | -0/+66 |
| 2018-05-17 | Revert "Add a test for issue 36710." | Alex Crichton | -57/+0 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -22/+22 |
| 2018-05-15 | Fix run-make wasm tests | Eric Huss | -0/+80 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+57 |
| 2018-05-11 | Add a test for issue 36710. | Johannes Nixdorf | -0/+57 |
| 2018-05-07 | Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton | bors | -2/+2 |
| 2018-05-05 | Fix libtest-json test | John Kåre Alsaker | -1/+1 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -2/+2 |
| 2018-04-27 | Add one more prelude layer for extern crate names passed with `--extern` | Vadim Petrochenkov | -0/+131 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -0/+77 |
| 2018-04-15 | Check generated save-analysis, instead of `bug!()`ing | Shotaro Yamada | -0/+19 |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -2/+2 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -4/+4 |
| 2018-04-11 | Add test | Shotaro Yamada | -0/+58 |
| 2018-04-07 | Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer... | bors | -0/+1 |
| 2018-04-06 | Update run-make/symbol-visibility to also cover shared-generics | Michael Woerister | -7/+50 |
| 2018-04-05 | Rollup merge of #49253 - chmanchester:probing_fix, r=alexcrichton | kennytm | -0/+50 |
| 2018-04-04 | Fix another circulare deps link args issue | Alex Crichton | -0/+1 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -0/+5 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+63 |
| 2018-03-28 | Run make tests for file resolution | Chris Manchester | -0/+50 |
| 2018-03-26 | Move some implementations of Clone and Copy to libcore | Francis Gagné | -0/+5 |