| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -119/+0 | |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -0/+3 | |
| 2020-08-13 | Recover gracefully from `struct ` parse errors | Esteban Küber | -9/+2 | |
| 2020-03-26 | error_bad_item_kind: add help text | Mazdak Farrokhzad | -0/+8 | |
| 2020-02-24 | parse: tweak diagnostic wordings | Mazdak Farrokhzad | -8/+8 | |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -8/+8 | |
| 2020-02-24 | parse: use `parse_item_common` in `parse_assoc_item_`. | Mazdak Farrokhzad | -29/+23 | |
| 2020-02-15 | fuse extern & associated item parsing up to defaultness | Mazdak Farrokhzad | -6/+6 | |
| 2020-02-13 | parser: misc small item related improvements & cleanups. | Mazdak Farrokhzad | -21/+18 | |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -16/+16 | |
| 2019-12-12 | Alias `TraitItem` & `ImplItem`. | Mazdak Farrokhzad | -2/+2 | |
| Allow defaultness on trait items syntactically. | ||||
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -5/+0 | |
| Rework raw ident suggestions Use heuristics to determine whethersuggesting raw identifiers is appropriate. Account for raw identifiers when printing a path in a `use` suggestion. Fix #66126. | ||||
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -5/+0 | |
| Use heuristics to determine whethersuggesting raw identifiers is appropriate. Account for raw identifiers when printing a path in a `use` suggestion. | ||||
| 2019-11-11 | syntactically allow visibility on trait item & enum variant | Mazdak Farrokhzad | -14/+21 | |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -2/+2 | |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -55/+13 | |
| 2019-10-30 | Reduce ammount of errors given unclosed delimiter | Esteban Küber | -0/+164 | |
| 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. | ||||
