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
/
empty
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1023
/
+0
2022-12-15
Trim paths in E0599
Esteban Küber
-4
/
+4
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-93
/
+28
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-0
/
+6
2022-10-05
Delay function resolution error until typeck
Michael Goulet
-23
/
+23
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-15
Remove feature gate from let else suggestion
est31
-1
/
+1
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-3
/
+3
2022-07-16
Be more precise when suggesting removal of parens on unit adt ctor
Michael Goulet
-8
/
+20
2022-07-08
Update ui test for the new E0530 suggestion
Obei Sideg
-2
/
+8
2022-07-06
use `named_span` in case of tuple variant
Takayuki Maeda
-5
/
+5
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-15
/
+15
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-05-15
rustc: Stricter checking for #[link] attributes
Vadim Petrochenkov
-4
/
+4
2022-03-28
Remove duplicated and unused test files
Caio
-0
/
+36
2022-03-08
Suggest `if let`/`let_else` for refutable pat in `let`
Esteban Kuber
-1
/
+5
2022-03-08
Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr
Matthias Krüger
-9
/
+20
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-10
/
+9
2022-03-03
Emit `unused_attributes` if a level attr only has a reason
xFrednet
-9
/
+20
2021-11-22
Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov
bors
-0
/
+77
2021-11-18
Add checks for more empty attributes.
Eric Huss
-0
/
+77
2021-11-16
Suggest removal of arguments for unit variant, not replacement
Esteban Kuber
-4
/
+6
2021-10-17
Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa
Matthias Krüger
-2
/
+2
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-2
/
+2
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-38
/
+38
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-18
/
+18
2021-05-02
add suggestion for unit enum variant when matched with a patern
Aliénore Bouttefeux
-16
/
+86
2021-01-13
Update tests for extern block linting
Mark Rousskov
-2
/
+1
2020-09-30
Re-run tests with --bless
Temirkhan Myrzamadi
-0
/
+3
2020-08-11
Detect tuple variants used as struct pattern and suggest correct pattern
Esteban Küber
-5
/
+11
2020-08-10
Point at item definition in foreign crates
Esteban Küber
-7
/
+27
2020-08-10
Tweak ordering of suggestions
Esteban Küber
-36
/
+76
2020-07-14
Suggest struct pat on incorrect unit or tuple pat
Esteban Küber
-82
/
+108
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+1
2020-02-01
Update existing tests for or-patterns
Matthew Jasper
-10
/
+2
2020-01-11
Auto merge of #65912 - estebank:variants-orig, r=petrochenkov
bors
-0
/
+90
2020-01-10
Point at the span for the definition of crate foreign ADTs
Esteban Küber
-0
/
+90
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-6
/
+6
2019-12-14
Revert "Remove `#![feature(never_type)]` from tests."
Niko Matsakis
-2
/
+4
2019-11-21
Remove `#![feature(never_type)]` from tests.
Mazdak Farrokhzad
-4
/
+2
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-61
/
+69
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+2
2019-10-09
Suggest `if let` on `let` refutable binding
Esteban Küber
-0
/
+7
2019-09-22
Point at definition when misusing ADT
Esteban Küber
-2
/
+32
2019-09-21
unify errors for tuple/struct variants
Guanqun Lu
-3
/
+4
2019-09-15
resolve: Remove `!` from "cannot find" diagnostics for macros
Vadim Petrochenkov
-1
/
+1
2019-09-09
check_match: unify check_irrefutable & check_exhaustive more.
Mazdak Farrokhzad
-0
/
+1
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-3
/
+3
2019-08-05
Make use of possibly uninitialized data a hard error
Tyler Mandry
-32
/
+3
[next]