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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-10
Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk
Yuki Okushi
-0
/
+6
2023-01-09
Assert defining anchor is set in take_opaque_types
Michael Goulet
-0
/
+6
2023-01-09
Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk
fee1-dead
-1
/
+17
2023-01-08
Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco
Michael Goulet
-0
/
+1
2023-01-08
Mention signature rather than fn pointers when comparing impl/trait methods
Michael Goulet
-0
/
+1
2023-01-08
remove unreachable error code `E0313`
Ezra Shaw
-4
/
+0
2023-01-03
Move check_region_obligations_and_report_errors to TypeErrCtxt
Michael Goulet
-1
/
+17
2022-12-24
Bubble up ErrorGuaranteed from region constraints in method item compare
Michael Goulet
-4
/
+9
2022-12-19
Add IMPLIED_BOUNDS_ENTAILMENT lint
Michael Goulet
-1
/
+5
2022-12-18
avoid .into() conversion to identical types
Matthias Krüger
-1
/
+1
2022-12-12
fold instead of obliterating args
Boxy
-15
/
+38
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
[next]