| Age | Commit message (Expand) | Author | Lines |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -2/+12 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -1/+1 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+1 |
| 2023-07-15 | Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillot | bors | -5/+4 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+2 |
| 2023-07-11 | Don't require each rustc_interface tool to opt-in to parallel_rustc support | jyn | -5/+4 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -1/+1 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -1/+2 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -1/+6 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -67/+106 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -1/+6 |
| 2023-06-22 | Avoid `Lrc<Box<dyn CodegenBackend>>`. | Nicholas Nethercote | -6/+6 |
| 2023-06-21 | Remove Queries::ongoing_codegen. | Nicholas Nethercote | -20/+13 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -1/+1 |
| 2023-06-13 | Tweak names and docs for vtable stats | Maybe Waffle | -10/+12 |
| 2023-06-13 | Simplify code as suggested by the review | Maybe Waffle | -15/+6 |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -0/+95 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -39/+97 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -3/+8 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -39/+97 |
| 2023-06-04 | Switched some uses to UnordMap | Andrew Xie | -1/+3 |
| 2023-05-23 | Don't leak the function that is called on drop | Maybe Waffle | -2/+2 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -0/+5 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -2/+5 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -12/+9 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -2/+5 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -6/+0 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -0/+11 |
| 2023-05-16 | Auto merge of #108062 - Zoxc:spec-incr, r=cjgillot | bors | -0/+3 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -12/+9 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -6/+5 |
| 2023-05-14 | Specialize query execution for incremental and non-incremental | John Kåre Alsaker | -0/+3 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -3/+6 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -0/+5 |
| 2023-05-11 | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2023-05-06 | Fix --check-cfg bug with args order when parsing | Urgau | -1/+10 |
| 2023-05-06 | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkov | bors | -0/+1 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -1/+1 |
| 2023-05-06 | rename relative names in `sync` | SparrowLii | -1/+1 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -0/+5 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -1/+1 |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -0/+1 |
| 2023-05-05 | Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -28/+48 |
| 2023-05-05 | Improve internal representation of check-cfg | Urgau | -11/+14 |
| 2023-05-05 | Use explicit instead of implicit control-flow for check-cfg parsing | Urgau | -23/+40 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+4 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+4 |
| 2023-05-01 | Change rlink serialization from `MemEncoder` to `FileEncoder`. | Nicholas Nethercote | -2/+1 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -3/+6 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -15/+7 |