| Age | Commit message (Expand) | Author | Lines |
| 2023-04-04 | Add loongarch64 to fn create_object_file | zhaixiaojuan | -0/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -1/+4 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -7/+36 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -7/+36 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -2/+2 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-24 | Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkov | Matthias Krüger | -0/+174 |
| 2023-03-23 | Adjust debug info stripping | Kai Luo | -2/+3 |
| 2023-03-23 | Fix copy-paste error | Kai Luo | -1/+1 |
| 2023-03-23 | Add AixLinker to support linking on AIX | Kai Luo | -0/+173 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -2/+3 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -2/+3 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -8/+4 |
| 2023-03-19 | Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov | Dylan DPC | -11/+10 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -11/+10 |
| 2023-03-15 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-03-09 | Don't export of __rust_* alloc symbols if not codegened | Collin Baker | -1/+4 |
| 2023-03-09 | Add soon-to-be-default --no-undefined-version flag | Collin Baker | -0/+1 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -2/+2 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-05 | Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser | bors | -0/+6 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -2/+2 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Linker: use -z <params> instead of -z<params> | Frank Denis | -8/+8 |
| 2023-02-20 | Fix metadata encoding and decoding to use the right length | Rune Tynan | -1/+6 |
| 2023-02-20 | Try adding metadata length prefix, and obey it while decoding | Rune Tynan | -0/+1 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -0/+1 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-14 | Do not fetch HIR to compute symbols. | Camille GILLOT | -33/+34 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -96/+39 |
| 2023-02-10 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -96/+39 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -2/+6 |
| 2023-01-27 | Revert "Avoid a temporary file when processing macOS fat archives" | bjorn3 | -34/+36 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -6/+0 |
| 2023-01-26 | Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -1/+1 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -5/+9 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -10/+10 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -10/+10 |
| 2023-01-16 | Append .dwp to the binary filename instead of replacing the existing extension. | Kyle Huey | -1/+2 |
| 2023-01-15 | Preserve split DWARF files when building archives. | Kyle Huey | -6/+0 |
| 2023-01-14 | Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum | bors | -1/+7 |
| 2023-01-13 | Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3 | Matthias Krüger | -5/+17 |
| 2023-01-13 | Improve linker-flavor detection | Jonathan Schwender | -1/+10 |
| 2023-01-12 | riscv: Fix ELF header flags | Fawaz | -5/+17 |
| 2023-01-11 | Fix some typos in code comments. | Cedric | -9/+9 |
| 2023-01-09 | Fix aarch64-unknown-linux-gnu_ilp32 target | Amanieu d'Antras | -1/+7 |
| 2023-01-07 | Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -2/+2 |