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_middle
/
src
/
ty
/
erase_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-14
/
+14
2025-05-26
add additional `TypeFlags` fast paths
lcnr
-0
/
+8
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-04-03
Micro-optimize RegionEraserVisitor
Michael Goulet
-1
/
+23
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-9
/
+4
2023-11-04
Make sure that predicates with unmentioned bound vars are still considered gl...
Michael Goulet
-2
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-2
/
+3
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-4
/
+4
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-2
/
+1
2023-01-08
Add type flags support for Ty and Const late-bound regions
Michael Goulet
-1
/
+1
2022-10-17
mir constants: type traversing bye bye
lcnr
-5
/
+0
2022-07-28
anonymize all bound vars, not just regions
lcnr
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-0
/
+1
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-01-15
initial revert
Ellen
-3
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-12
/
+9
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-2
/
+2
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-7
/
+10
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+3
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-0
/
+5
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+5
2020-11-16
compiler: fold by value
Bastian Kauschke
-5
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+68