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
2025-03-15
Fold visit into ty
Michael Goulet
-2
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+4
2024-10-24
Remove associated type based effects logic
Michael Goulet
-3
/
+0
2024-10-08
Remove unnecessary `return` keyword.
Nicholas Nethercote
-1
/
+1
2024-10-07
Remove out-of-date comment.
Nicholas Nethercote
-2
/
+0
2024-10-07
Fix `FIXME` comment on `FixupError`.
Nicholas Nethercote
-5
/
+7
2024-10-01
add caches to multiple type folders
lcnr
-3
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-21
Rename a bunch of things
Michael Goulet
-4
/
+4
2024-06-03
Fix ICE caused by ignoring EffectVars in type inference
Andrew Wock
-0
/
+3
2024-05-20
Rework var resolution in InferCtxtLike, uplift EagerResolver
Michael Goulet
-81
/
+0
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-04-15
Simplify shallow resolver to just fold ty/consts
Michael Goulet
-8
/
+6
2024-02-05
cleanup effect var handling
lcnr
-5
/
+4
2024-01-16
don't store const var origins for known vars
lcnr
-88
/
+2
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
[next]