about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-0/+3
2022-08-22Deny diagnostic lints in rustc_interfaceGiacomo Stevanato-0/+2
2022-08-22Move existing diagnostic struct to a new errors moduleGiacomo Stevanato-0/+1
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-12Move setup_callbacks call to create_compiler_and_runbjorn3-0/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-18Use let_else in even more placesest31-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-09-23Simplify scoped_threadMark Rousskov-0/+1
2021-06-08Don't use a generator for BoxedResolverbjorn3-2/+0
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+1
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-1/+1
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-0/+1
2020-08-30mv compiler to compiler/mark-0/+21