| Age | Commit message (Expand) | Author | Lines |
| 2023-06-30 | refactor `add_gcc_ld_path` into its final form | Rémy Rakic | -51/+63 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -1/+1 |
| 2023-06-30 | Auto merge of #106619 - agausmann:avr-object-file, r=nagisa | bors | -1/+6 |
| 2023-06-26 | Tweak thread names for CGU processing. | Nicholas Nethercote | -21/+42 |
| 2023-06-22 | Remove unused fields from `CodegenContext`. | Nicholas Nethercote | -12/+0 |
| 2023-06-22 | Introduce `CodegenState`. | Nicholas Nethercote | -20/+29 |
| 2023-06-22 | Add comments to `Message` and `WorkItem`. | Nicholas Nethercote | -8/+22 |
| 2023-06-22 | Simplify `Message`. | Nicholas Nethercote | -64/+44 |
| 2023-06-22 | Move `Message::CodegenItem` to a separate type. | Nicholas Nethercote | -10/+11 |
| 2023-06-21 | Inline and remove `WorkItem::start_profiling` and `execute_work_item`. | Nicholas Nethercote | -34/+22 |
| 2023-06-16 | Auto merge of #112597 - danakj:map-linker-paths, r=michaelwoerister | bors | -3/+33 |
| 2023-06-15 | Remap dylib paths into the sysroot to be relative to the sysroot | danakj | -16/+22 |
| 2023-06-14 | Move the comment on fixing paths to where it belongs | danakj | -3/+2 |
| 2023-06-14 | Avoid absolute sysroot paths in the MSVC linker command line | danakj | -2/+27 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -3/+3 |
| 2023-06-12 | loongarch: Fix ELF header flags | WANG Rui | -2/+13 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -7/+40 |
| 2023-06-08 | Auto merge of #112415 - GuillaumeGomez:rollup-5pa9frd, r=GuillaumeGomez | bors | -5/+7 |
| 2023-06-08 | Rollup merge of #112179 - tamird:no-empty-cpu-features, r=petrochenkov | Guillaume Gomez | -5/+7 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -4/+4 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -4/+34 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -4/+34 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -7/+40 |
| 2023-06-05 | Auto merge of #107583 - EsmeYi:aix_xcoff_metadata, r=bjorn3 | bors | -11/+140 |
| 2023-06-05 | Address @bjorn3's comments. | Esme Yi | -1/+3 |
| 2023-06-04 | Removed use of iteration through a HashMap/HashSet in rustc_incremental and r... | Andrew Xie | -4/+4 |
| 2023-06-01 | Avoid passing --cpu-features when empty | Tamir Duberstein | -5/+7 |
| 2023-05-29 | rustc_target: Refactor linker flavor inference | Vadim Petrochenkov | -40/+3 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+3 |
| 2023-05-26 | Rollup merge of #111384 - bmisiak:issue-106021-fix, r=petrochenkov | Matthias Krüger | -0/+32 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -1/+12 |
| 2023-05-25 | Fix Mac Catalyst linking by adding build version | Brian M | -0/+32 |
| 2023-05-24 | Auto merge of #111694 - Amanieu:no-assume-bdynamic, r=petrochenkov | bors | -12/+12 |
| 2023-05-23 | Support rust metadata for AIX. | Esme Yi | -11/+138 |
| 2023-05-21 | rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU | Adam Gausmann | -1/+6 |
| 2023-05-21 | Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3 | bors | -0/+2 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+1 |
| 2023-05-17 | Don't assume that `-Bdynamic` is the default linker mode | Amanieu d'Antras | -12/+12 |
| 2023-05-17 | Fix issue #111643 by adding the local used libraries | Urgau | -0/+2 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -5/+4 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+1 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -5/+4 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -1/+12 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -5/+70 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+50 |
| 2023-05-06 | Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber | Matthias Krüger | -3/+9 |
| 2023-05-06 | Fix spans in LLVM-generated inline asm errors | Amanieu d'Antras | -3/+9 |
| 2023-05-05 | rewriting match on endianness | Charisee | -9/+6 |