summaryrefslogtreecommitdiff
path: root/compiler/rustc_driver/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker2023-02-021-0/+10
* Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker2023-02-021-45/+0
* rustc_typeck to rustc_hir_analysislcnr2022-09-271-1/+1
* tracing::instrument cleanupOli Scherer2022-09-011-1/+1
* Start moving rustc_driver to SessionDiagnosticAdrian Tombu2022-08-251-0/+1
* remove currently unused depsklensy2022-06-131-3/+3
* Use serde_json for target spec jsonbjorn32022-06-031-0/+1
* Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy2022-03-281-0/+2
* Extract init_env_logger to crateDavid Tolnay2022-01-031-4/+2
* Upgrade `tracing-subscriber`pierwill2021-12-221-1/+1
* Update chalk to 0.75.0pierwill2021-12-221-1/+1
* Bump tracing to get the instrumentation perf improvementOli Scherer2021-10-021-1/+1
* Migrate to 2021Mark Rousskov2021-09-201-1/+1
* Rename rustc_mir to rustc_const_eval.Camille GILLOT2021-09-071-1/+1
* rfc3052: Remove authors field from Cargo manifestsJade2021-07-291-1/+0
* Support -Z unpretty=thir-tree againSmitty2021-07-241-0/+1
* rustc_driver: Remove unused dependencies rustc_mir_build and rustc_typeckJosh Triplett2021-06-251-2/+0
* Add `-Z unpretty` flag for the THIRLeSeulArtichaut2021-03-111-0/+2
* Bump tracing-tree dependencyOli Scherer2021-03-091-1/+1
* Update tracing to 0.1.25Tomasz Miąsko2021-02-281-3/+3
* driver: Use `atty` instead of rolling our ownCamelid2021-01-111-0/+1
* Upgrade to tracing 0.2.13Joshua Nelson2020-10-071-1/+1
* Use `tracing` spans to trace the entire MIR interp stackOliver Scherer2020-09-281-0/+1
* just max_level_infoGus Wynn2020-09-111-1/+1
* comments + add max_level_info so false works with debug_assertions onGus Wynn2020-09-111-1/+1
* add debug-logging to config.tomlGus Wynn2020-09-101-1/+2
* driver: replace `lazy_static` by `SyncLazy` from stdmarmeladema2020-09-011-1/+0
* mv compiler to compiler/mark2020-08-301-0/+41