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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_infer
/
src
/
infer
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-17
Suggest copying trait associated type bounds on lifetime error
Jack Huey
-0
/
+17
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-16
/
+12
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-14
Call the method fork instead of clone and add proper comments
Santiago Pastorino
-0
/
+1
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-45
/
+18
2022-02-08
Rollup merge of #93728 - JulianKnodt:toterm, r=oli-obk
Matthias Krüger
-4
/
+23
2022-02-07
Rm ValuePairs::Ty/Const
kadmin
-4
/
+22
2022-02-07
Add in ValuePair::Term
kadmin
-0
/
+1
2022-02-02
Simplify diff
Oli Scherer
-2
/
+2
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-4
/
+37
2022-02-02
Add roll back infrastructure for opaque type caches
Oli Scherer
-16
/
+10
2022-01-31
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-6
/
+3
2022-01-15
initial revert
Ellen
-6
/
+8
2022-01-12
Don't fall back to crate-level opaque type definitions.
Oli Scherer
-9
/
+9
2021-12-20
Eliminate `ObligationCauseData`.
Nicholas Nethercote
-1
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_infer`
LegionMammal978
-2
/
+2
2021-12-05
Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakis
Matthias Krüger
-4
/
+19
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-11
/
+8
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-3
/
+3
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-5
/
+8
2021-11-22
Use `derive_default_enum` in the compiler
Jacob Pratt
-7
/
+2
2021-11-11
Remove unused field of `RegionVariableOrigin`
Matthew Jasper
-2
/
+2
2021-11-07
Remove some fields from `ObligationCauseCode`
Matthew Jasper
-16
/
+2
2021-11-06
Improve terminology around "after typeck"
pierwill
-1
/
+1
2021-11-06
Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakis
bors
-3
/
+18
2021-11-05
resolve variables before erasing lifetimes
b-naber
-4
/
+5
2021-11-05
postpone evaluation of constants whose substs depend on inference vars or reg...
b-naber
-3
/
+17
2021-10-18
Member constraints already covered all of E0482 already, so that error never ...
Oli Scherer
-4
/
+0
2021-10-16
Change outlives clause checking algorithm
jackh726
-3
/
+18
2021-09-28
More tracing instrumentation
Oli Scherer
-8
/
+8
2021-09-23
Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726
bors
-25
/
+10
2021-09-20
Add helper function to `InferCtxt` that generates inference vars for unresolv...
Oli Scherer
-0
/
+1
2021-09-17
stop categorizing inference variables as diverging when created
Niko Matsakis
-31
/
+5
2021-09-17
introduce new fallback algorithm
Niko Matsakis
-1
/
+12
2021-09-07
Detect stricter constraints on gats where clauses in impls vs trait
jackh726
-0
/
+21
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-2
/
+2
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-4
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-5
/
+5
2021-08-22
Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr
bors
-0
/
+16
2021-08-20
move `fallback_if_possible` and friends to fallback.rs
Niko Matsakis
-23
/
+18
2021-08-20
move the `sub-unify` check and extend the documentation a bit
Niko Matsakis
-15
/
+19
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+29
2021-08-19
introduce a `Diverging` enum instead of a bool
Niko Matsakis
-8
/
+12
2021-08-19
move code to `InferCtxt` method
Ellen
-0
/
+16
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-1
/
+12
2021-08-15
Track causes for universes created during borrowck
Matthew Jasper
-1
/
+1
2021-08-15
Show bound lifetimes when comparing types in diagnostics
Matthew Jasper
-0
/
+1
2021-08-06
Document `with_opaque_type_inference`'s use cases.
Oli Scherer
-0
/
+4
2021-08-06
Use existing type alias instead of manually writing it
Oli Scherer
-4
/
+2
[next]