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
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-17
Improve comments about type folding/visiting.
Nicholas Nethercote
-69
/
+102
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-33
/
+28
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-5
/
+5
2022-02-15
Overhaul `PredicateInner` and `Predicate`.
Nicholas Nethercote
-3
/
+5
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+3
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-6
/
+10
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-10
/
+6
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-0
/
+16
2022-01-15
initial revert
Ellen
-224
/
+38
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-5
/
+5
2021-12-02
Rename TypeFolderFallible to FallibleTypeFolder
Alan Egerton
-7
/
+7
2021-12-02
Update compiler/rustc_middle/src/ty/fold.rs
eggyal
-0
/
+2
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-70
/
+179
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-5
/
+5
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-39
/
+53
2021-11-26
Make `TypeFoldable` implementors short-circuit on error
LeSeulArtichaut
-2
/
+2
2021-11-26
Make `TypeFolder::fold_*` return `Result`
LeSeulArtichaut
-8
/
+19
2021-09-28
More tracing instrumentation
Oli Scherer
-16
/
+20
2021-08-26
optimize `HasTypeFlagsVisitor`
lcnr
-33
/
+81
2021-08-26
type flags
lcnr
-8
/
+9
2021-08-26
review
lcnr
-7
/
+10
2021-08-26
don't just compare `ty::Const`
lcnr
-0
/
+40
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-21
/
+82
2021-08-26
make unevaluated const substs optional
lcnr
-13
/
+22
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-8
/
+38
2021-07-03
Remove `ty::Binder::bind()`
Yuki Okushi
-82
/
+0
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-0
/
+5
2021-03-31
Fmt and test revert
Jack Huey
-6
/
+8
2021-03-31
Fix new problem from rebase and a little cleanup
Jack Huey
-7
/
+8
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-22
/
+141
2021-03-31
Track bound vars
Jack Huey
-51
/
+100
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-17
/
+42
2021-03-31
count bound vars
Jack Huey
-0
/
+48
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+5
2021-03-15
Make functions passed to BoundVarReplacer be optional
Jack Huey
-55
/
+53
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+7
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
[next]