Xiretza
|
cd621be782
|
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Using the following command:
find compiler/ -type f -name '*.rs' -exec perl -i -gpe \
's/(#\[\w*suggestion)_(short|verbose|hidden)\(\s*(\S+,)?/\1(\3style = "\2",/g' \
'{}' +
|
2022-10-26 15:04:09 +02:00 |
|
yukang
|
a46af18cb1
|
fix parentheses surrounding spacing issue in parser
|
2022-10-24 18:24:10 +08:00 |
|
Nilstrieb
|
c65ebae221
|
Migrate all diagnostics
|
2022-10-23 10:09:44 +02:00 |
|
Xiretza
|
d7c64574e0
|
Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)
|
2022-09-27 20:29:19 +02:00 |
|
Xiretza
|
37fdcb4b36
|
Don't unnecessarily stringify paths in diagnostics
|
2022-09-27 20:29:19 +02:00 |
|
Xiretza
|
00f95468c4
|
Migrate even more diagnostics in rustc_parse to diagnostic structs
|
2022-09-27 20:29:19 +02:00 |
|
Xiretza
|
760c4352d6
|
Migrate "struct literal body without path" error to diagnostic struct
|
2022-09-27 20:29:19 +02:00 |
|
Xiretza
|
ba10f2c0f2
|
Migrate "expected semicolon" diagnostics to diagnostic structs
|
2022-09-27 20:29:19 +02:00 |
|
Xiretza
|
7507ee29fc
|
Migrate "expected identifier" diagnostics to diagnostic structs
|
2022-09-27 20:29:19 +02:00 |
|
Xiretza
|
e1b1d7b029
|
Migrate more rustc_parse diagnostics to diagnostic structs
|
2022-09-27 20:29:18 +02:00 |
|
Xiretza
|
e56d6a68db
|
Move rustc_parse diagnostic structs to separate module
|
2022-09-27 20:29:18 +02:00 |
|