| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Changes from review comments | Rich Kadel | -15/+4 |
| 2021-03-19 | gave unused_fn WeakAnyLinkage; moved create_pgo_func_name_var | Rich Kadel | -4/+0 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -5/+32 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -3/+4 |
| 2020-12-16 | cg_ssa: introduce `TargetMachineFactoryFn` alias | David Wood | -2/+2 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -2/+2 |
| 2020-11-05 | Addressed all feedback to date | Rich Kadel | -3/+3 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -3/+7 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -6/+10 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -8/+22 |
| 2020-10-23 | Make codegen coverage_context optional, and check | Rich Kadel | -3/+9 |
| 2020-10-21 | rustc_codegen_llvm: add support for inlined function debuginfo. | Eduard-Mihai Burtescu | -3/+8 |
| 2020-10-21 | rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. | Eduard-Mihai Burtescu | -3/+6 |
| 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 | -3/+0 |
| 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 | -1/+3 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -1/+3 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -1/+1 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -5/+5 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -1/+1 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+1 |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -3/+3 |
| 2020-10-10 | Move save_work_product_index call out of cg_llvm | bjorn3 | -3/+3 |
| 2020-10-06 | Let backends access span information | khyperia | -0/+2 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+1 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -0/+1 |
| 2020-09-26 | Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov | Ralf Jung | -2/+1 |
| 2020-09-25 | Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk | Jonas Schievink | -3/+3 |
| 2020-09-24 | Remove TrustedLen requirement from BuilderMethods::switch | est31 | -2/+1 |
| 2020-09-21 | Rollup merge of #76872 - khyperia:remove_declare_methods, r=eddyb | Ralf Jung | -48/+4 |
| 2020-09-20 | Correct file path after some restructures in compiler | Lzu Tao | -3/+3 |
| 2020-09-18 | Remove DeclareMethods | khyperia | -48/+4 |
| 2020-09-17 | PR feedback | khyperia | -2/+4 |
| 2020-09-17 | Let backends define custom targets | khyperia | -0/+5 |
| 2020-09-09 | Add `-Z combine_cgu` flag | Victor Ding | -0/+6 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -1/+1 |
| 2020-09-01 | Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb | bors | -2/+12 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1049 |