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-12-26
Add IMPLIED_BOUNDS_ENTAILMENT lint
Michael Goulet
-1
/
+5
2022-12-02
Rollup merge of #105185 - compiler-errors:normalize_fn_sig-in-err-ctxt, r=lcnr
Matthias Krüger
-25
/
+7
2022-12-02
Move normalize_fn_sig to TypeErrCtxt
Michael Goulet
-25
/
+7
2022-12-01
Drive-by: remove unused type alias
Michael Goulet
-1
/
+0
2022-11-28
Remove `Const::from_value`
Maybe Waffle
-1
/
+1
2022-11-28
Simplify calls to `tcx.mk_const`
Maybe Waffle
-2
/
+2
2022-11-28
Remove `tcx.mk_const_var`
Maybe Waffle
-3
/
+3
2022-11-26
Do not record unresolved const vars in generator interior
Michael Goulet
-7
/
+6
2022-11-25
Make `expand_abstract_consts` infallible
Boxy
-13
/
+11
2022-11-25
Add expand_abstract_const
kadmin
-6
/
+2
2022-11-25
Add empty ConstKind::Abstract
kadmin
-35
/
+13
2022-11-21
Move a field around
Oli Scherer
-1
/
+2
2022-11-21
Treat different opaque types of the same def id as equal during coherence
Oli Scherer
-0
/
+29
2022-11-18
require an `ErrorGuaranteed` to taint infcx with errors
Boxy
-8
/
+7
2022-11-18
rename `is_tainted_by_errors`
Boxy
-8
/
+12
2022-11-18
`InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed`
Boxy
-5
/
+9
2022-11-09
Remove save_and_restore_in_snapshot_flag
Michael Goulet
-26
/
+0
2022-11-08
Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_...
CastilloDel
-1
/
+2
2022-11-06
Move fallback_has_occurred to FnCtxt
Michael Goulet
-2
/
+2
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-4
/
+4
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-1
/
+1
2022-10-24
Assert if inference vars are leaking from fully_resolve
Michael Goulet
-1
/
+6
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-1
/
+1
2022-10-14
more dupe word typos
Rageking8
-2
/
+2
2022-10-13
fix small word dupe typos
Rageking8
-1
/
+1
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-11
/
+8
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-55
/
+25
2022-10-07
Introduce TypeErrCtxt
Cameron Steffen
-79
/
+87
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-11
/
+7
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+3
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-5
/
+5
2022-09-22
introduce mir::Unevaluated
b-naber
-6
/
+5
2022-09-19
Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors
bors
-1
/
+23
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-8
/
+5
2022-09-16
Final bits
Jack Huey
-0
/
+1
2022-09-16
Add AscribeUserTypeProvePredicate
Jack Huey
-1
/
+12
2022-09-16
Add to_constraint_category to ObligationCause and SubregionOrigin
Jack Huey
-0
/
+10
2022-09-16
Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis
bors
-23
/
+1
2022-09-16
Revert "Better errors for implied static bound"
Jack Huey
-23
/
+1
2022-09-15
Don't throw away information just to recompute it again
Oli Scherer
-6
/
+6
2022-09-13
Better errors for implied static bound
Jack Huey
-1
/
+23
2022-09-13
rebase
b-naber
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-7
/
+4
2022-09-05
Pack `Term` in the same way as `GenericArg`.
Nicholas Nethercote
-5
/
+4
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-30
Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr
Dylan DPC
-0
/
+18
2022-08-29
Various changes to logging of borrowck-related code
Jack Huey
-11
/
+1
2022-08-25
Attempt to normalize FnDef signature in InferCtxt::cmp
Michael Goulet
-0
/
+18
2022-08-22
InferCtxt emit error when incorrectly tainted by errors
yukang
-8
/
+10
[next]