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
Age
Commit message (
Expand
)
Author
Lines
2021-09-09
Use trait select logic instead of query
Deadbeef
-18
/
+34
2021-09-09
fmt
Deadbeef
-19
/
+18
2021-09-09
Const drop selection candidates
Deadbeef
-20
/
+138
2021-09-09
fmt
Ellen
-1
/
+3
2021-09-09
resolve `from_hir_call` FIXME
Ellen
-1
/
+0
2021-09-09
add a `CastKind` to `Node::Cast`
Ellen
-8
/
+11
2021-09-09
nits
Ellen
-20
/
+19
2021-09-09
remove comment
Ellen
-1
/
+1
2021-09-09
rename mir -> thir around abstract consts
Ellen
-15
/
+15
2021-09-09
remove debug stmts
Ellen
-2
/
+1
2021-09-09
remove `WorkNode`
Ellen
-51
/
+10
2021-09-09
handle `ExprKind::NeverToAny`
Ellen
-2
/
+1
2021-09-09
dont build abstract const for monomorphic consts
Ellen
-1
/
+30
2021-09-09
tidy
Ellen
-19
/
+17
2021-09-09
dont support blocks
Ellen
-42
/
+12
2021-09-09
as casts and block exprs
Ellen
-32
/
+54
2021-09-09
WIP state
Ellen
-222
/
+145
2021-09-06
Use index newtyping for TyVid
Mark Rousskov
-2
/
+2
2021-09-05
Add query `own_existential_vtable_entries`
Gary Guo
-45
/
+54
2021-09-05
Stop allocating vtable entries for non-object-safe methods
Gary Guo
-8
/
+13
2021-09-04
Add line that was unintentionally removed
Ethan Brierley
-0
/
+1
2021-09-04
Make fields on `AbstractConst` private
Ethan Brierley
-12
/
+12
2021-09-04
Remove left over comment
Ethan Brierley
-4
/
+1
2021-09-04
Minor cleanup: make imports more consistent
Ethan Brierley
-2
/
+1
2021-09-04
`AbstractConst::root`: Always run `subst` when `Node` is `Leaf`
Ethan Brierley
-21
/
+22
2021-09-03
Auto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m-ou-se
bors
-30
/
+5
2021-09-03
Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwU
Mara Bos
-30
/
+5
2021-09-03
Auto merge of #86454 - tlyu:refactor-unsized-suggestions, r=davidtwco
bors
-67
/
+112
2021-09-02
Report cycle error using 'deepest' obligation in the cycle
Aaron Hill
-1
/
+3
2021-09-02
Preserve most sub-obligations in the projection cache
Aaron Hill
-49
/
+26
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-27
Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
bors
-1
/
+5
2021-08-26
Rollup merge of #88320 - sexxi-goose:issue-88103, r=nikomatsakis
Manish Goregaokar
-1
/
+5
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
-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
[prev]
[next]