about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/diagnostics.rs
AgeCommit message (Collapse)AuthorLines
2019-10-28review commentsEsteban Küber-42/+39
2019-10-28Tweak unexpected token wordingEsteban Küber-5/+5
2019-10-28Use heuristics to recover parsing of missing `;`Esteban Küber-37/+54
- Detect `,` and `:` typos where `;` was intended. - When the next token could have been the start of a new statement, detect a missing semicolon.
2019-10-16make tidy happyMazdak Farrokhzad-2/+10
2019-10-16move SeqSep to parser.rsMazdak Farrokhzad-2/+4
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-3/+3
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-38/+39
2019-10-16move diagnostics.rs into parser/Mazdak Farrokhzad-0/+1483