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
/
derives
Age
Commit message (
Expand
)
Author
Lines
2022-02-16
Make implementation generic
Lucas Kent
-4
/
+4
2022-02-16
Suggest deriving required supertraits
Lucas Kent
-0
/
+113
2022-01-15
Use span of ignored impls for explanatory note
Fabian Wolff
-12
/
+15
2022-01-11
Annotate dead code lint with notes about ignored derived impls
Fabian Wolff
-0
/
+18
2021-12-23
Rollup merge of #91544 - rukai:91492, r=wesleywiser
Matthias Krüger
-0
/
+79
2021-12-10
update tests
Ellen
-2
/
+0
2021-12-05
Fix duplicate derive clone suggestion
Lucas Kent
-0
/
+79
2021-12-03
Update invalid crate attributes, add help message
Tom Farmer
-1
/
+101
2021-11-20
Point at `impl` blocks when they introduce unmet obligations
Esteban Kuber
-3
/
+7
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-95
/
+0
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-8
/
+8
2021-11-13
Fix handling of substitutions and binders when deciding whether to suggest re...
Jakob Degen
-3
/
+3
2021-10-19
Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"
Yuki Okushi
-4
/
+4
2021-10-08
update ui test expectations
Taylor Yu
-4
/
+4
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-10
/
+90
2021-09-27
better suggestions
Takayuki Maeda
-12
/
+18
2021-09-16
Remove unnecessary label
Esteban Kuber
-20
/
+5
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-17
/
+35
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+83
2021-09-06
Suggest deriving traits if possible
Paul Trojahn
-0
/
+4
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-33
/
+39
2021-08-10
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+49
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-10
/
+10
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-51
/
+261
2021-06-22
Change Debug unimplemented message per request
Aris Merchant
-4
/
+4
2021-06-16
Update test stderr files
Aris Merchant
-12
/
+4
2021-05-13
completion uwu
Ellen
-1
/
+0
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-41
/
+41
2021-04-16
builtin derive macros: fix error with const generics default
Soveu
-0
/
+14
2021-03-29
Suggest box/pin/arc ing receiver on method calls
Esteban Küber
-8
/
+0
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-7
/
+7
2021-02-09
./x.py test --bless
Tomasz Miąsko
-180
/
+4
2021-02-09
Fix derived PartialOrd operators
Tomasz Miąsko
-0
/
+60
2021-02-07
Address review comments
Vadim Petrochenkov
-0
/
+11
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-29
/
+34
2021-02-01
Regression tests for issue 81211.
Felix S. Klock II
-0
/
+72
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-3
/
+3
2020-12-07
Move some tests to subdirectories
Vadim Petrochenkov
-0
/
+21
2020-09-08
Update tests
Guillaume Gomez
-11
/
+13
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-104
/
+104
2020-07-27
mv std libs to library/
mark
-11
/
+11
2020-04-08
Small tweaks to required bound span
Esteban Küber
-3
/
+3
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-4
/
+20
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-182
/
+53
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-1
/
+6
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+8
2020-02-28
Review comments: split requirement text to multiple lines for readability
Esteban Küber
-1
/
+2
2020-02-28
Show information of chain of bound obligations
Esteban Küber
-2
/
+5
2020-02-28
Track all predicates in errors, not just trait obligations
Esteban Küber
-1
/
+3
2020-02-28
Deduplicate information in E0599
Esteban Küber
-3
/
+1
[next]