summaryrefslogtreecommitdiff
path: root/compiler/rustc_log
Commit message (Expand)AuthorAgeFilesLines
* Stabilize IsTerminalJosh Triplett2023-04-101-1/+0
* write threads info into log only when debuggingSparrowLii2023-04-041-1/+1
* Rollup merge of #107895 - matthiaskrgr:cl, r=compiler-errorsMatthias Krüger2023-02-111-1/+1
|\
| * remove redundant clonesMatthias Krüger2023-02-101-1/+1
* | fix rustc_log doctestRalf Jung2023-02-101-3/+3
* | avoid duplicating the RUSTC_LOG env var nameRalf Jung2023-02-091-6/+0
|/
* Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer2023-02-071-17/+4
* Add log-backtrace option to show backtraces along with loggingYuki Omoto2023-01-122-2/+57
* Fix `uninlined_format_args` for some compiler cratesnils2023-01-051-2/+1
* Use IsTerminal in rustc_logJosh Triplett2022-10-162-4/+4
* Add diagnostic translation lints to crates that don't emit them52252252022-08-181-0/+3
* clippy::complexity fixesMatthias Krüger2022-05-261-7/+1
* rustc_log: add env var to set verbose entry/exit behaviorRalf Jung2022-05-111-0/+13
* Make rustc_log doc test runnableDavid Tolnay2022-01-032-4/+4
* Justify why rustc_log existsDavid Tolnay2022-01-031-0/+37
* Extract init_env_logger to crateDavid Tolnay2022-01-032-0/+94