| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-05-27 | Avoid some re-interning in `to_lit_token`. | Nicholas Nethercote | -5/+8 |
| 2019-05-27 | Add `to_symbol` methods. | Nicholas Nethercote | -3/+3 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -1/+1 |
| 2019-05-23 | syntax: Some code cleanup | Vadim Petrochenkov | -204/+146 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -59/+71 |
| 2019-05-23 | syntax: Fix spans for boolean literals passed to proc macros | Vadim Petrochenkov | -5/+5 |
| 2019-05-23 | syntax: More consistent wording for some literal parsing errors | Vadim Petrochenkov | -2/+2 |
| 2019-05-23 | syntax: Return named errors from literal parsing functions | Vadim Petrochenkov | -123/+140 |
| 2019-05-22 | Restore the old behavior of the rustdoc keyword check + Fix rebase | Vadim Petrochenkov | -6/+5 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -1/+1 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -2/+2 |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -0/+487 |
