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
/
normalize_erasing_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-2
/
+2
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+4
2025-01-09
Account for identity substituted items in symbol mangling
Michael Goulet
-4
/
+8
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-26
/
+23
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-06-21
Rename a bunch of things
Michael Goulet
-2
/
+2
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-10
Remove `TyCtxt::try_normalize_erasing_late_bound_regions`.
Nicholas Nethercote
-22
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-04
Rename HAS_PROJECTIONS to HAS_ALIASES etc.
León Orell Valerian Liehr
-2
/
+2
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-6
/
+6
2023-11-17
rename bound region instantiation
lcnr
-2
/
+6
2023-09-26
subst -> instantiate
lcnr
-18
/
+6
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-9
/
+9
2023-05-12
Require `impl Trait` in associated types to appear in method signatures
Oli Scherer
-1
/
+1
2023-05-06
make (try_)subst_and_normalize_erasing_regions take EarlyBinder
Kyle Matsuda
-4
/
+4
2023-04-04
Move a const-prop-lint specific hack from mir interpret to const-prop-lint an...
Oli Scherer
-3
/
+3
2023-03-03
Remove NormalizationError::ConstantKind
Michael Goulet
-3
/
+0
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-11
/
+8
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-2
/
+2
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-2
/
+2
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+4
2022-10-17
mir constants: type traversing bye bye
lcnr
-21
/
+0
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-2
/
+1
2022-09-12
Call destructors when dyn* object goes out of scope
Eric Holk
-0
/
+2
2022-09-01
tracing::instrument cleanup
Oli Scherer
-2
/
+0
2022-06-30
Recover when failing to normalize closure signature.
Camille GILLOT
-0
/
+20
2022-06-21
Reverse folder hierarchy
Alan Egerton
-3
/
+1
2022-05-10
Introduce EarlyBinder
Jack Huey
-3
/
+3
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-6
/
+3
2022-01-31
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Matthias Krüger
-2
/
+2
2021-12-19
Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk
Matthias Krüger
-3
/
+3
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-3
/
+3
2021-12-13
get rid of normalize_generic_arg... queries
b-naber
-2
/
+7
2021-12-05
allow for failure of subst_normalize_erasing_regions in const_eval
b-naber
-0
/
+26
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-20
/
+14
2021-12-01
rebase
b-naber
-31
/
+19
2021-12-01
implement version of normalize_erasing_regions that doesn't assume value is n...
b-naber
-0
/
+127
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-1
/
+3
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-6
/
+12
2021-11-06
Improve terminology around "after typeck"
pierwill
-2
/
+2
2021-07-04
Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs
Niko Matsakis
-1
/
+1
2021-07-03
introduce helper function
Niko Matsakis
-4
/
+13
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-0
/
+7
2021-04-01
Inline some functions that suddenly show up more in traces
Oli Scherer
-0
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-2
/
+2
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+6
2020-11-16
compiler: fold by value
Bastian Kauschke
-3
/
+3
[next]