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
/
src
/
test
/
ui
/
traits
Age
Commit message (
Expand
)
Author
Lines
2020-10-09
address review comments
Esteban Küber
-1
/
+71
2020-10-09
Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`
Esteban Küber
-0
/
+32
2020-10-09
Suggest removing bounds even when potential typo
Esteban Küber
-1
/
+17
2020-10-09
Tweak output and add test cases
Esteban Küber
-11
/
+171
2020-10-09
Point out why a trait is expected on `Struct + 'lt`
Esteban Küber
-0
/
+6
2020-10-06
Fix tests from rebase
Matthew Jasper
-31
/
+15
2020-10-06
Don't require lifetime super-bounds on traits apply to trait objects of that ...
Matthew Jasper
-0
/
+16
2020-10-06
Avoid cycle with projections from object types
Matthew Jasper
-6
/
+15
2020-10-06
Avoid cycle in nested obligations for object candidate
Matthew Jasper
-0
/
+206
2020-10-06
Fix tests and bootstrap
Matthew Jasper
-9
/
+11
2020-10-06
Ensure that associated types for trait objects satisfy their bounds
Matthew Jasper
-0
/
+103
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-4
/
+22
2020-10-05
Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebank
Dylan DPC
-0
/
+15
2020-09-03
specialization_graph: avoid trimmed paths for OverlapError
Dan Aloni
-5
/
+5
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-111
/
+111
2020-08-30
Remove error message in specific case
kadmin
-0
/
+15
2020-08-22
Use smaller def span for functions
Aaron Hill
-2
/
+2
2020-08-14
Tweak output of E0225
Esteban Küber
-75
/
+210
2020-07-27
mv std libs to library/
mark
-6
/
+6
2020-07-18
Fix debug assertion in typeck
Yuki Okushi
-0
/
+36
2020-07-14
Remove redundant explanatory `note` for type parameters
Esteban Küber
-3
/
+0
2020-07-14
Suggest borrowing in more unsized fn param cases
Esteban Küber
-1
/
+4
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-5
/
+0
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-6
/
+6
2020-07-14
Point at type on E0275 instead of whole field
Esteban Küber
-2
/
+2
2020-06-25
Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco
Manish Goregaokar
-0
/
+5
2020-06-24
Suggest type param trait bound for binop only when appropriate
Esteban Küber
-1
/
+0
2020-06-23
Tweak binop errors
Esteban Küber
-0
/
+6
2020-06-20
Rollup merge of #72456 - ldm0:dereftrait, r=estebank
Manish Goregaokar
-0
/
+253
2020-06-20
Prevent incorrect help message for dereference suggestion
Donough Liu
-1
/
+67
2020-06-20
Try to suggest dereferences when trait selection failed.
Donough Liu
-0
/
+187
2020-06-19
Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis
Manish Goregaokar
-32
/
+44
2020-06-19
Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper
Manish Goregaokar
-9
/
+57
2020-06-17
Unify region variables when projecting associated types
matthewjasper
-32
/
+44
2020-06-16
warn against 'specialization' feature
Ralf Jung
-9
/
+57
2020-06-15
Only display other method receiver candidates if they actually apply
Aaron Hill
-7
/
+0
2020-06-15
Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este...
Ralf Jung
-0
/
+33
2020-05-28
Account for `Self` as a type param
Esteban Küber
-0
/
+72
2020-05-27
review comments: change wording and visual output
Esteban Küber
-8
/
+6
2020-05-27
Modify wording
Esteban Küber
-3
/
+6
2020-05-27
review comments
Esteban Küber
-2
/
+2
2020-05-27
Tweak output for mismatched impl item
Esteban Küber
-1
/
+39
2020-05-27
Name `RegionKind::ReVar` lifetimes in diagnostics
Esteban Küber
-1
/
+1
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-2
/
+2
2020-05-24
Fix trait alias inherent impl resolution
Matthew McAllister
-0
/
+33
2020-05-22
Rollup merge of #71829 - kper:issue71136, r=matthewjasper
Ralf Jung
-0
/
+21
2020-05-03
Adding new test #71136
Kevin Per
-0
/
+21
2020-04-26
Use Cell::take in a couple places
ThinkChaos
-2
/
+2
2020-04-24
Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse
Dylan DPC
-1
/
+1
2020-04-23
fix error code for E0751
YI
-15
/
+15
[prev]
[next]