| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -2/+4 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -10/+10 |
| 2020-11-17 | Fix ui tests for `fn`s with qualifiers in `extern` blocks | ThePuzzlemaker | -15/+30 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -44/+20 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -20/+44 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -2/+2 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -5/+5 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -12/+12 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -12/+57 |
| 2020-02-13 | parser_fn_front_matter: allow `const .. extern` | Mazdak Farrokhzad | -28/+40 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -4/+12 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -0/+136 |
