| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiser | bors | -1/+6 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -3/+3 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -5/+6 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -2/+2 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -8/+8 |
| 2022-04-03 | linker: Implicitly link native libs as whole-archive in some more cases | Vadim Petrochenkov | -1/+6 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -41/+62 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -3/+3 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -1/+2 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -1/+1 |
| 2022-02-20 | Auto merge of #93816 - bjorn3:rlib_metadata_first, r=nagisa | bors | -37/+60 |
| 2022-02-19 | Adopt let else in more places | est31 | -9/+6 |
| 2022-02-18 | Put crate metadata first in the rlib when possible | bjorn3 | -37/+60 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -10/+11 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -6/+0 |
| 2022-02-10 | Remove unnecessary update_symbols call | bjorn3 | -11/+5 |
| 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 | Add L4Bender as linker variant | Sebastian Humenda | -0/+1 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -1/+1 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -1/+1 |
| 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 | -33/+59 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -6/+15 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -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-07 | Use object crate for .rustc metadata generation | Nikita Popov | -135/+2 |
| 2021-12-06 | Provide .dwo paths to llvm-dwp explicitly | Andy Wang | -5/+14 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -2/+12 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+13 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -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-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 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 | -1/+1 |
| 2021-09-08 | Move get_tools_search_paths from FileSearch to Session | bjorn3 | -5/+3 |
| 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 | -10/+43 |
| 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 |