about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/pprust-expr-roundtrip.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-230/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2019-06-23let_chains: Add test cases to pprust-expr-roundtrip.Mazdak Farrokhzad-23/+32
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-17/+15
2019-05-29Update the rest of the test suites to use dynmemoryruins-1/+1
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+1
2019-02-27Rename variadic to c_variadicDan Robertson-1/+1
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-24/+28
2018-12-27Get rid of `Block::recovered`Vadim Petrochenkov-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-2/+4
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-1/+2
2018-06-21Fix test using ExprKind::ClosureTaylor Cramer-0/+1
2018-04-06Remove more duplicated spansVadim Petrochenkov-3/+3
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-4/+2
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-24/+5
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-23/+16
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-1/+4
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-1/+5
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-0/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-2/+2
2017-09-06better explanatory comment for the pprust-expr-roundtrip testStuart Pernsteiner-0/+18
2017-09-06pprust: fix parenthesization of exprsStuart Pernsteiner-0/+227