| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -12/+12 | |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 | |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -2/+2 | |
| Also remove `ast::Mod` which is mostly redundant now | ||||
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -2/+3 | |
| Fixes #81007 Previously, we would fail to collect tokens in the proper place when only builtin attributes were present. As a result, we would end up with attribute tokens in the collected `TokenStream`, leading to duplication when we attempted to prepend the attributes from the AST node. We now explicitly track when token collection must be performed due to nomterminal parsing. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+348 | |
