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
/
src
/
librustc
/
traits
/
query
/
normalize_erasing_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-07
Move normalize_erasing_regions to rustc::ty.
Camille GILLOT
-78
/
+0
2019-12-22
Format the world
Mark Rousskov
-1
/
+1
2019-07-24
Stabilize the type_name intrinsic in core::any
Steven Fackler
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
rustc: remove some unnecessary lifetimes in -> TyCtxt methods.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-5
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-03-13
add some debug output
Niko Matsakis
-0
/
+7
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-0
/
+81