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
/
universal_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-06
`rustc_borrowck`: remove `ref` patterns
Maybe Waffle
-3
/
+3
2022-10-31
Add bug! back to late_bound_vars query
Michael Goulet
-0
/
+4
2022-10-31
Make external/local late-bound region registration more explicit
Michael Goulet
-25
/
+68
2022-10-31
Collect late-bound regions from all closure parents in `closure_mapping`
Michael Goulet
-39
/
+43
2022-10-31
Create NLL infer vars for late-bound regions from closures
Michael Goulet
-27
/
+35
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-3
/
+3
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-09-08
Remove ReEmpty
Jack Huey
-18
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-2
/
+1
2022-07-07
Move is_free and is_free_or_static to Region, change resolve_var to resolve_r...
Jack Huey
-1
/
+1
2022-06-27
fold_region: remove unused parameter
lcnr
-4
/
+2
2022-06-03
Compute `is_late_bound` in a separate query.
Camille GILLOT
-2
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-13
Add bound_type_of
Jack Huey
-4
/
+5
2022-05-10
Introduce EarlyBinder
Jack Huey
-3
/
+5
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-4
/
+4
2022-04-10
Store LocalDefId in is_late_bound_map.
Camille GILLOT
-5
/
+3
2022-04-10
Avoid accessing HIR from MIR queries.
Camille GILLOT
-4
/
+4
2022-03-30
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
bors
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+1
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-9
/
+5
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-4
/
+2
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-5
/
+9
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-9
/
+5
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-16
/
+25
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-20
/
+20
2021-11-07
Implement type inference for inline consts
Gary Guo
-10
/
+39
2021-11-06
use matches!() macro in more places
Matthias Krüger
-8
/
+2
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+817