about summary refs log tree commit diff
path: root/src/libsyntax/tests.rs
AgeCommit message (Collapse)AuthorLines
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-9/+9
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-9/+5
On the call site, `rustc_lexer::is_whitespace` reads much better than `character_properties::is_whitespace`.
2019-08-21Add terminal_width debugging flagEsteban Küber-5/+8
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-2/+2
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/+1254