| Age | Commit message (Expand) | Author | Lines |
| 2020-11-04 | Auto merge of #78280 - bugadani:span, r=lcnr | bors | -9/+4 |
| 2020-11-03 | Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser | bors | -2/+0 |
| 2020-10-27 | Remove some cruft from foreign_modules refactor | Ryan Levick | -2/+0 |
| 2020-10-27 | Cache foreign_modules query | Ryan Levick | -1/+1 |
| 2020-10-27 | Query span as late as possible | Dániel Buga | -9/+4 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -116/+158 |
| 2020-10-26 | Deduplicate span and dbg_scope adjustment | oli | -18/+19 |
| 2020-10-26 | Prefer `bug!` over `unwrap()` | oli | -1/+3 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-23 | Make codegen coverage_context optional, and check | Rich Kadel | -15/+21 |
| 2020-10-21 | rustc_codegen_llvm: add support for inlined function debuginfo. | Eduard-Mihai Burtescu | -37/+71 |
| 2020-10-21 | rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. | Eduard-Mihai Burtescu | -72/+55 |
| 2020-10-21 | rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method. | Eduard-Mihai Burtescu | -0/+9 |
| 2020-10-21 | rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s. | Eduard-Mihai Burtescu | -29/+5 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -14/+51 |
| 2020-10-17 | Make set_span take mut self | khyperia | -1/+1 |
| 2020-10-16 | Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa | bors | -4/+22 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -4/+22 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -7/+3 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -103/+102 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -2/+2 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -4/+0 |
| 2020-10-14 | Remove unused code from rustc_codegen_* | est31 | -4/+0 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -21/+21 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -5/+5 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+1 |
| 2020-10-13 | Auto merge of #77796 - jonas-schievink:switchint-refactor, r=oli-obk | bors | -26/+19 |
| 2020-10-12 | Remove dump_incremental_data | bjorn3 | -9/+0 |
| 2020-10-12 | Fix -Clinker-plugin-lto with opt-levels s and z | Jonas Schievink | -3/+1 |
| 2020-10-11 | Use SmallVec in SwitchTargets | Jonas Schievink | -1/+1 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -26/+19 |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -3/+3 |
| 2020-10-10 | Move finalize_session_directory call out of cg_llvm | bjorn3 | -7/+0 |
| 2020-10-10 | Move save_work_product_index call out of cg_llvm | bjorn3 | -3/+3 |
| 2020-10-09 | Move supported_target_features query provider to cg_ssa | bjorn3 | -0/+16 |
| 2020-10-06 | Let backends access span information | khyperia | -0/+3 |
| 2020-10-05 | Auto merge of #77080 - richkadel:llvm-coverage-counters-2, r=tmandry | bors | -3/+10 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -3/+10 |
| 2020-10-05 | Instruct lld that our @ files are posix-style, not Windows | Mark Rousskov | -0/+6 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+1 |
| 2020-10-04 | Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnr | Jonas Schievink | -0/+151 |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -0/+151 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -2/+4 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -0/+86 |
| 2020-09-26 | Move add_apple_sdk out of add_pre_link_args. | Eric Huss | -1/+3 |
| 2020-09-27 | Rollup merge of #77208 - mati865:late-link-args-order, r=petrochenkov | Jonas Schievink | -3/+3 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -3/+1 |
| 2020-09-26 | Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov | Ralf Jung | -3/+1 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -3/+1 |