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
/
combine.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Move type relations into submodule in rustc_infer
Michael Goulet
-611
/
+0
2023-12-15
Annotate some bugs
Michael Goulet
-9
/
+13
2023-12-13
global param_env canonicalization cache
Ali MJ Al-Nasrawy
-1
/
+1
2023-12-08
update fixme
lcnr
-4
/
+3
2023-12-08
implement and use `NormalizesTo`
lcnr
-26
/
+40
2023-12-07
avoid instantiating infer vars with infer
lcnr
-1
/
+7
2023-12-04
cleanup and comments
lcnr
-7
/
+9
2023-12-04
generalize: handle occurs check failure in aliases
lcnr
-14
/
+46
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-2
/
+2
2023-09-11
add `is_host_effect` to `GenericParamDefKind::Const` and address review
Deadbeef
-4
/
+4
2023-09-10
Implement fallback for effect param
Deadbeef
-5
/
+64
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+3
2023-07-04
Replace `const_error` methods with `Const::new_error`
Boxy
-2
/
+2
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-1
/
+3
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+3
2023-06-18
Treat TAIT equation as always ambiguous in coherence
Michael Goulet
-7
/
+4
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-12
extend assert
lcnr
-3
/
+3
2023-06-06
Make TraitEngine::new use the right solver, add compare mode
Michael Goulet
-11
/
+9
2023-06-06
New trait solver is a property of inference context
Michael Goulet
-17
/
+17
2023-06-02
Normalize anon consts in new solver
Michael Goulet
-1
/
+1
2023-06-02
No more TyCtxt::lazy_normalization
Michael Goulet
-1
/
+1
2023-05-25
Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu...
Michael Goulet
-4
/
+1
2023-05-15
Replace RelationDir with Variance
Michael Goulet
-57
/
+20
2023-05-15
Rename super_relate_* to structurally_relate_*
Michael Goulet
-2
/
+2
2023-05-15
yeet ConstInferUnifier
Michael Goulet
-160
/
+17
2023-05-15
Simplify delegate
Michael Goulet
-19
/
+11
2023-05-15
Combine TypeGeneralizer and Generalizer
Michael Goulet
-333
/
+15
2023-05-14
Rename const error methods for consistency
Michael Goulet
-2
/
+2
2023-05-08
Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors
Michael Goulet
-1
/
+2
2023-05-05
forbid escaping bound vars in combine
lcnr
-14
/
+8
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-1
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-04
Remove intercrate and mark_ambiguous from Relation
Michael Goulet
-12
/
+12
2023-03-23
Remove AliasRelationDirection::Supertype
Michael Goulet
-6
/
+6
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-3
/
+3
2023-03-23
Include relation direction in AliasEq predicate
Michael Goulet
-3
/
+5
2023-03-19
Constrain const vars to error if const types are mismatched
Michael Goulet
-4
/
+13
2023-03-15
always make `define_opaque_types` explicit
lcnr
-7
/
+2
2023-03-10
Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU
Matthias Krüger
-7
/
+15
2023-03-09
Bail in combine if consts have different types
Michael Goulet
-7
/
+15
2023-03-09
Emit alias-eq when equating numeric var and projection
Michael Goulet
-8
/
+18
2023-02-23
Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk
Matthias Krüger
-8
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-21
Associated type bounds in some places in the compiler
Michael Goulet
-8
/
+2
2023-02-16
don't into self
Matthias Krüger
-2
/
+2
[next]