| Age | Commit message (Expand) | Author | Lines |
| 2023-07-04 | reviews | Boxy | -5/+7 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -4/+1 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+4 |
| 2023-07-03 | add flag for disabling global cache and printing proof trees on error | Boxy | -2/+26 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -1/+8 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -1/+8 |
| 2023-06-30 | require `-Zunstable-options` to use new link-self-contained values and | Rémy Rakic | -10/+30 |
| 2023-06-30 | refactor `add_gcc_ld_path` into its final form | Rémy Rakic | -0/+5 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -2/+88 |
| 2023-06-30 | add dedicated `-C link-self-contained` structure | Rémy Rakic | -1/+45 |
| 2023-06-30 | regroup `LinkerPluginLto` blocks | Rémy Rakic | -9/+9 |
| 2023-06-29 | Set error handler output format as soon as possible | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2023-06-27 | Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb | Matthias Krüger | -7/+0 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -276/+246 |
| 2023-06-27 | Simplify some conditions | Maybe Waffle | -7/+0 |
| 2023-06-22 | switch to using a target property to control plt default | Augie Fackler | -5/+5 |
| 2023-06-22 | rustc_session: default to -Z plt=yes on non-x86_64 | Augie Fackler | -2/+2 |
| 2023-06-19 | add -Z flag | Boxy | -0/+2 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -2/+2 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -2/+62 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -6/+27 |
| 2023-06-13 | Tweak the sort of vtable sizes | Maybe Waffle | -2/+6 |
| 2023-06-13 | Tweak names and docs for vtable stats | Maybe Waffle | -19/+31 |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -2/+46 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -29/+126 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -1/+3 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+3 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -29/+126 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+3 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -2/+0 |
| 2023-05-31 | Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser | bors | -1/+33 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -2/+0 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-05-31 | Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley... | Matthias Krüger | -2/+0 |
| 2023-05-30 | Remove `-Zcgu-partitioning-strategy`. | Nicholas Nethercote | -2/+0 |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -1/+14 |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -0/+19 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -1/+2 |
| 2023-05-26 | Stop normalizing so many different prefixes | jyn | -0/+1 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -62/+62 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -3/+3 |
| 2023-05-20 | Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr | Dylan DPC | -0/+1 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -1/+1 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -0/+5 |
| 2023-05-18 | very minor cleanups | jyn | -0/+1 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -58/+42 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+5 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -1/+1 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -3/+4 |