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