about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer/tests.rs
AgeCommit message (Collapse)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
It was introduced to avoid going through `hygiene_data`, but now it's read only once, when `ParseSess` is created, so going through a lock is ok.
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-3/+3
For consistency with `ExpnId::root`. Also introduce a helper `Span::with_root_ctxt` for creating spans with `SyntaxContext::root()` context
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-0/+255