summaryrefslogtreecommitdiff
path: root/compiler/rustc_driver_impl/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors2023-05-131-0/+3
|\
| * correct literals for dyn thread safeSparrowLii2023-05-061-2/+2
| * introduce `DynSend` and `DynSync` auto traitSparrowLii2023-05-061-0/+3
* | Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obkMichael Goulet2023-05-081-0/+1
|\ \
| * | Migrate `mir_transform` to translatable diagnosticsclubby7892023-05-021-0/+1
| |/
* | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi2023-05-081-0/+16
|\ \
| * | Add deployment-target --print flag for Apple targetsBlackHoleFox2023-05-051-0/+16
| |/
* | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger2023-05-061-46/+57
|\ \
| * | Make the BUG_REPORT_URL configurable by toolsjyn2023-05-011-46/+57
| |/
* | Mark `ErrorGuaranteed` constructor as deprecated so people don't use itMichael Goulet2023-05-051-0/+1
|/
* Fix ICE on --print=... i/o errorsDavid Tolnay2023-04-252-40/+68
* Remove WithOptconstParam.Camille GILLOT2023-04-201-12/+2
* Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-181-1/+1
* Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger2023-04-131-1/+0
|\
| * Stabilize IsTerminalJosh Triplett2023-04-101-1/+0
* | Make rustdoc and rustc's help match exactlyJynn Nelson2023-04-121-33/+43
|/
* implement --print=all-target-specs-jsonPietro Albini2023-04-031-0/+11
* Stabilize a portion of 'once_cell'Trevor Gross2023-03-291-1/+1
* Rollup merge of #107718 - Zoxc:z-time, r=nnethercoteMatthias Krüger2023-03-231-5/+8
|\
| * Remove `unique` and move `VerboseTimingGuard` fields into a new structJohn Kåre Alsaker2023-03-211-1/+1
| * Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker2023-03-211-5/+8
* | rustc_interface: Add a new query `pre_configure`Vadim Petrochenkov2023-03-231-1/+1
|/
* migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell2023-03-201-5/+3
* Simplify message pathsest312023-03-111-1/+1
* Querify early_lint_checks.Camille GILLOT2023-03-061-0/+1
* refactor: statically guarantee that current error codes are documentedEzra Shaw2023-02-261-4/+1
* various: translation resources from cg backendDavid Wood2023-02-221-2/+2
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-3/+45
* Move the resolver into a queryOli Scherer2023-02-201-1/+1
* Remove save-analysis.Nicholas Nethercote2023-02-161-19/+1
* Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger2023-02-131-1/+2
|\
| * Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber2023-02-091-1/+2
* | Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obkMatthias Krüger2023-02-101-1/+4
|\ \
| * | add test for no input fileyukang2023-02-101-1/+4
| * | fix #107822, handle properly when there is no crate attrsyukang2023-02-091-1/+1
| |/
* | Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8KiMichael Goulet2023-02-081-14/+2
|\ \ | |/ |/|
| * Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer2023-02-071-14/+2
* | Rollup merge of #107771 - estebank:ice-msg, r=compiler-errorsMatthias Krüger2023-02-081-3/+1
|\ \
| * | Tweak ICE messageEsteban Küber2023-02-071-3/+1
| |/
* | Avoid locking the global context across the `after_expansion` callbackOli Scherer2023-02-061-5/+5
|/
* Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker2023-02-021-12/+12
* Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker2023-02-024-0/+1993