about summary refs log tree commit diff
path: root/compiler/rustc_driver/Cargo.toml
AgeCommit message (Expand)AuthorLines
2021-10-02Bump tracing to get the instrumentation perf improvementOli Scherer-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-24Support -Z unpretty=thir-tree againSmitty-0/+1
2021-06-25rustc_driver: Remove unused dependencies rustc_mir_build and rustc_typeckJosh Triplett-2/+0
2021-03-11Add `-Z unpretty` flag for the THIRLeSeulArtichaut-0/+2
2021-03-09Bump tracing-tree dependencyOli Scherer-1/+1
2021-02-28Update tracing to 0.1.25Tomasz Miąsko-3/+3
2021-01-11driver: Use `atty` instead of rolling our ownCamelid-0/+1
2020-10-07Upgrade to tracing 0.2.13Joshua Nelson-1/+1
2020-09-28Use `tracing` spans to trace the entire MIR interp stackOliver Scherer-0/+1
2020-09-11just max_level_infoGus Wynn-1/+1
2020-09-11comments + add max_level_info so false works with debug_assertions onGus Wynn-1/+1
2020-09-10add debug-logging to config.tomlGus Wynn-1/+2
2020-09-01driver: replace `lazy_static` by `SyncLazy` from stdmarmeladema-1/+0
2020-08-30mv compiler to compiler/mark-0/+41