summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/pprust-expr-roundtrip.rs
AgeCommit message (Expand)AuthorLines
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