about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/mod.rs
AgeCommit message (Expand)AuthorLines
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-1/+1
2025-02-22Fix binding mode problemsMichael Goulet-1/+1
2025-02-17Move `rustc_middle::limits` to `rustc_interface`.Nicholas Nethercote-5/+0
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-01-04Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.Michael Woerister-7/+8
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