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
Age
Commit message (
Expand
)
Author
Lines
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
-12
/
+16
2021-08-26
add `tcx` to `fn walk`
lcnr
-8
/
+9
2021-08-26
make unevaluated const substs optional
lcnr
-20
/
+17
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-2
/
+16
2021-08-25
trailing whitespace
Niko Matsakis
-1
/
+1
2021-08-25
update docs for `type_implements_trait`
Niko Matsakis
-0
/
+4
2021-08-25
type_implements_trait consider obligation failure on overflow
Aman Arora
-1
/
+1
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
-10
/
+10
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
-10
/
+10
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
/
+56
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
/
+56
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-11
Auto merge of #87587 - oli-obk:lazy_tait, r=spastorino
bors
-149
/
+85
2021-08-10
Don't collect into a `Vec` that is immediately being iterated on again.
Oli Scherer
-3
/
+2
2021-08-09
Do not ICE on HIR based WF check when involving lifetimes
Esteban Küber
-3
/
+4
2021-08-06
Point to the value instead of the TAIT declaration for obligation failures
Oli Scherer
-12
/
+9
2021-08-06
Store the `DefId` of the currently typechecked item in `InferCtxt`
Oli Scherer
-16
/
+7
2021-08-06
Immediately register new opaque types in the global list.
Oli Scherer
-11
/
+14
2021-08-06
Split fold_opaque_ty
Oli Scherer
-3
/
+14
2021-08-06
Move some code around in preparation of splitting a function
Oli Scherer
-15
/
+15
2021-08-06
Remove a field that is computed later anyway
Oli Scherer
-22
/
+30
2021-08-06
Move opaque type cache into `InferCtxt`
Oli Scherer
-78
/
+5
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
[prev]
[next]