index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_log
Age
Commit message (
Expand
)
Author
Lines
2023-11-11
rustc_log: provide a way to init logging based on the values, not names, of t...
Ralf Jung
-11
/
+34
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-1
/
+7
2023-10-10
use env variable to control thread ids in rustc_log
SparrowLii
-3
/
+8
2023-10-02
Fix a comment.
Nicholas Nethercote
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-02
Downgrade tracing and syn
Nilstrieb
-1
/
+1
2023-04-10
Stabilize IsTerminal
Josh Triplett
-1
/
+0
2023-04-04
write threads info into log only when debugging
SparrowLii
-1
/
+1
2023-02-11
Rollup merge of #107895 - matthiaskrgr:cl, r=compiler-errors
Matthias Krüger
-1
/
+1
2023-02-10
remove redundant clones
Matthias Krüger
-1
/
+1
2023-02-10
fix rustc_log doctest
Ralf Jung
-3
/
+3
2023-02-09
avoid duplicating the RUSTC_LOG env var name
Ralf Jung
-6
/
+0
2023-02-07
Replace a command line flag with an env var to allow tools to initialize the ...
Oli Scherer
-17
/
+4
2023-01-12
Add log-backtrace option to show backtraces along with logging
Yuki Omoto
-2
/
+57
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+1
2022-10-16
Use IsTerminal in rustc_log
Josh Triplett
-4
/
+4
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+3
2022-05-26
clippy::complexity fixes
Matthias Krüger
-7
/
+1
2022-05-11
rustc_log: add env var to set verbose entry/exit behavior
Ralf Jung
-0
/
+13
2022-01-03
Make rustc_log doc test runnable
David Tolnay
-4
/
+4
2022-01-03
Justify why rustc_log exists
David Tolnay
-0
/
+37
2022-01-03
Extract init_env_logger to crate
David Tolnay
-0
/
+94