| Age | Commit message (Expand) | Author | Lines |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -1/+11 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -1/+1 |
| 2023-09-11 | Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwco | bors | -6/+0 |
| 2023-09-10 | Show lib features in -Zls and allow configuring which things are shown | bjorn3 | -1/+1 |
| 2023-09-10 | Auto merge of #115713 - chenyukang:yukang-fix-115680-rustdoc-arg-check, r=com... | bors | -5/+13 |
| 2023-09-10 | Abort if check nightly options failed on stable | yukang | -5/+13 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -5/+35 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -6/+0 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -6/+0 |
| 2023-09-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -1/+11 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -1/+11 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -5/+3 |
| 2023-07-27 | Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726 | Jubilee | -0/+6 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+6 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -1/+2 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -2/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+0 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -0/+2 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+2 |
| 2023-07-20 | Move OutFileName writing into rustc_session | David Tolnay | -0/+13 |
| 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-10 | Auto merge of #113127 - jieyouxu:fix-error-color-summary, r=davidtwco | bors | -0/+2 |
| 2023-07-05 | Auto merge of #112697 - tgross35:explain-markdown, r=oli-obk | bors | -0/+2 |
| 2023-07-04 | Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnr | Matthias Krüger | -0/+8 |
| 2023-07-04 | reviews | Boxy | -3/+3 |
| 2023-07-04 | reviews | Boxy | -1/+1 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -2/+0 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+2 |
| 2023-07-03 | add flag for disabling global cache and printing proof trees on error | Boxy | -0/+8 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+4 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+4 |
| 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 | -0/+56 |
| 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 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -231/+169 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -12/+93 |
| 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 | -12/+93 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+2 |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -1/+14 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -1/+1 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -1/+1 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -33/+28 |