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
/
src
/
test
/
ui
/
derives
Age
Commit message (
Expand
)
Author
Lines
2022-07-26
Remove erroneous E0133 code from an error message.
Nicholas Nethercote
-8
/
+8
2022-07-25
Improve error messages involving `derive` and `packed`.
Nicholas Nethercote
-46
/
+60
2022-07-07
Track implicit `Sized` obligations in type params
Esteban Küber
-6
/
+6
2022-07-01
Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov
bors
-20
/
+20
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-20
/
+20
2022-07-01
Auto merge of #98402 - cjgillot:undead, r=michaelwoerister
bors
-9
/
+9
2022-06-25
Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...
Matthias Krüger
-6
/
+6
2022-06-22
Uniform spans in dead code lint.
Camille GILLOT
-9
/
+9
2022-06-22
point to type param definition when not finding variant, method and assoc type
Takayuki Maeda
-6
/
+6
2022-06-22
Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...
bors
-15
/
+61
2022-06-19
Be more specific for what lifetimes are not allowed on
Michael Goulet
-1
/
+1
2022-06-19
collapse dead code warnings into a single diagnostic
Takayuki Maeda
-39
/
+40
2022-06-19
emit only one note per unused struct field
Takayuki Maeda
-0
/
+45
2022-06-16
fix one more case of trailing space
klensy
-3
/
+3
2022-06-03
Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillot
Dylan DPC
-3
/
+11
2022-06-02
don't use a `span_note` for ignored impls
lcnr
-18
/
+3
2022-06-01
Make output more specific
Esteban Küber
-3
/
+6
2022-06-01
Fix test
Esteban Küber
-0
/
+5
2022-05-27
Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error
Esteban Küber
-12
/
+3
2022-05-27
Add test for #97343
Esteban Küber
-0
/
+30
2022-04-14
make unaligned_reference warning visible in future compat report
Ralf Jung
-0
/
+64
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+108
2022-04-03
Improve method name suggestions
Oliver Downard
-1
/
+1
2022-03-24
Properly track `ImplObligation`s
Esteban Kuber
-4
/
+5
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
[next]