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_trait_selection
/
src
/
traits
/
select
Age
Commit message (
Expand
)
Author
Lines
2021-10-04
Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726
bors
-0
/
+18
2021-10-04
Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726
bors
-0
/
+16
2021-09-02
Preserve most sub-obligations in the projection cache
Aaron Hill
-1
/
+1
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1
/
+1
2021-08-27
fmt
Deadbeef
-24
/
+26
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-20
/
+21
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-3
/
+2
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-4
/
+8
2021-08-26
add `tcx` to `fn walk`
lcnr
-4
/
+4
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-1
/
+1
2021-08-22
Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr
bors
-4
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-22
Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakis
bors
-3
/
+10
2021-08-21
Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis
bors
-64
/
+174
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+16
2021-08-19
move code to `InferCtxt` method
Ellen
-8
/
+1
2021-08-19
canonicalize const equate predicates
Ellen
-4
/
+8
2021-08-18
marker_traits: require `EvaluatedToOk`
lcnr
-3
/
+10
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-8
/
+43
2021-08-18
Properly generate multiple candidates for trait upcasting coercion.
Charles Lew
-63
/
+138
2021-08-14
Assign FIXMEs to me and remove obsolete ones
Deadbeef
-1
/
+1
2021-08-13
make check less conservative and add explanation
Deadbeef
-0
/
+12
2021-08-13
Fix tests
Deadbeef
-2
/
+3
2021-08-13
Pass constness to SelectionContext
Deadbeef
-20
/
+45
2021-08-13
Make selection and evaluation caches use constness
Deadbeef
-30
/
+57
2021-08-13
fmt
Deadbeef
-1
/
+2
2021-08-13
fmt
Deadbeef
-2
/
+3
2021-08-13
Filter non-const impls when we expect a const one
Deadbeef
-6
/
+23
2021-08-13
move Constness into TraitPredicate
Deadbeef
-6
/
+5
2021-07-31
Implement trait upcasting coercion type-checking.
Charles Lew
-20
/
+56
2021-07-21
Improve caching during trait evaluation
Aaron Hill
-4
/
+4
2021-07-19
Better diagnostics when mismatched types due to implict static lifetime
jackh726
-1
/
+7
2021-07-17
Some perf optimizations and logging
jackh726
-3
/
+7
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-2
/
+2
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-1
/
+1
2021-06-29
Return `EvaluatedToOk` when type in outlives predicate is global
Aaron Hill
-1
/
+9
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-12
/
+7
2021-05-25
Auto merge of #85481 - lcnr:const-equate, r=matthewjasper
bors
-1
/
+23
2021-05-19
deal with `const_evaluatable_checked` in `ConstEquate`
lcnr
-1
/
+23
2021-05-13
have on_completion record subcycles
Niko Matsakis
-48
/
+60
2021-05-07
Rollup merge of #84987 - lcnr:nits, r=Mark-Simulacrum
Dylan DPC
-2
/
+0
2021-05-06
Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis
bors
-1
/
+11
2021-05-06
outdated comment
lcnr
-2
/
+0
2021-05-06
Pick candidate with fewer bound vars
Jack Huey
-5
/
+5
2021-04-27
Make traits with GATs not object safe
Jack Huey
-4
/
+3
2021-04-25
Deduplicate ParamCandidates with the same value except for bound vars
Jack Huey
-1
/
+11
2021-04-19
fix few typos
klensy
-1
/
+1
[next]