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
/
member_constraints.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-20
handle opaque types before region inference
lcnr
-226
/
+0
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-5
/
+2
2024-12-20
remove non-borrowck member constraints
lcnr
-15
/
+7
2024-12-20
more directly handle member constraints
lcnr
-21
/
+25
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2023-04-28
remove unused `mut`s
Lukas Markeffsky
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-05
Remove `allow(potential_query_instability)` from `borrowck`
clubby789
-3
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+1
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-11-14
Give precendence to regions from member constaints when inferring concrete ty...
Camille GILLOT
-0
/
+2
2022-11-09
lint auto pass
AndyJado
-0
/
+2
2022-07-26
Use real opaque type instead of just saying impl Trait
Michael Goulet
-0
/
+3
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-3
/
+6
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-11
/
+11
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-3
/
+3
2021-12-15
Remove in_band_lifetimes from borrowck
Dániel Buga
-3
/
+3
2021-10-03
Replace Fn impls with RPIT impls in rustc_index
bjorn3
-1
/
+1
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+224