about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/mod.rs
AgeCommit message (Collapse)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
Add a check confirming that features referenced in `implied_by` meta items actually exist. Signed-off-by: David Wood <david.wood@huawei.com>
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-1/+1
By changing `as_str()` to take `&self` instead of `self`, we can just return `&str`. We're still lying about lifetimes, but it's a smaller lie than before, where `SymbolStr` contained a (fake) `&'static str`!
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