rust/compiler/rustc_driver/src
Matthias Krüger 52cc0d5360
Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk
Use `IsTerminal` in place of `atty`

In any crate that can use nightly features, use `IsTerminal` rather than
`atty`:

- Use `IsTerminal` in `rustc_errors`
- Use `IsTerminal` in `rustc_driver`
- Use `IsTerminal` in `rustc_log`
- Use `IsTerminal` in `librustdoc`
2022-11-19 15:35:18 +01:00
..
args.rs rustdoc: Support argument files 2021-02-19 02:32:45 +01:00
lib.rs Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk 2022-11-19 15:35:18 +01:00
pretty.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
session_diagnostics.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00