about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
AgeCommit message (Expand)AuthorLines
2021-10-01Fix clippy lintsGuillaume Gomez-7/+1
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-1/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-1/+1
2021-03-15Change the `.unwrap` to `.expect` with a helpful messagehyd-dev-1/+5
2021-03-15Add `rustc_interface::interface::Config::parse_sess_created`hyd-dev-1/+8
2021-02-19Move try_print_query_stack to rustc_interface.Camille GILLOT-1/+22
2020-12-22Add some intra-doc links to compiler docsJoshua Nelson-1/+2
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-3/+0
2020-11-24Add method to get the register_lints function from the compilerflip1995-0/+3
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+5
2020-08-30mv compiler to compiler/mark-0/+209