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_infer
/
src
/
infer
/
resolve.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-26
Do not record unresolved const vars in generator interior
Michael Goulet
-28
/
+58
2022-10-17
mir constants: type traversing bye bye
lcnr
-5
/
+0
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-8
/
+8
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-2
/
+2
2022-07-07
Move is_free and is_free_or_static to Region, change resolve_var to resolve_r...
Jack Huey
-2
/
+2
2022-07-06
Update TypeVisitor paths
Alan Egerton
-2
/
+3
2022-06-21
Reverse folder hierarchy
Alan Egerton
-4
/
+2
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-7
/
+4
2022-01-15
initial revert
Ellen
-5
/
+0
2021-12-02
Rename TypeFolderFallible to FallibleTypeFolder
Alan Egerton
-2
/
+2
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-25
/
+21
2021-11-26
Use `TypeFolder::Error` for `FullTypeResolver` and `QueryNormalizer`
LeSeulArtichaut
-21
/
+7
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-1
/
+1
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-24
/
+33
2021-08-26
make unevaluated const substs optional
lcnr
-2
/
+2
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+5
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+5
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-7
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-14
Use `TypeVisitor::BreakTy` in `UnresolvedTypeFinder`
LeSeulArtichaut
-6
/
+3
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-1
/
+1
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-1
/
+1
2020-10-30
TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection}
LeSeulArtichaut
-3
/
+5
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+246