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_trait_selection
/
src
/
traits
/
fulfill.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-9
/
+6
2022-03-07
Try to normalize associated types before processing obligations
Jack Huey
-0
/
+17
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+9
2022-02-21
obligation forest docs
lcnr
-2
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-4
/
+4
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-17
/
+0
2022-02-02
Eagerly merge hidden types.
Oli Scherer
-1
/
+1
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+17
2022-01-28
Remove generalization over projection
kadmin
-1
/
+1
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-5
/
+6
2022-01-15
initial revert
Ellen
-12
/
+10
2021-12-20
Eliminate `ObligationCauseData`.
Nicholas Nethercote
-1
/
+1
2021-12-18
Re-introduce concept of projection cache 'completion'
Aaron Hill
-0
/
+17
2021-12-15
Remove `in_band_lifetimes` from `rustc_trait_selection`
Sylvan Bowdler
-1
/
+1
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-37
/
+2
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-2
/
+37
2021-11-29
Use the constness from the param env instead of having a separate dimension f...
Oli Scherer
-37
/
+2
2021-11-08
fmt
Deadbeef
-20
/
+4
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-14
/
+22
2021-09-24
Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis
Jubilee
-1
/
+2
2021-09-17
Add another case of fallback to () avoid breakage
Mark Rousskov
-0
/
+13
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-1
/
+2
2021-09-09
rename mir -> thir around abstract consts
Ellen
-1
/
+1
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1
/
+1
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-4
/
+5
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-2
/
+2
2021-08-26
add `tcx` to `fn walk`
lcnr
-2
/
+3
2021-08-26
make unevaluated const substs optional
lcnr
-2
/
+3
2021-08-22
Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr
bors
-5
/
+1
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+26
2021-08-19
move code to `InferCtxt` method
Ellen
-8
/
+1
2021-08-19
canonicalize const equate predicates
Ellen
-5
/
+8
2021-08-13
make check less conservative and add explanation
Deadbeef
-2
/
+12
2021-08-13
Pass constness to SelectionContext
Deadbeef
-0
/
+26
2021-08-13
move Constness into TraitPredicate
Deadbeef
-2
/
+2
2021-07-21
Improve caching during trait evaluation
Aaron Hill
-0
/
+14
2021-07-17
Some perf optimizations and logging
jackh726
-2
/
+1
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-2
/
+6
2021-05-19
deal with `const_evaluatable_checked` in `ConstEquate`
lcnr
-2
/
+11
2021-03-31
Track bound vars
Jack Huey
-1
/
+1
2021-03-21
Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk
Dylan DPC
-10
/
+7
2021-03-21
Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk
Dylan DPC
-9
/
+15
2021-03-20
update `const_eval_resolve`
lcnr
-10
/
+4
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-6
/
+9
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-03-03
Fix tidy err and review
Ellen
-10
/
+6
2021-03-02
errooaaar~
Ellen
-9
/
+19
2021-02-23
Small optimizations to obligation forest
kadmin
-19
/
+24
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-10
/
+10
[next]