| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |