about summary refs log tree commit diff
path: root/compiler/rustc_infer/src/infer/free_regions.rs
AgeCommit message (Expand)AuthorLines
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-1/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_infer`.Nicholas Nethercote-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_infer`.Nicholas Nethercote-3/+3
2023-11-14review + fix CIlcnr-2/+2
2023-11-14finish `RegionKind` renamelcnr-8/+8
2023-09-18Remove more unused `Lift` impls.Nicholas Nethercote-8/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-4/+4
2022-08-22get rid of `RefCell` in `TransitiveRelation`SparrowLii-11/+2
2022-07-07Move is_free and is_free_or_static to Region, change resolve_var to resolve_r...Jack Huey-19/+5
2022-07-04remove an unused `DefId`lcnr-6/+2
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-4/+4
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-3/+3
2021-12-13Instead of checking for exact bounds, try to prove themJack Huey-1/+1
2021-10-15Remove a now-unused traitOli Scherer-23/+0
2020-12-24use matches!() macro in more placesMatthias Krüger-4/+1
2020-10-21Lift: take self by valueBastian Kauschke-2/+2
2020-08-30mv compiler to compiler/mark-0/+163