about summary refs log tree commit diff
path: root/compiler/rustc_log/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-08Update tracing, againDaniel Paoliello-3/+2
2025-09-04unpin tracing_coreklensy-2/+2
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-5/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-06-12Bump tracing-tree and allow rendering lines againOli Scherer-1/+1
2024-03-30bump tracing-tree to 0.3klensy-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-1/+7
2023-07-02Downgrade tracing and synNilstrieb-1/+1
2023-01-12Add log-backtrace option to show backtraces along with loggingYuki Omoto-0/+1
2022-10-16Use IsTerminal in rustc_logJosh Triplett-1/+0
2022-01-03Make rustc_log doc test runnableDavid Tolnay-3/+3
2022-01-03Extract init_env_logger to crateDavid Tolnay-0/+16