summary refs log tree commit diff
path: root/compiler/rustc_driver
AgeCommit message (Expand)AuthorLines
2020-11-15Replace run_compiler with RunCompiler builder pattern.Darshan Kathiriya-2/+45
2020-09-28Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obkRalf Jung-1/+11
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-1/+11
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-17use strip_prefix over starts_with and manual slicing based on pattern length ...Matthias Krüger-2/+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-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-1/+2
2020-09-03rustc_driver: have TrimmedDefPaths::GoodPath only for rustcDan Aloni-4/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+5
2020-09-01driver: replace `lazy_static` by `SyncLazy` from stdmarmeladema-8/+5
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-0/+1
2020-08-30mv compiler to compiler/mark-0/+1869