| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -1547/+0 | |
| also move MACRO_ARGUMENTS -> librustc_parse | ||||
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -1/+1 | |
| Remove "here" from "expected one of X here" | ||||
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -5/+3 | |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -1/+1 | |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -1/+1 | |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -3/+3 | |
| use American spelling for `pluralize!` | ||||
| 2019-11-06 | Rollup merge of #66098 - estebank:path-asciption-typo, r=Centril | Mazdak Farrokhzad | -4/+11 | |
| Detect `::` -> `:` typo when involving turbofish Fix #65569. | ||||
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -3/+3 | |
| 2019-11-05 | Account for typo in turbofish and suggest `::` | Esteban Küber | -4/+10 | |
| 2019-11-04 | Detect `::` -> `:` typo when involving turbofish | Esteban Küber | -1/+2 | |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -0/+5 | |
| 2019-10-30 | Reduce ammount of errors given unclosed delimiter | Esteban Küber | -8/+37 | |
| When in a file with a non-terminated item, catch the error and consume the block instead of trying to recover it more granularly in order to reduce the amount of unrelated errors that would be fixed after adding the missing closing brace. Also point out the possible location of the missing closing brace. | ||||
| 2019-10-28 | review comments | Esteban Küber | -42/+39 | |
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -5/+5 | |
| 2019-10-28 | Use 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-16 | make tidy happy | Mazdak Farrokhzad | -2/+10 | |
| 2019-10-16 | move SeqSep to parser.rs | Mazdak Farrokhzad | -2/+4 | |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -3/+3 | |
| 2019-10-16 | syntax: reduce visibilities | Mazdak Farrokhzad | -38/+39 | |
| 2019-10-16 | move diagnostics.rs into parser/ | Mazdak Farrokhzad | -0/+1483 | |
