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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_traits
/
normalize_erasing_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-1
/
+1
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-9
/
+9
2020-05-17
Assume unevaluated consts are equal to the other consts and add ConstEquate o...
Ben Lewis
-1
/
+2
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-23
query normalize_generic_arg_after_erasing_regions
Bastian Kauschke
-7
/
+8
2020-03-14
Make downstream crates compile.
Camille GILLOT
-1
/
+2
2020-02-16
Make librustc_traits compile.
Camille GILLOT
-1
/
+2
2019-12-22
Format the world
Mark Rousskov
-12
/
+4
2019-06-14
Remove unnecessary lift calls
John Kåre Alsaker
-2
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-05-28
Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`
varkor
-1
/
+1
2019-02-07
Transition librustc_traits to 2018 edition
Hirokazu Hata
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-27
move into `provide` methods
Niko Matsakis
-1
/
+9
2018-04-26
improved debug output
Niko Matsakis
-0
/
+2
2018-04-10
Make PerfStats thread-safe and remove unused fields
John Kåre Alsaker
-5
/
+2
2018-03-13
add a debug assertion that only outlives-oblig. result from norm.
Niko Matsakis
-7
/
+32
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-0
/
+37