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
/
compiler
/
rustc_parse
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-11
Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...
Manish Goregaokar
-2
/
+4
2022-11-08
use subdiagnostic for sugesting add let
yukang
-1
/
+1
2022-11-08
fix #103587, Recover from common if let syntax mistakes/typos
yukang
-0
/
+9
2022-11-04
fake a base to suppress later extra error message
yukang
-1
/
+1
2022-11-04
fix #102806, suggest use .. to fill in the rest of the fields of Struct
yukang
-0
/
+9
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-24
/
+47
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+2
2022-10-31
Add more track_caller
mejrs
-0
/
+2
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-24
/
+47
2022-10-24
fix parentheses surrounding spacing issue in parser
yukang
-2
/
+4
2022-10-23
Migrate all diagnostics
Nilstrieb
-184
/
+170
2022-09-27
Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)
Xiretza
-24
/
+29
2022-09-27
Don't unnecessarily stringify paths in diagnostics
Xiretza
-3
/
+4
2022-09-27
Migrate even more diagnostics in rustc_parse to diagnostic structs
Xiretza
-0
/
+211
2022-09-27
Migrate "struct literal body without path" error to diagnostic struct
Xiretza
-0
/
+18
2022-09-27
Migrate "expected semicolon" diagnostics to diagnostic structs
Xiretza
-0
/
+51
2022-09-27
Migrate "expected identifier" diagnostics to diagnostic structs
Xiretza
-1
/
+94
2022-09-27
Migrate more rustc_parse diagnostics to diagnostic structs
Xiretza
-5
/
+94
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-0
/
+783