| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -15/+0 | |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -4/+2 | |
| Crate root is sufficiently different from `mod` items, at least at syntactic level. Also remove customization point for "`mod` item or crate root" from AST visitors. | ||||
| 2019-09-14 | Provide a span if main function is not present in crate | Mark Rousskov | -1/+5 | |
| Unfortunately, the diagnotic machinery does not cope well with an empty span which can happen if the crate is empty, in which case we merely set a spanless note. | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-01-13 | Recover from item trailing semicolon | Esteban Küber | -2/+7 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+8 | |
