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-11-26
Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot
Guillaume Gomez
-60
/
+0
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-26
Clean dead codes
r0cky
-60
/
+0
2023-11-17
rename bound region instantiation
lcnr
-5
/
+5
2023-11-14
finish `RegionKind` rename
lcnr
-4
/
+4
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-15
/
+15
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-10
/
+10
2023-10-04
Fix misuses of a vs an
cui fliter
-2
/
+2
2023-09-26
subst -> instantiate
lcnr
-3
/
+2
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-14
/
+6
2023-09-21
Prevent promotion of const fn calls in inline consts
Oli Scherer
-1
/
+1
2023-09-11
Disentangle `Debug` and `Display` for `Ty`.
Nicholas Nethercote
-4
/
+17
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
[next]