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
/
at.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-24
Unify TraitRefs and PolyTraitRefs
Michael Goulet
-1
/
+5
2023-11-20
Don't require intercrate mode for negative coherence
Michael Goulet
-2
/
+9
2023-09-22
Allow higher-ranked fn sigs in ValuePairs
Michael Goulet
-1
/
+22
2023-08-03
Rework upcasting
Michael Goulet
-0
/
+28
2023-07-03
add deep normalization via the new solver
lcnr
-0
/
+1
2023-06-29
change snapshot tracking in fulfillment contexts
lcnr
-1
/
+0
2023-06-06
New trait solver is a property of inference context
Michael Goulet
-0
/
+1
2023-05-30
rework the leak_check to take the outer_universe
lcnr
-1
/
+1
2023-05-03
remove `inside_canonicalization_ctxt` flag
lcnr
-3
/
+0
2023-03-22
assertion for only collection nll region variable information for debug in no...
b-naber
-0
/
+3
2023-03-16
Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk
Matthias Krüger
-51
/
+80
2023-03-15
always make `define_opaque_types` explicit
lcnr
-51
/
+80
2023-03-14
Don't make projection tys out of anon consts
Michael Goulet
-20
/
+4
2023-03-03
canonicalization
lcnr
-0
/
+28
2023-02-21
Make hidden type registration opt-in, so that each site can be reviewed on it...
Oli Scherer
-1
/
+1
2023-01-08
Mention signature rather than fn pointers when comparing impl/trait methods
Michael Goulet
-0
/
+12
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-2
/
+2
2022-12-02
Move normalize_fn_sig to TypeErrCtxt
Michael Goulet
-4
/
+0
2022-11-21
Treat different opaque types of the same def id as equal during coherence
Oli Scherer
-0
/
+1
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-4
/
+3
2022-08-25
Attempt to normalize FnDef signature in InferCtxt::cmp
Michael Goulet
-0
/
+4
2022-08-22
InferCtxt emit error when incorrectly tainted by errors
yukang
-1
/
+1
2022-07-21
move `considering_regions` to the infcx
lcnr
-0
/
+1
2022-06-10
the day that i make a PR without a tidy error..
Ellen
-7
/
+7
2022-06-10
a
Ellen
-0
/
+21
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-4
/
+4
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-3
/
+3
2022-03-31
remove unused field from `infcx`
lcnr
-1
/
+0
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-5
/
+16
2022-03-24
Extract impl_subject_and_oglibations fn and make equate receive subjects
Santiago Pastorino
-1
/
+24
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-14
reveal_defining_opaque_types field doesn't exist after rebase
Santiago Pastorino
-1
/
+0
2022-02-14
Call the method fork instead of clone and add proper comments
Santiago Pastorino
-0
/
+23
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-15
/
+5
2022-02-08
Rollup merge of #93728 - JulianKnodt:toterm, r=oli-obk
Matthias Krüger
-13
/
+11
2022-02-07
Rm ValuePairs::Ty/Const
kadmin
-3
/
+9
2022-02-07
Add in ValuePair::Term
kadmin
-10
/
+2
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-5
/
+15
2022-02-01
Fix w/ comments
kadmin
-2
/
+10
2022-01-31
Add ValuePairs::Terms & Fix compile error
kadmin
-10
/
+2
2022-01-28
Remove generalization over projection
kadmin
-0
/
+20
2021-09-28
More tracing instrumentation
Oli Scherer
-4
/
+4
2021-02-13
Don't go through TraitRef to relate projections
Matthew Jasper
-1
/
+24
2020-08-30
mv compiler to compiler/
mark
-0
/
+311