| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov | Matthias Krüger | -3/+13 |
| 2023-05-27 | Fix ICE caused by at-expanding argument 0 instead of removing it early | dekrain | -3/+13 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-20 | Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr | Dylan DPC | -1/+2 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -3/+3 |
| 2023-05-18 | very minor cleanups | jyn | -1/+2 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -3/+3 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -7/+7 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -0/+3 |
| 2023-05-08 | Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obk | Michael Goulet | -0/+1 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -0/+16 |
| 2023-05-06 | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin | Matthias Krüger | -46/+57 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -2/+2 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -0/+3 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -0/+1 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -0/+16 |
| 2023-05-02 | Migrate `mir_transform` to translatable diagnostics | clubby789 | -0/+1 |
| 2023-05-01 | Make the BUG_REPORT_URL configurable by tools | jyn | -46/+57 |
| 2023-04-25 | Fix ICE on --print=... i/o errors | David Tolnay | -40/+68 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -12/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-12 | Make rustdoc and rustc's help match exactly | Jynn Nelson | -33/+43 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+0 |
| 2023-04-03 | implement --print=all-target-specs-json | Pietro Albini | -0/+11 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -5/+8 |
| 2023-03-23 | rustc_interface: Add a new query `pre_configure` | Vadim Petrochenkov | -1/+1 |
| 2023-03-21 | Remove `unique` and move `VerboseTimingGuard` fields into a new struct | John Kåre Alsaker | -1/+1 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -5/+8 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -5/+3 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+1 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -4/+1 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -2/+2 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+45 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -1/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -19/+1 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -1/+2 |
| 2023-02-10 | Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obk | Matthias Krüger | -1/+4 |
| 2023-02-10 | add test for no input file | yukang | -1/+4 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -1/+2 |
| 2023-02-09 | fix #107822, handle properly when there is no crate attrs | yukang | -1/+1 |
| 2023-02-08 | Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8Ki | Michael Goulet | -14/+2 |
| 2023-02-08 | Rollup merge of #107771 - estebank:ice-msg, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+1 |
| 2023-02-07 | Replace a command line flag with an env var to allow tools to initialize the ... | Oli Scherer | -14/+2 |
| 2023-02-06 | Avoid locking the global context across the `after_expansion` callback | Oli Scherer | -5/+5 |
| 2023-02-02 | Add a new `rustc_driver` dylib to rexport `rustc_driver_impl` | John Kåre Alsaker | -12/+12 |
| 2023-02-02 | Rename rustc_driver to rustc_driver_impl | John Kåre Alsaker | -0/+1993 |