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
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
2021-02-13
Remove some unnecessary `trait_ref` calls
Matthew Jasper
-10
/
+10
2021-02-13
Use debug log level for developer oriented logs
Tomasz Miąsko
-1
/
+1
2021-01-16
Review changes
Jack Huey
-29
/
+28
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind
Jack Huey
-1
/
+1
2021-01-16
Intermediate formatting and such
Jack Huey
-40
/
+40
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-37
/
+39
2020-11-16
compiler: fold by value
Bastian Kauschke
-9
/
+9
2020-11-04
fix a couple of clippy warnings:
Matthias Krüger
-1
/
+1
2020-10-19
Auto merge of #77908 - bugadani:obl-forest, r=nnethercote
bors
-6
/
+4
2020-10-16
map_bound_ref -> rebind
Jack Huey
-2
/
+2
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-2
/
+2
2020-10-15
Turn Outcome into an opaque type to remove some runtime checks
Dániel Buga
-6
/
+4
2020-10-11
Use tracing spans in rustc_trait_selection
Matthew Jasper
-20
/
+13
2020-10-06
Fix rebase
Matthew Jasper
-2
/
+2
2020-10-06
Fix bugs in evaluating WellFormed predicates
Matthew Jasper
-0
/
+1
2020-10-01
Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor
Dylan DPC
-2
/
+11
2020-09-28
const evaluatable: improve `TooGeneric` handling
Bastian Kauschke
-2
/
+11
2020-09-26
Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct."
Dylan MacKenzie
-1
/
+1
[next]