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-05-06
Pick candidate with fewer bound vars
Jack Huey
-5
/
+5
2021-05-06
Deduplicate ParamCandidates with the same value except for bound vars
Jack Huey
-1
/
+11
2021-04-27
Make traits with GATs not object safe
Jack Huey
-4
/
+3
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-01
Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister
bors
-1
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-5
/
+8
2021-03-31
Some rebinds and dummys
Jack Huey
-1
/
+1
2021-03-30
Adjust profiling.
Camille GILLOT
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-24
Use `EvaluatedToOkModuloRegions` whenever we erase regions
Aaron Hill
-1
/
+14
2021-03-21
Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk
Dylan DPC
-4
/
+2
2021-03-20
update `const_eval_resolve`
lcnr
-9
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+6
2021-03-02
errooaaar~
Ellen
-1
/
+3
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-9
/
+11
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-5
/
+21
2021-02-13
Don't go through TraitRef to relate projections
Matthew Jasper
-9
/
+11
2021-02-04
add `relaxed_struct_unsize` feature gate
Bastian Kauschke
-15
/
+44
2021-02-04
relax adt unsizing requirements
Bastian Kauschke
-8
/
+5
2021-01-28
Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis
bors
-4
/
+0
2021-01-16
Review changes
Jack Huey
-17
/
+17
2021-01-15
Make hitting the recursion limit in projection non-fatal
Matthew Jasper
-4
/
+0
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-5
/
+5
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-35
/
+21
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-20
Prevent caching projections in the case of cycles
Matthew Jasper
-0
/
+4
2020-12-19
Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis
bors
-3
/
+3
2020-12-19
More rebinds
Jack Huey
-21
/
+20
2020-12-17
Revert change to evaluation order
Matthew Jasper
-3
/
+3
2020-12-17
Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis
bors
-24
/
+29
2020-12-11
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-2
/
+2
2020-12-11
Move binder for dyn to each list item
Jack Huey
-24
/
+29
2020-11-28
Remove unnecessary `mut` binding
Joshua Nelson
-2
/
+1
2020-11-23
Rollup merge of #79325 - LingMan:try_op, r=jonas-schievink
Jonas Schievink
-7
/
+3
2020-11-23
Reduce boilerplate with the `?` operator
LingMan
-7
/
+3
2020-11-22
winnow: drop non-const cand. in favor of const
Jonas Schievink
-1
/
+9
2020-11-22
Thread `Constness` through selection
Jonas Schievink
-10
/
+12
2020-11-16
compiler: fold by value
Bastian Kauschke
-31
/
+28
2020-11-13
Push to result vector instead of allocating
Dániel Buga
-4
/
+1
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-1
/
+1
2020-10-22
Normalize when finding trait object candidates
Matthew Jasper
-65
/
+66
2020-10-21
Fix ICE from projection cycle
Matthew Jasper
-20
/
+9
2020-10-16
Review comments
Jack Huey
-5
/
+4
2020-10-16
map_bound_ref -> rebind
Jack Huey
-20
/
+15
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-15
/
+27
2020-10-15
Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...
bors
-3
/
+13
2020-10-14
Remove unused code from remaining compiler crates
est31
-4
/
+0
2020-10-11
Use tracing spans in rustc_trait_selection
Matthew Jasper
-168
/
+110
2020-10-11
Always return tupled_upvar_tys for Closure/Generator consituent tys
Aman Arora
-20
/
+4
2020-10-11
Replace tuple of infer vars for upvar_tys with single infer var
Roxane
-4
/
+30
[next]