aboutsummaryrefslogtreecommitdiff
path: root/src/tokens.rs
AgeCommit message (Expand)AuthorLines
2020-05-28Allow delimiter quotes at the end of multiline strings (#393)pyfisch-1/+9
2019-10-15feat: support tabs in basic strings (#343)Kyle Clemens-1/+3
2019-08-14Removed all warnings besides twoNick Hackman-8/+5
2019-05-082018 edition idioms.Eric Huss-5/+5
2019-03-20Fix parsing of repeated delimiters inside multi-line stringsTomasz Miąsko-5/+9
2018-12-17Run `cargo fmt`Alex Crichton-158/+201
2018-10-27Allow whitespace after line ending backslash (#162)Joey Hain-1/+18
2018-09-25Fix multi-line strings are not allowed for keyrhysd-31/+39
2018-07-100.5: Reject 0x7f (DEL) in strings.Eric Huss-2/+2
2018-05-09Merge pull request #239 from udoprog/spansAlex Crichton-8/+21
2018-05-09Treat unicode hex digits case-insensitivelyClaudio Bley-7/+4
2018-05-07Adjust spans for more complex typesJohn-John Tedro-8/+21
2018-05-01Make Tokenizer emit spansJohn-John Tedro-71/+106
2018-04-16Replace try!() with ?Kornel-2/+2
2017-04-12Remove lifetimesDaniel Lockyer-1/+1
2017-04-12Simplify if-statementsDaniel Lockyer-1/+1
2017-04-12Remove unneeded return statementsDaniel Lockyer-1/+1
2017-02-21Relax assertions in substr_offset slightlyAlex Crichton-1/+1
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-0/+620