| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -1/+0 | |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 | |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -3/+0 | |
| This errors during AST lowering. Any errors we emit here are just noise. | ||||
| 2020-09-22 | Bless tests | Dylan MacKenzie | -0/+3 | |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -8/+8 | |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -3/+7 | |
| 2020-02-13 | parser_fn_front_matter: allow `const .. extern` | Mazdak Farrokhzad | -9/+6 | |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -0/+57 | |
| also refactor `FnKind` and `visit_assoc_item` visitors | ||||
