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
/
parser
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-11
Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...
Manish Goregaokar
-5
/
+19
2022-11-04
Don't silently eat label before block in block-like expr
Michael Goulet
-4
/
+8
2022-10-28
Gate some recovery behind a flag
Nilstrieb
-0
/
+12
2022-10-24
fix parentheses surrounding spacing issue in parser
yukang
-5
/
+19
2022-10-23
Migrate all diagnostics
Nilstrieb
-1
/
+1
2022-10-21
Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk
Dylan DPC
-1
/
+9
2022-10-20
Implement assertions and fixes to not emit empty spans without suggestions
Kevin Per
-1
/
+9
2022-10-18
Fix the bug of next_point in span
yukang
-2
/
+2
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-09-30
Remove expr_parentheses_needed from ParseSess
Michael Goulet
-1
/
+2
2022-09-27
Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)
Xiretza
-3
/
+3
2022-09-27
Document use of Symbol::to_string()
Xiretza
-0
/
+2
2022-09-27
Migrate even more diagnostics in rustc_parse to diagnostic structs
Xiretza
-193
/
+109
2022-09-27
Migrate "struct literal body without path" error to diagnostic struct
Xiretza
-16
/
+11
2022-09-27
Migrate "expected semicolon" diagnostics to diagnostic structs
Xiretza
-16
/
+21
2022-09-27
Migrate "expected identifier" diagnostics to diagnostic structs
Xiretza
-29
/
+25
2022-09-27
Migrate more rustc_parse diagnostics to diagnostic structs
Xiretza
-37
/
+0
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-781
/
+5
2022-09-27
Migrate "invalid literal suffix" diagnostic to diagnostic structs
Xiretza
-1
/
+25
2022-09-27
Migrate more diagnostics in rustc_parse to diagnostic structs
Xiretza
-3
/
+247
2022-09-26
Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david...
Matthias Krüger
-0
/
+8
2022-09-25
Recover some items that expect braces and don't take semicolons
Michael Goulet
-0
/
+8
2022-09-22
Add missing code="" attributes to suggestion subdiagnostics
Xiretza
-4
/
+4
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-7
/
+7
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-42
/
+42
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-42
/
+42
2022-09-16
use subdiagnostic for logical negation, bitwise not
yukang
-3
/
+26
2022-09-15
more tweak on diagnostic messages
yukang
-0
/
+1
2022-09-08
fixes #101477: Recover from typo where == is used in place of =
yukang
-0
/
+16
2022-09-06
Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot
bors
-0
/
+8
2022-09-03
Suggest removing unnecessary prefix let in patterns
Michael Goulet
-0
/
+8
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-5
/
+5
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-28
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
bors
-1
/
+1
2022-08-23
parser will not give wrong help message for 'public'
yukang
-10
/
+14
2022-08-23
Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite...
Matthias Krüger
-2
/
+4
2022-08-22
Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank
Dylan DPC
-0
/
+343
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-08-21
Migrate diagnostics in parser/expr to SessionDiagnostic
Xiretza
-0
/
+343
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-8
/
+8
2022-08-20
Rollup merge of #100750 - akabinds:akabinds/improved-invalid-function-qual-er...
Matthias Krüger
-0
/
+9
2022-08-18
added improved diagnostic for a function defined with an invalid qualifier
akabinds
-0
/
+9
2022-08-17
Migrate "invalid variable declaration" errors to SessionDiagnostic
Xiretza
-0
/
+29
2022-08-15
Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors
Matthias Krüger
-7
/
+5
2022-08-15
suggest adding a missing semicolon before an item
Takayuki Maeda
-2
/
+4
2022-08-15
Simplify attribute handling in `parse_bottom_expr`.
Nicholas Nethercote
-7
/
+5
2022-08-14
Make code slightly more uniform
Rageking8
-2
/
+2
2022-08-13
avoid cloning and then iterating
KaDiWa
-1
/
+1
2022-08-10
Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed
Michael Goulet
-4
/
+4
[next]