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
/
generalize.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Move type relations into submodule in rustc_infer
Michael Goulet
-555
/
+0
2023-12-08
cleanup type variable storage
lcnr
-1
/
+1
2023-12-04
cleanup and comments
lcnr
-16
/
+23
2023-12-04
generalize: handle occurs check failure in aliases
lcnr
-8
/
+68
2023-12-04
do not fetch variance info during generalization
lcnr
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-8
/
+12
2023-10-04
Make it clear that args default to being related invariantly
Michael Goulet
-1
/
+1
2023-09-10
Implement fallback for effect param
Deadbeef
-0
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-11
/
+11
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-2
/
+6
2023-05-15
Replace RelationDir with Variance
Michael Goulet
-0
/
+3
2023-05-15
Rename super_relate_* to structurally_relate_*
Michael Goulet
-2
/
+2
2023-05-15
Tweaks and a test
Michael Goulet
-51
/
+52
2023-05-15
yeet ConstInferUnifier
Michael Goulet
-20
/
+46
2023-05-15
Simplify delegate
Michael Goulet
-32
/
+50
2023-05-15
Combine TypeGeneralizer and Generalizer
Michael Goulet
-0
/
+431