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-07-09
Make `evaluate_obligation` not succeed unconditionally if it registered new h...
Oli Scherer
-0
/
+4
2022-06-15
implement (unused) matching solver
Niko Matsakis
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-3
/
+25
2022-06-14
Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr
Dylan DPC
-2
/
+2
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-06-13
Remove RegionckMode in favor of calling new skip_region_resolution
Jack Huey
-18
/
+29
2022-06-10
use FxHashMap instead of BTreeMap
lcnr
-4
/
+3
2022-06-10
eagerly check whether we replace any bound vars
lcnr
-1
/
+5
2022-06-10
bound_vars -> infer: don't return lt map
lcnr
-3
/
+2
2022-06-10
replace bound vars: make caching explicit
lcnr
-12
/
+24
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-24
/
+1
2022-05-20
update comments
lcnr
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+2
2022-04-16
Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk
Dylan DPC
-44
/
+39
2022-04-16
Implementation for 65853
Jack Huey
-2
/
+2
2022-04-10
Inline shallow_resolve_ty into ShallowResolver
Michael Goulet
-44
/
+39
2022-04-02
Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk
Dylan DPC
-3
/
+7
2022-04-01
convert more `DefId`s to `LocalDefId`
lcnr
-3
/
+7
2022-04-01
remove `unify_key::replace_if_possible`
lcnr
-2
/
+0
2022-04-01
update comments
lcnr
-3
/
+3
2022-03-31
remove unused field from `infcx`
lcnr
-25
/
+2
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-18
/
+45
2022-03-27
review comments and rebase
Esteban Kuber
-8
/
+8
2022-03-27
Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion
Esteban Kuber
-0
/
+31
2022-03-22
erase region in ParamEnvAnd and make ConstUnifyCtxt private
b-naber
-4
/
+4
2022-03-22
dont canonicalize in try_unify_abstract_consts and erase regions instead
b-naber
-8
/
+10
2022-03-22
fix previous failures and address review
b-naber
-7
/
+6
2022-03-21
dont try to unify unevaluated constants that contain infer vars
b-naber
-1
/
+15
2022-03-21
try to evaluate in try_unify
b-naber
-1
/
+2
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-5
/
+5
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-5
/
+5
2022-02-23
rustc_errors: remove `struct_dummy`.
Eduard-Mihai Burtescu
-2
/
+4
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
[next]