| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-11-14 | Only use the -dynamiclib flag when the linker is not ld | kit | -1/+4 |
| 2021-11-14 | Refactor linker argument generation | kit | -30/+18 |
| 2021-11-14 | Add a helper method for linker arguments | kit | -11/+28 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+13 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -1/+1 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+13 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -2/+2 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -51/+51 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -2/+2 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+2 |
| 2021-10-09 | Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obk | Matthias Krüger | -5/+4 |
| 2021-10-07 | Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelw... | Jubilee | -12/+10 |
| 2021-10-07 | lol i forgot the syntax for my own crate's macros | Eliza Weisman | -2/+2 |
| 2021-10-07 | comma-related changes | Eliza Weisman | -1/+1 |
| 2021-10-07 | use structured fields in some existing warnings | Eliza Weisman | -5/+4 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+7 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -3/+3 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -2/+6 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -2/+6 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -2/+2 |
| 2021-09-08 | Move get_tools_search_paths from FileSearch to Session | bjorn3 | -7/+4 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -10/+49 |
| 2021-09-01 | Move add_rlib and add_native_library to cg_ssa | bjorn3 | -19/+47 |
| 2021-08-30 | Don't allow both the `+bundle` and `+whole-archive` modifiers for rlibs | Wesley Wiser | -0/+14 |
| 2021-08-30 | Fix handling of +whole-archive native link modifier. | Michael Woerister | -10/+35 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -14/+33 |
| 2021-08-26 | Adjust linking order of static nobundle libraries | 12101111 | -36/+33 |