| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -18/+13 |
| 2020-10-29 | Revert invalid `fn` return type parsing change | Esteban Küber | -13/+4 |
| 2020-10-28 | Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor | Dylan DPC | -9/+32 |
| 2020-10-25 | Tweak invalid `fn` header and body parsing | Esteban Küber | -8/+30 |
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -4/+5 |
| 2020-10-22 | Don't create an empty `LazyTokenStream` | Aaron Hill | -1/+1 |
| 2020-10-19 | Rewrite `collect_tokens` implementations to use a flattened buffer | Aaron Hill | -2/+3 |
| 2020-10-15 | fix off-by-one in parameter spans | Andy Russell | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -3/+3 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -2/+7 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -16/+51 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1843 |
