about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/args.rs
AgeCommit message (Expand)AuthorLines
2025-02-02Some cleanups around EarlyDiagCtxtbjorn3-10/+9
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-5/+5
2024-03-07Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()`beetrees-4/+24
2024-03-07Make `arg_expand_all` not short-circuit on first errorbeetrees-10/+17
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-01-08Add support for shell argfilesDavid Koloski-16/+91
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-1/+1
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