about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/args.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-2/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-5/+4
2023-05-27Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkovMatthias Krüger-0/+3
2023-05-27Fix ICE caused by at-expanding argument 0 instead of removing it earlydekrain-0/+3
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-1/+1
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-0/+51