about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/pretty.rs
AgeCommit message (Collapse)AuthorLines
2023-06-06Write to stdout if `-` is given as output fileJing Peng-3/+3
If `-o -` or `--emit KIND=-` is provided, output will be written to stdout instead. Binary output (`obj`, `llvm-bc`, `link` and `metadata`) being written this way will result in an error unless stdout is not a tty. Multiple output types going to stdout will trigger an error too, as they will all be mixded together.
2023-04-20Remove WithOptconstParam.Camille GILLOT-12/+2
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-0/+522