about summary refs log tree commit diff
path: root/src/libsyntax/parse/diagnostics.rs
AgeCommit message (Collapse)AuthorLines
2019-05-16review commentsEsteban Küber-26/+22
2019-05-16Move some parser recovery methods to diagnosticsEsteban Küber-2/+266
2019-05-16Review commentsEsteban Küber-1/+39
- Change wording of suggestion - Move recovery logic to `diagnostics.rs` - Reduce ammount of code duplication
2019-05-01move some functions from parser.rs to diagostics.rsAndrew Xu-0/+226
parser.rs is too big. Some functions only for error reporting and error recovery are being moved to diagostics.rs.