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
2021-03-20
Move some tests to more reasonable directories - 5
Caio
-0
/
+76
2021-03-18
Fix use of bare trait objects everywhere
Vadim Petrochenkov
-20
/
+20
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-1
/
+1
2021-03-13
Avoid sorting predicates by `DefId`
Aaron Hill
-1
/
+1
2021-03-06
Move some tests to more suitable subdirs
Yuki Okushi
-0
/
+285
2021-02-17
In some limited cases, suggest `where` bounds for non-type params
Esteban Küber
-0
/
+8
2021-02-09
Organize trait test files
Bram van den Heuvel
-285
/
+285
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-4
/
+4
2021-01-31
Move some tests to more reasonable directories
Caio
-0
/
+244
2021-01-21
Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum
Yuki Okushi
-0
/
+31
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+134
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-17
/
+53
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-29
Add regr. test for mutual recursion
kadmin
-0
/
+31
2020-12-17
Revert change to evaluation order
Matthew Jasper
-0
/
+39
2020-12-16
Take into account negative impls in "trait item not found" suggestions
LeSeulArtichaut
-0
/
+113
2020-12-01
Add regression test for #79458
ThePuzzlemaker
-0
/
+25
2020-11-24
Use the name "auto traits" everywhere in the compiler
Camelid
-4
/
+4
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-11-16
improve error message for const ty param mismatch
Bastian Kauschke
-2
/
+0
2020-10-27
Add unsized_fn_params feature
Santiago Pastorino
-3
/
+3
2020-10-22
Normalize when finding trait object candidates
Matthew Jasper
-0
/
+37
2020-10-21
Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank
Yuki Okushi
-2
/
+2
2020-10-20
review comments
Esteban Küber
-9
/
+9
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-39
/
+66
2020-10-19
don't assume trait ambiguity happens in `Self`
SNCPlay42
-0
/
+84
2020-10-17
Improve wording of "cannot multiply" type error
Camelid
-2
/
+2
2020-10-18
Add test for issue-75983
Yuki Okushi
-0
/
+17
2020-10-18
Add test for issue-70944
Yuki Okushi
-0
/
+23
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+5
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
[next]