rust/src/libsyntax/parse
Mazdak Farrokhzad 1563514196
Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk
Fix an ICE with a const argument in a trait

This goes some way towards fixing https://github.com/rust-lang/rust/issues/61383 (the reduced test case is fixed).
2019-06-04 04:48:08 +02:00
..
lexer Pre-intern "0", "1", ..., "9", and use where appropriate. 2019-05-27 13:58:38 +10:00
attr.rs Use SmallVec in TokenStreamBuilder. 2019-03-29 09:32:58 +11:00
classify.rs Move literal parsing code into a separate file 2019-05-11 16:03:16 +03:00
diagnostics.rs Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkor 2019-06-03 05:40:53 +00:00
literal.rs Avoid some re-interning in to_lit_token. 2019-05-27 14:05:05 +10:00
mod.rs Fix rebase 2019-05-24 11:50:21 -07:00
parser.rs Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk 2019-06-04 04:48:08 +02:00
token.rs Use Symbol equality in is_ident_named. 2019-05-27 14:05:05 +10:00
unescape.rs introduce unescape module 2019-05-02 15:31:57 +03:00
unescape_error_reporting.rs introduce unescape module 2019-05-02 15:31:57 +03:00