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
/
compiler
/
rustc_middle
/
src
/
ty
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-33
/
+24
2020-12-05
remove redundant clones
Matthias Krüger
-1
/
+1
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-46
/
+64
2020-11-16
compiler: fold by value
Bastian Kauschke
-22
/
+18
2020-11-15
Remove dead `TypeFoldable::visit_tys_shallow` method
LeSeulArtichaut
-14
/
+0
2020-11-14
Set the default `BreakTy` to `!`
LeSeulArtichaut
-1
/
+4
2020-11-14
Use `TypeVisitor::BreakTy` in `HasEscapingVarsVisitor`
LeSeulArtichaut
-4
/
+11
2020-11-14
Use `TypeVisitor::BreakTy` in `HasTypeFlagsVisitor`
LeSeulArtichaut
-5
/
+22
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-24
/
+29
2020-10-30
Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk
bors
-47
/
+70
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-33
/
+27
2020-10-30
Use `ControlFlow::is{break,continue}`
LeSeulArtichaut
-6
/
+4
2020-10-30
TypeVisitor: use `std::ops::ControlFlow` instead of `bool`
LeSeulArtichaut
-46
/
+77
2020-10-29
Make anonymous binders start at 0
Jack Huey
-2
/
+3
2020-10-23
move `visit_predicate` into `TypeVisitor`
Bastian Kauschke
-6
/
+5
2020-10-14
Remove unused code from rustc_middle
est31
-45
/
+6
2020-09-18
don't take `TyCtxt` by reference
Bastian Kauschke
-4
/
+4
2020-09-04
ty.flags -> ty.flags()
LeSeulArtichaut
-3
/
+8
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+1019