| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -2/+2 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -2/+2 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -1/+2 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+1 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -1/+1 |
| 2022-02-20 | Auto merge of #93816 - bjorn3:rlib_metadata_first, r=nagisa | bors | -40/+68 |
| 2022-02-19 | Adopt let else in more places | est31 | -16/+9 |
| 2022-02-18 | Put crate metadata first in the rlib when possible | bjorn3 | -40/+68 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -16/+13 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -7/+0 |
| 2022-02-10 | Remove unnecessary update_symbols call | bjorn3 | -11/+5 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -2/+2 |
| 2022-01-30 | Rollup merge of #93192 - theidexisted:patch-1, r=wesleywiser | Eric Huss | -1/+1 |
| 2022-01-22 | Add VS 2022 into error message | theidexisted | -1/+1 |
| 2022-01-21 | adapt L4Bender implementation | Benjamin Lamowski | -80/+62 |
| 2022-01-21 | Add L4Bender as linker variant | Sebastian Humenda | -1/+172 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -1/+1 |
| 2022-01-17 | Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-Simulacrum | Matthias Krüger | -3/+1 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -1/+1 |
| 2022-01-14 | Remove LLVMRustMarkAllFunctionsNounwind | Amanieu d'Antras | -3/+1 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -1/+1 |
| 2022-01-07 | rustc_codegen_ssa: set static lifetime for object::write::Object | Lain Yang | -1/+1 |
| 2022-01-07 | Make rlib metadata strip works with MIPSr6 architecture | Lain Yang | -2/+14 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -54/+111 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -34/+66 |
| 2022-01-04 | Rollup merge of #92107 - nikic:rmeta-lnk-remove, r=nagisa | Matthias Krüger | -6/+5 |
| 2021-12-30 | Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisa | bors | -0/+2 |
| 2021-12-20 | Load new pass manager plugins only if the new pm is actually used | Axel Cohen | -5/+1 |
| 2021-12-19 | Actually set IMAGE_SCN_LNK_REMOVE for .rmeta | Nikita Popov | -6/+5 |
| 2021-12-19 | Rollup merge of #92029 - nikic:section-flags-fix, r=davidtwco | Matthias Krüger | -1/+8 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-18 | Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgr | bors | -6/+15 |
| 2021-12-18 | Explicitly set no ELF flags for .rustc section | Nikita Popov | -1/+8 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -6/+15 |
| 2021-12-17 | pass -Wl,-z,origin to set DF_ORIGIN when using rpath | Sébastien Marie | -1/+4 |
| 2021-12-15 | Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingju... | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_codegen_ssa` | LegionMammal978 | -1/+1 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -2/+2 |
| 2021-12-13 | Provide object files to llvm-dwp instead of .dwo | Andy Wang | -6/+6 |
| 2021-12-13 | Fix conditions for using legacy or new pm plugins | Axel Cohen | -1/+5 |
| 2021-12-13 | Use the existing llvm-plugins option for both legacy and new pm registration | Axel Cohen | -4/+2 |
| 2021-12-13 | Add a codegen option to allow loading LLVM pass plugins | Axel Cohen | -0/+4 |
| 2021-12-09 | Remove redundant [..]s | est31 | -2/+2 |
| 2021-12-07 | Use object crate for .rustc metadata generation | Nikita Popov | -150/+203 |
| 2021-12-06 | Provide .dwo paths to llvm-dwp explicitly | Andy Wang | -5/+14 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -2/+12 |
| 2021-11-15 | Auto merge of #90717 - kit-981:fix-ld64-flags, r=petrochenkov | bors | -42/+50 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -2/+12 |