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
Age
Commit message (
Expand
)
Author
Lines
2021-09-01
fix(rustc): suggest `items` be borrowed in `for i in items[x..]`
Michael Howell
-4
/
+13
2021-09-01
cleanup const generics FIXME
lcnr
-30
/
+5
2021-08-30
Enforce diverging let...else
Cameron Steffen
-4
/
+5
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-11
/
+11
2021-08-27
fmt
Deadbeef
-25
/
+30
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-22
/
+23
2021-08-26
rebase
lcnr
-4
/
+12
2021-08-26
review
lcnr
-6
/
+6
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-7
/
+7
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-47
/
+39
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-11
/
+15
2021-08-26
add `tcx` to `fn walk`
lcnr
-8
/
+9
2021-08-26
make unevaluated const substs optional
lcnr
-18
/
+15
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+6
2021-08-24
Review comments
jackh726
-39
/
+66
2021-08-24
Normalize associated types with bound vars
Jack Huey
-70
/
+115
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-8
/
+8
2021-08-22
Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr
bors
-9
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-8
/
+8
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
-101
/
+205
2021-08-21
Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726
bors
-0
/
+55
2021-08-20
Require a box expression's type to be Sized
Anton Golov
-0
/
+3
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+55
2021-08-19
move code to `InferCtxt` method
Ellen
-16
/
+2
2021-08-19
canonicalize const equate predicates
Ellen
-9
/
+16
2021-08-20
Add assertion to ensure the query doesn't get called before type infererence ...
Charles Lew
-2
/
+2
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-30
/
+38
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
-45
/
+74
2021-08-18
Properly generate multiple candidates for trait upcasting coercion.
Charles Lew
-63
/
+138
2021-08-17
Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obk
bors
-7
/
+8
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-7
/
+8
2021-08-15
Return the canonicalized query from type ops
Matthew Jasper
-30
/
+38
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
-11
/
+24
2021-08-13
Fix tests
Deadbeef
-2
/
+3
2021-08-13
Fix assoc-type test
Deadbeef
-0
/
+9
2021-08-13
Pass constness to SelectionContext
Deadbeef
-20
/
+71
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
-30
/
+24
2021-08-09
Do not ICE on HIR based WF check when involving lifetimes
Esteban Küber
-3
/
+4
2021-08-03
Auto merge of #86400 - FabianWolff:issue-85735, r=estebank
bors
-0
/
+1
2021-08-03
Remove invalid suggestion involving Fn trait bound
Fabian Wolff
-0
/
+1
2021-08-03
Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3
bors
-7
/
+9
2021-08-03
Do not suggest impl traits as type arguments
Yuki Okushi
-0
/
+1
2021-08-03
Implement pointer casting.
Charles Lew
-7
/
+9
[prev]
[next]