rust/src/libsyntax/parse
Tyler Mandry 3850408b9b
Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPC
Clarify diagnostics when using `~` as a unary op

It seems we prefer `bitwise not` to `bitwise negation`.
Fixes #57239

r? @estebank
2019-10-18 13:48:38 -07:00
..
lexer Rollup merge of #65364 - XiangQingW:master, r=estebank 2019-10-18 13:48:16 -07:00
parser Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPC 2019-10-18 13:48:38 -07:00
classify.rs Rename Expr.node to Expr.kind 2019-09-26 18:21:09 +01:00
literal.rs Change Lit::tokens() to Lit::token_tree(). 2019-10-18 13:25:17 +11:00
mod.rs move SeqSep to parser.rs 2019-10-16 10:59:54 +02:00
parser.rs Remove two no-op into() calls. 2019-10-18 13:25:17 +11:00
tests.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
token.rs Rollup merge of #65364 - XiangQingW:master, r=estebank 2019-10-18 13:48:16 -07:00
unescape_error_reporting.rs Fix issue #64732 2019-09-25 20:42:59 -04:00