| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-30 | Add back missing comments | Joshua Nelson | -0/+1 | |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -6/+4 | |
| 2020-10-09 | Noticed a potential bug in `eat_while()`: it doesn't account for number of ↵ | Julian Wollersberger | -20/+14 | |
| UTF8 bytes. Fixed it by inlining it in the two places where the count is used and simplified the logic there. | ||||
| 2020-09-21 | Fix typo in rustc_lexer docs | LingMan | -1/+1 | |
| Also add an Oxford comma while we're editing that line. | ||||
| 2020-09-02 | lexer: Tiny improvement to shebang detection | Vadim Petrochenkov | -5/+9 | |
| Lexer now discerns between regular comments and doc comments, so use that. The change only affects the choice of reported errors. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+819 | |
