Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

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