| Age | Commit message (Expand) | Author | Lines |
| 2023-11-17 | change smir to StableMir | Oğuz Ağcayazı | -1/+1 |
| 2023-11-17 | better formatting for statements | Oğuz Ağcayazı | -1/+1 |
| 2023-11-17 | emit basic smir | Oğuz Ağcayazı | -0/+7 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -6/+5 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -1/+1 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -16/+6 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -5/+5 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -4/+0 |
| 2023-11-11 | rustc_log: provide a way to init logging based on the values, not names, of t... | Ralf Jung | -5/+5 |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -2/+2 |
| 2023-11-05 | Don't steal the parse query when using --pretty | bjorn3 | -3/+7 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -25/+21 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+2 |
| 2023-10-30 | Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obk | Guillaume Gomez | -4/+2 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -4/+2 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -2/+4 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -1/+1 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -1/+1 |
| 2023-10-27 | Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco | Matthias Krüger | -1/+0 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -9/+56 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -9/+56 |
| 2023-10-18 | Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkov | bors | -3/+8 |
| 2023-10-17 | Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump files | Esteban Küber | -3/+8 |
| 2023-10-17 | Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-10-17 | Remove `rustc_symbol_mangling/messages.ftl`. | Nicholas Nethercote | -1/+0 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -26/+28 |
| 2023-10-17 | Make `handle_options` public again. | Nicholas Nethercote | -1/+5 |
| 2023-10-16 | Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obk | bors | -0/+1 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -0/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -3/+4 |
| 2023-10-13 | Remove unneeded `pub`s. | Nicholas Nethercote | -7/+7 |
| 2023-10-13 | Split and rename the annotation structs. | Nicholas Nethercote | -27/+36 |
| 2023-10-13 | Make `needs_analysis` true for `PpHirMode::Typed`. | Nicholas Nethercote | -1/+0 |
| 2023-10-13 | Rename some `'hir` lifetimes as `'tcx`. | Nicholas Nethercote | -8/+8 |
| 2023-10-13 | Remove pretty-printing traits. | Nicholas Nethercote | -130/+52 |
| 2023-10-13 | Merge `print_*` functions. | Nicholas Nethercote | -70/+52 |
| 2023-10-13 | Simplify support traits. | Nicholas Nethercote | -70/+30 |
| 2023-10-13 | Remove unused `PrinterSupport::hir_map` method. | Nicholas Nethercote | -16/+0 |
| 2023-10-13 | Remove PpAstTreeMode. | Nicholas Nethercote | -3/+3 |
| 2023-10-13 | Remove an outdated comment. | Nicholas Nethercote | -4/+0 |
| 2023-10-13 | Remove unnecessary call to `call_with_pp_support_hir`. | Nicholas Nethercote | -4/+2 |
| 2023-10-13 | Rename some things. | Nicholas Nethercote | -35/+35 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-06 | rustc_driver: avoid fallible conversions | Tamir Duberstein | -15/+18 |
| 2023-10-06 | compiler: always use var_os("RUST_BACKTRACE") | Tamir Duberstein | -2/+2 |
| 2023-10-06 | Sort `rustc_driver_impl` dependencies. | Nicholas Nethercote | -26/+28 |
| 2023-09-19 | Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se | bors | -26/+54 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -2/+4 |
| 2023-09-10 | Show lib features in -Zls and allow configuring which things are shown | bjorn3 | -2/+4 |