| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -1/+1 | |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -1/+1 | |
| 2022-07-20 | passes: check implied feature exists | David 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-15 | Remove `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-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+0 | |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -0/+4 | |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+34 | |
