| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | rewriting match on endianness | Charisee | -1/+8 |
| 2023-05-05 | Add GNU Property Note | Charisee | -11/+15 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -4/+4 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -4/+3 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -1/+78 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -4/+3 |
| 2023-04-27 | only error with +whole-archive,+bundle for rlibs | Be Wilson | -1/+4 |
| 2023-04-27 | Abstract `MultiByteToWideChar` | Chris Denton | -33/+57 |
| 2023-04-27 | Fix Unreadable non-UTF-8 output on localized MSVC | Chris Denton | -1/+54 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -1/+1 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -1/+1 |
| 2023-04-22 | Add GNU Property Note | Charisee | -0/+42 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-19 | Support `--print native-static-libs` with rust dylibs | bjorn3 | -5/+70 |
| 2023-04-19 | Recognize AIX style archive kind | Qiu Chaofan | -0/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -1/+1 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+5 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -6/+5 |
| 2023-04-06 | Use `FnOnce` for `slice_owned` instead of `Fn` | Maybe Waffle | -1/+1 |
| 2023-04-05 | Use `OwnedSlice` instead of `owning_ref` | Maybe Waffle | -7/+6 |
| 2023-04-04 | loongarch64: calculate the ELF header flags | zhaixiaojuan | -0/+4 |
| 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 |