about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/constraints/graph.rs
AgeCommit message (Expand)AuthorLines
2025-02-28Split the `Edges` iterator.Nicholas Nethercote-49/+57
2025-02-28Adjust `ConstraintGraphDirection` methods.Nicholas Nethercote-12/+12
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-20/+20
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+2
2024-04-15Use RPITIT for `Successors` and `Predecessors` traitsMaybe Waffle-3/+1
2024-04-14Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`Maybe Waffle-9/+4
2024-04-14Merge `WithNumNodes` into DirectedGraphMaybe Waffle-2/+0
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-10Fix typos in compilerDaniPopes-15/+17
2022-12-18don't clone Copy typesMatthias Krüger-1/+1
2022-11-05simplify applying closure requirementsAli MJ Al-Nasrawy-0/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-14/+18
2022-04-22Make the lifetime accurate which is used in the region constraints partSparrowLii-6/+3
2022-04-19Add an explicit `Span` field to `OutlivesConstraint`Aaron Hill-0/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+233