| Age | Commit message (Expand) | Author | Lines |
| 2018-07-23 | Auto merge of #52571 - oli-obk:promotion_abort, r=nagisa | bors | -3/+8 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -1/+7 |
| 2018-07-21 | Rollup merge of #52573 - oli-obk:cleanups, r=RalfJung | kennytm | -18/+1 |
| 2018-07-21 | Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakis | kennytm | -14/+0 |
| 2018-07-20 | Refactor a few push loops to iterators in librustc | ljedrz | -1/+7 |
| 2018-07-20 | Abort instead of UB if promotion fails | Oliver Schneider | -3/+8 |
| 2018-07-20 | Remove unused method | Oliver Schneider | -18/+1 |
| 2018-07-18 | rustc: Remove a workaroudn in ThinLTO fixed upstream | Alex Crichton | -14/+0 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -32/+54 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -79/+47 |
| 2018-07-16 | ItemKind | csmoe | -4/+4 |
| 2018-07-16 | ForeignItemKind | csmoe | -1/+1 |
| 2018-07-16 | BinOpKind | csmoe | -25/+25 |
| 2018-07-16 | Revert "Provide a way of accessing the ThinLTO module import map in rustc." | Michael Woerister | -68/+1 |
| 2018-07-16 | Revert "Persist ThinLTO import data in incr. comp. session directory." | Michael Woerister | -105/+4 |
| 2018-07-16 | Revert "Clean up LLVM module naming (just use CodegenUnit names)." | Michael Woerister | -39/+69 |
| 2018-07-16 | Revert "Use callback-based interface to load ThinLTO import data into rustc." | Michael Woerister | -32/+44 |
| 2018-07-15 | Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb | bors | -11/+9 |
| 2018-07-15 | Ubsan this newly discovered dead code | Oliver Schneider | -14/+9 |
| 2018-07-14 | Expose a self-referential object | Oliver Schneider | -0/+3 |
| 2018-07-14 | Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton | bors | -0/+2 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+2 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -74/+200 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -1/+1 |
| 2018-07-13 | Use callback-based interface to load ThinLTO import data into rustc. | Michael Woerister | -44/+32 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -1/+1 |
| 2018-07-12 | Auto merge of #52089 - eddyb:issue-51907, r=nagisa | bors | -37/+43 |
| 2018-07-11 | Clean up LLVM module naming (just use CodegenUnit names). | Michael Woerister | -69/+39 |
| 2018-07-11 | Rollup merge of #52252 - ljedrz:dyn_librustc_codegen_llvm, r=varkor | Mark Rousskov | -33/+34 |
| 2018-07-11 | Persist ThinLTO import data in incr. comp. session directory. | Michael Woerister | -4/+105 |
| 2018-07-11 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -1/+68 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -10/+15 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_codegen_llvm | ljedrz | -33/+34 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -109/+77 |
| 2018-07-10 | Rollup merge of #52171 - bharrisau:fsub-count, r=estebank | Guillaume Gomez | -3/+4 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -109/+77 |
| 2018-07-10 | Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum | bors | -42/+39 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -23/+5 |
| 2018-07-09 | Correct some codegen stats counters | Ben Harris | -3/+4 |
| 2018-07-08 | Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton | bors | -284/+6 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -6/+5 |
| 2018-07-07 | Move llvm_target_features back to llvm_util | bjorn3 | -2/+116 |
| 2018-07-07 | Move time_graph.rs to rustc/util | bjorn3 | -1/+1 |
| 2018-07-07 | Update Cargo.lock and move size_and_align_of_dst back | bjorn3 | -107/+132 |
| 2018-07-07 | Undo unnecessary change | bjorn3 | -1/+3 |
| 2018-07-07 | Fix some errors | bjorn3 | -131/+7 |
| 2018-07-07 | Move some functions out of rustc_codegen_llvm and fix metadata_only backend | bjorn3 | -404/+109 |
| 2018-07-06 | ARM: expose the "mclass" target feature | Jorge Aparicio | -0/+1 |
| 2018-07-06 | Remove CrossLangLto::NoLink which does not have a use case anymore. | Michael Woerister | -2/+1 |
| 2018-07-06 | When doing linker-plugin based LTO, write LLVM bitcode obj-files | Michael Woerister | -4/+4 |