about summary refs log tree commit diff
path: root/src/libsyntax/parse/literal.rs
AgeCommit message (Expand)AuthorLines
2019-05-27Avoid some re-interning in `to_lit_token`.Nicholas Nethercote-5/+8
2019-05-27Add `to_symbol` methods.Nicholas Nethercote-3/+3
2019-05-27Pre-intern "0", "1", ..., "9", and use where appropriate.Nicholas Nethercote-1/+1
2019-05-23syntax: Some code cleanupVadim Petrochenkov-204/+146
2019-05-23syntax: Turn `token::Lit` into a structVadim Petrochenkov-59/+71
2019-05-23syntax: Fix spans for boolean literals passed to proc macrosVadim Petrochenkov-5/+5
2019-05-23syntax: More consistent wording for some literal parsing errorsVadim Petrochenkov-2/+2
2019-05-23syntax: Return named errors from literal parsing functionsVadim Petrochenkov-123/+140
2019-05-22Restore the old behavior of the rustdoc keyword check + Fix rebaseVadim Petrochenkov-6/+5
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-1/+1
2019-05-11Address comments + Fix testsVadim Petrochenkov-2/+2
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-0/+487