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
/
tests
/
ui
/
parser
/
issues
Age
Commit message (
Expand
)
Author
Lines
2024-03-17
review comment: `str` -> string in messages
Esteban Küber
-2
/
+2
2024-03-17
Use shorter span for existing `'` -> `"` structured suggestion
Esteban Küber
-2
/
+2
2024-03-09
Improve diagnostics for parenthesized type arguments
Daniel Sedlak
-0
/
+76
2024-03-01
Detect more cases of `=` to `:` typo
Esteban Küber
-7
/
+7
2024-02-18
macro_rules: Preserve all metavariable spans in a global side table
Vadim Petrochenkov
-6
/
+11
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-116
/
+116
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-20
/
+43
2024-02-05
Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot
Matthias Krüger
-1
/
+0
2024-01-31
Remove a has_errors check that does not prevent follow up error noise
Oli Scherer
-1
/
+18
2024-01-28
Handle methodcalls & operators in patterns
Lieselotte
-8
/
+8
2024-01-26
remove illegal_floating_point_literal_pattern lint
Ralf Jung
-1
/
+0
2024-01-13
Bless tests
George-lewis
-0
/
+1
2024-01-11
Silence follow up errors if astconv already errored
Oli Scherer
-15
/
+3
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-1
/
+8
2024-01-05
Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin
bors
-2
/
+2
2024-01-04
macro_rules: Less hacky heuristic for using `tt` metavariable spans
Vadim Petrochenkov
-6
/
+6
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-2
/
+2
2023-12-28
Don't expect bodyless arms if the pattern can never be a never pattern
Lieselotte
-3
/
+3
2023-12-12
Improve an error involving attribute values.
Nicholas Nethercote
-3
/
+5
2023-12-08
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
bors
-3
/
+3
2023-12-03
Parse a pattern with no arm
Nadrieril
-3
/
+3
2023-12-03
Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot
bors
-0
/
+106
2023-12-02
Fix parser ICE from attrs
yukang
-0
/
+106
2023-11-29
Always emit help when failing to parse enum variant
Esteban Küber
-0
/
+2
2023-11-29
Fix test and move to more appropriate directory
Esteban Küber
-54
/
+0
2023-11-29
Change enum parse recovery
Esteban Küber
-2
/
+8
2023-11-29
Bubble parse error when expecting `)`
Esteban Küber
-9
/
+5
2023-11-29
Make `parse_pat_ident` not recover bad name
Esteban Küber
-25
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-131
/
+131
2023-11-17
Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber
Matthias Krüger
-1
/
+0
2023-11-17
Rollup merge of #117990 - estebank:issue-100825-part-deux, r=Nilstrieb
Matthias Krüger
-3
/
+3
2023-11-16
Smaller span for unnessary `mut` suggestion
Esteban Küber
-3
/
+3
2023-11-14
Detect more `=>` typos
Esteban Küber
-0
/
+39
2023-11-08
Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8Ki
Guillaume Gomez
-2
/
+86
2023-11-07
Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki
bors
-0
/
+27
2023-11-01
Give a better diagnostic for missing parens in Fn* bounds
clubby789
-0
/
+27
2023-11-01
Recover from missing param list in function definitions
clubby789
-0
/
+32
2023-10-28
Remove asmjs from tests
Jubilee Young
-1
/
+0
2023-10-27
Recover from incorrectly ordered/duplicated function keywords
clubby789
-2
/
+86
2023-10-24
mv tests
Esteban Küber
-0
/
+1464
2023-10-12
Detect ruby-style closure in parser
Esteban Küber
-2
/
+17
2023-10-06
Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin
Jubilee
-20
/
+17
2023-10-05
Add a note to duplicate diagnostics
Alex Macleod
-0
/
+3
2023-10-03
Detect missing `=>` after match guard during parsing
Esteban Küber
-20
/
+17
2023-09-28
Tweak wording of missing angle backets in qualified path
Esteban Küber
-1
/
+6
2023-09-21
add UI test for delimiter errors
yukang
-0
/
+44
2023-09-12
Only suggest turbofish in patterns if we may recover
León Orell Valerian Liehr
-0
/
+21
2023-09-06
Add explanatory note to 'expected item' error
Gurinder Singh
-0
/
+19
2023-08-15
Clean up some bad ui testing annotations
Michael Goulet
-3
/
+8
2023-08-07
relocate tests to pass tidy
darklyspaced
-0
/
+15
[prev]
[next]