| Age | Commit message (Expand) | Author | Lines |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -0/+2 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -6/+6 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -4/+15 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+9 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -0/+2 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -4/+4 |
| 2023-07-16 | Don't enable by default :) | Patrick Walton | -1/+1 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+7 |
| 2023-07-14 | Use SHA256 by default when targeting MSVC | Arlie Davis | -1/+1 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -3/+0 |
| 2023-07-10 | Auto merge of #113127 - jieyouxu:fix-error-color-summary, r=davidtwco | bors | -0/+2 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -3/+0 |
| 2023-07-05 | Auto merge of #112697 - tgross35:explain-markdown, r=oli-obk | bors | -0/+4 |
| 2023-07-04 | Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnr | Matthias Krüger | -2/+27 |
| 2023-07-04 | reviews | Boxy | -12/+11 |
| 2023-07-04 | change flag name | Boxy | -1/+1 |
| 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 |