summaryrefslogtreecommitdiff
path: root/compiler/rustc_log
Commit message (Collapse)AuthorAgeFilesLines
* Stabilize IsTerminalJosh Triplett2023-04-101-1/+0
| | | | closes: https://github.com/rust-lang/rust/issues/98070
* 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 clones
| * 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
| | | | tracing loggers at their own discretion
* 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
| | | | | | Convert all the crates that have had their diagnostic migration completed (except save_analysis because that will be deleted soon and apfloat because of the licensing problem).
* 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
| | | | | | | | | | clone_on_copy useless_format bind_instead_of_map filter_map_identity useless_conversion map_flatten unnecessary_unwrap
* 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