about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer/tests.rs
AgeCommit message (Expand)AuthorLines
2019-08-21fix rebaseEsteban Küber-1/+1
2019-08-21FormattingEsteban Küber-24/+45
2019-08-21Add terminal_width debugging flagEsteban Küber-1/+8
2019-08-19remove composite tokens support from the lexerAleksey Kladov-12/+20
2019-08-15syntax_pos: Remove the duplicate global editionVadim Petrochenkov-28/+4
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-3/+3
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-0/+255