about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/mod.rs
AgeCommit message (Expand)AuthorLines
2023-11-20Store feature stability un-splitMichael Goulet-10/+4
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-4/+11
2023-05-16Move DebuggerVisualizerFile types from rustc_span to rustc_middleMichael Woerister-0/+1
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-01fix clippy::iter_kv_mapMatthias Krüger-1/+1
2023-02-16Rename some region-specific stuffMichael Goulet-1/+1
2022-07-20passes: check implied feature existsDavid Wood-7/+7
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-1/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+0
2021-07-04Query-ify global limit attribute handlingAaron Hill-0/+4
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+34