index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_borrowck
/
src
/
constraints
Age
Commit message (
Expand
)
Author
Lines
2025-06-03
Move placeholder handling to a proper preprocessing step
Amanda Stjerna
-109
/
+1
2025-04-28
Decouple SCC annotations from SCCs
Amanda Stjerna
-11
/
+13
2025-02-28
Split the `Edges` iterator.
Nicholas Nethercote
-49
/
+57
2025-02-28
Adjust `ConstraintGraphDirection` methods.
Nicholas Nethercote
-12
/
+12
2024-11-04
Reduce visibilities.
Nicholas Nethercote
-1
/
+1
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-20
/
+20
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-07-01
Add description for why this PR was made
Amanda Stjerna
-3
/
+25
2024-07-01
Handle universe leaks by rewriting the constraint graph
Amanda Stjerna
-0
/
+84
2024-06-12
Move `RegionTracker` to `region_infer`
Amanda Stjerna
-94
/
+1
2024-06-12
Formatting, weird because I just did that
Amanda Stjerna
-2
/
+2
2024-06-12
Simplify path compression logic
Amanda Stjerna
-3
/
+10
2024-06-12
Extend SCC construction to enable extra functionality
Amanda Stjerna
-16
/
+88
2024-06-06
Uplift TypeRelation and Relate
Michael Goulet
-2
/
+2
2024-04-15
Use RPITIT for `Successors` and `Predecessors` traits
Maybe Waffle
-3
/
+1
2024-04-14
Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`
Maybe Waffle
-9
/
+4
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-2
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-3
/
+0
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-15
/
+17
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+4
2023-02-19
sccs info
b-naber
-1
/
+1
2022-12-20
Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk
bors
-6
/
+4
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-4
/
+2
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-2
/
+2
2022-12-18
don't clone Copy types
Matthias Krüger
-1
/
+1
2022-11-09
lint auto pass
AndyJado
-0
/
+3
2022-11-05
simplify applying closure requirements
Ali MJ Al-Nasrawy
-0
/
+4
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-1
/
+1
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-1
/
+1
2022-09-17
Use Predicate ConstraintCategory when normalizing
Jack Huey
-4
/
+1
2022-09-16
Revert "Use Predicate ConstraintCategory when normalizing"
Jack Huey
-1
/
+4
2022-09-13
Use Predicate ConstraintCategory when normalizing
Jack Huey
-4
/
+1
2022-09-13
Cleanup retrieve_closure_constraint_info
Jack Huey
-1
/
+1
2022-08-29
Various changes to logging of borrowck-related code
Jack Huey
-2
/
+2
2022-05-25
add def_id and substs to ConstraintCategory::CallArgument
b-naber
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-21
/
+25
2022-04-22
Make the lifetime accurate which is used in the region constraints part
SparrowLii
-6
/
+3
2022-04-19
Add an explicit `Span` field to `OutlivesConstraint`
Aaron Hill
-0
/
+8
2022-01-19
Remove ordering traits from `rustc_borrowck::constraints::OutlivesConstraint`
pierwill
-1
/
+1
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+350