about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/region_infer/reverse_sccs.rs
AgeCommit message (Expand)AuthorLines
2025-08-20handle opaque types before region inferencelcnr-10/+0
2025-05-31Drive-by refactor: use `OnceCell` for the reverse region SCC graphAmanda Stjerna-8/+5
2025-05-03add `ReverseSccGraph::compute`lcnr-18/+27
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-4/+1
2024-11-19Clean up `UniversalRegions`.Nicholas Nethercote-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+5
2024-04-14Make `depth_first_search` into a standalone functionMaybe Waffle-3/+2
2024-04-14Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`Maybe Waffle-1/+1
2024-03-23Use `chunk_by` when building `ReverseSccGraph`Josh Stone-6/+5
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-04-30Lrc -> Rcklensy-1/+1
2023-04-30RegionInferenceContext: remove Rc from rev_scc_graph fieldklensy-8/+5
2023-03-05Remove `allow(potential_query_instability)` from `borrowck`clubby789-4/+4
2022-11-09lint auto passAndyJado-0/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+68