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
2023-12-08
cleanup type variable storage
lcnr
-1
/
+1
2023-11-24
Move EagerResolution to rustc_infer::infer::resolve
Santiago Pastorino
-0
/
+82
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-2
/
+2
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-2
/
+2
2023-03-05
resolve to universal regions when possible
Ali MJ Al-Nasrawy
-9
/
+6
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-6
/
+3
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-15
Remove `reuse_or_mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-5
/
+5
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-3
/
+3
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-3
/
+6
2023-02-06
Inline `OpportunisticVarResolver::fold_ty`.
Nicholas Nethercote
-0
/
+1
2023-02-06
Put a `ShallowResolver` within `OpportunisticVarResolver`.
Nicholas Nethercote
-5
/
+7
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-2
/
+2
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