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
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
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
2021-08-06
Store the `DefId` of the currently typechecked item in `InferCtxt`
Oli Scherer
-2
/
+21
2021-08-06
Move opaque type cache into `InferCtxt`
Oli Scherer
-0
/
+19
2021-07-31
Point at unmet explicit lifetime obligation bound
Esteban Küber
-2
/
+2
2021-07-21
Improve caching during trait evaluation
Aaron Hill
-1
/
+6
2021-05-06
remove unused variant
lcnr
-3
/
+0
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-17
/
+0
2021-03-20
update `const_eval_resolve`
lcnr
-5
/
+2
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-01-28
Rename NLL* to Nll* accordingly to C-CASE
Hirochika Matsumoto
-7
/
+7
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-12-24
remove redundant clones (clippy::redundant_clone)
Matthias Krüger
-1
/
+1
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-2
/
+3
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-5
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-10
/
+10
2020-11-14
Use `TypeVisitor::BreakTy` in `UnresolvedTypeFinder`
LeSeulArtichaut
-5
/
+1
[next]