aboutsummaryrefslogtreecommitdiff
path: root/src/tokens.rs
AgeCommit message (Expand)AuthorLines
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