Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
compiler
/
rustc_log
781baaf
Add documentation for init_logger_with_additional_layer
by Stypox
· 5 weeks ago
fc96ca8
Use closure to allow passing custom tracing layers
by Stypox
· 5 weeks ago
0d74252
Allow initializing logger with additional tracing Layer
by Stypox
· 5 weeks ago
00d3fdc
Allow linking rustc and rustdoc against the same single tracing crate
by David Tolnay
· 3 months ago
8121958
Use `-Wunused_crate_dependencies` for compiler crates.
by Nicholas Nethercote
· 4 months ago
063ef18
Revert "Use workspace lints for crates in `compiler/` #138084"
by 许杰友 Jieyou Xu (Joe)
· 4 months ago
beba32c
Specify rust lints for `compiler/` crates via Cargo.
by Nicholas Nethercote
· 4 months ago
76d341f
Upgrade the compiler to edition 2024
by Michael Goulet
· 5 months ago
bb6bbfa
Avoid naming variables `str`
by Josh Triplett
· 6 months ago
c682aa1
Reformat using the new identifier sorting from rustfmt
by Michael Goulet
· 10 months ago
84ac80f
Reformat `use` declarations.
by Nicholas Nethercote
· 12 months ago
185a48d
Bump tracing-tree and allow rendering lines again
by Oli Scherer
· 1 year, 1 month ago
97d2c3a
remove tracing tree indent lines
by lcnr
· 1 year, 2 months ago
8f11f48
Use Backtrace::force_capture instead of Backtrace::capture in rustc_log
by Michael Woerister
· 1 year, 2 months ago
62c32ae
Construct `SourceMap` at the same time as `SessionGlobals`.
by Nicholas Nethercote
· 1 year, 3 months ago
71ea506
bump tracing-tree to 0.3
by klensy
· 1 year, 4 months ago
90162ea
rustc_log: expose tracing-tree "wraparound" in an env var
by Ralf Jung
· 1 year, 5 months ago
0ac1195
Invert diagnostic lints.
by Nicholas Nethercote
· 1 year, 5 months ago
581a317
rustc_log: provide a way to init logging based on the values, not names, of the env vars
by Ralf Jung
· 1 year, 8 months ago
8ff624a
Clean up `rustc_*/Cargo.toml`.
by Nicholas Nethercote
· 1 year, 9 months ago
2dcc828
use env variable to control thread ids in rustc_log
by SparrowLii
· 1 year, 9 months ago
57397de
Fix a comment.
by Nicholas Nethercote
· 1 year, 10 months ago
2381546
inline format!() args up to and including rustc_middle
by Matthias Krüger
· 2 years ago
171be8c
Downgrade tracing and syn
by Nilstrieb
· 2 years, 1 month ago
afd45c2
Stabilize IsTerminal
by Josh Triplett
· 2 years, 3 months ago
8b21f9e
write threads info into log only when debugging
by SparrowLii
· 2 years, 4 months ago
4b7b569
Rollup merge of #107895 - matthiaskrgr:cl, r=compiler-errors
by Matthias Krüger
· 2 years, 5 months ago
5201bb5
remove redundant clones
by Matthias Krüger
· 2 years, 5 months ago
623ed8e
fix rustc_log doctest
by Ralf Jung
· 2 years, 5 months ago
569c2fe
avoid duplicating the RUSTC_LOG env var name
by Ralf Jung
· 2 years, 5 months ago
f95b553
Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion
by Oli Scherer
· 2 years, 5 months ago
4e2a356
Add log-backtrace option to show backtraces along with logging
by Yuki Omoto
· 2 years, 6 months ago
fd7a159
Fix `uninlined_format_args` for some compiler crates
by nils
· 2 years, 7 months ago
d60ba29
Use IsTerminal in rustc_log
by Josh Triplett
· 2 years, 9 months ago
09ea9f0
Add diagnostic translation lints to crates that don't emit them
by 5225225
· 3 years ago
5fc8a8e
clippy::complexity fixes
by Matthias Krüger
· 3 years, 2 months ago
831bd96
rustc_log: add env var to set verbose entry/exit behavior
by Ralf Jung
· 3 years, 2 months ago
ffbeebb
Make rustc_log doc test runnable
by David Tolnay
· 3 years, 7 months ago
dd5ee32
Justify why rustc_log exists
by David Tolnay
· 3 years, 7 months ago
6152d15
Extract init_env_logger to crate
by David Tolnay
· 3 years, 7 months ago