Files
rust/compiler
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
..
2022-11-17 13:56:38 +11:00
2022-10-23 10:09:44 +02:00
2022-09-29 16:49:04 +09:00
2022-11-15 17:53:50 +00:00
2022-10-16 15:10:40 +01:00
2022-11-18 10:30:47 +01:00
2022-11-18 10:30:47 +01:00
2022-10-23 10:09:44 +02:00