about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
AgeCommit message (Expand)AuthorLines
2023-02-10Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obkMatthias Krüger-1/+4
2023-02-10add test for no input fileyukang-1/+4
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+2
2023-02-09fix #107822, handle properly when there is no crate attrsyukang-1/+1
2023-02-08Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8KiMichael Goulet-14/+2
2023-02-08Rollup merge of #107771 - estebank:ice-msg, r=compiler-errorsMatthias Krüger-3/+1
2023-02-07Tweak ICE messageEsteban Küber-3/+1
2023-02-07Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer-14/+2
2023-02-06Avoid locking the global context across the `after_expansion` callbackOli Scherer-5/+5
2023-02-02Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker-12/+12
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-0/+1993