summary refs log tree commit diff
path: root/src/libsyntax/tests.rs
AgeCommit message (Expand)AuthorLines
2019-10-25Rollup merge of #65074 - Rantanen:json-byte-pos, r=matkladMazdak Farrokhzad-2/+2
2019-10-21Fix the start/end byte positions in the compiler JSON outputMikko Rantanen-2/+2
2019-10-16panictry!(..) -> .unwrap()Mazdak Farrokhzad-2/+2
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+2
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-0/+1
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
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
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-0/+1254