| Age | Commit message (Expand) | Author | Lines |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+7 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+32 |
| 2023-07-20 | Move OutFileName writing into rustc_session | David Tolnay | -0/+20 |
| 2023-07-20 | Disallow overlapping prints to the same location | David Tolnay | -0/+15 |
| 2023-07-20 | Parse --print KIND=PATH command line syntax | David Tolnay | -8/+14 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -31/+38 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -1/+1 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -4/+15 |
| 2023-07-19 | Rollup merge of #113765 - compiler-errors:at-least, r=oli-obk | Dylan DPC | -6/+6 |
| 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/+44 |
| 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/+125 |