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
2023-08-01
Use upvar_tys in more places, make it a list
Michael Goulet
-7
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-76
/
+76
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-5
/
+6
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-7
/
+7
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-24
/
+24
2023-04-16
Various minor Idx-related tweaks
Scott McMurray
-2
/
+2
2023-04-13
Remove `ToRegionVid`.
Nicholas Nethercote
-12
/
+11
2023-04-11
Add `sym::anon`.
Nicholas Nethercote
-2
/
+2
2023-04-11
Use the existing `static` and `env` symbols instead of interning.
Nicholas Nethercote
-4
/
+3
2023-04-11
Introduce `Region::get_name_or_anon`.
Nicholas Nethercote
-27
/
+6
2023-03-07
Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb
bors
-0
/
+3
2023-03-05
Remove `allow(potential_query_instability)` from `borrowck`
clubby789
-0
/
+3
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-3
/
+1
2023-02-26
Avoid more calls to typeck.
Camille GILLOT
-12
/
+15
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-6
/
+6
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-5
/
+5
2023-02-19
add some cfgs back
b-naber
-15
/
+31
2023-02-19
remove cfgs
b-naber
-51
/
+2
2023-02-19
rebase
b-naber
-61
/
+58
2023-02-19
some conditional imports
b-naber
-0
/
+2
2023-02-19
collect region contexts during mir renumbering
b-naber
-5
/
+112
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-7
/
+4
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-12
/
+6
2023-02-09
Use 'static RegionVid for ReError
Esteban Küber
-3
/
+9
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+2
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-2
/
+2
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-2
/
+2
2023-01-22
Update universal_regions.rs
Samuel Moelius
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
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
[next]