Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-12-17 | Run `cargo fmt` | Alex Crichton | -158/+201 |
2018-10-27 | Allow whitespace after line ending backslash (#162) | Joey Hain | -1/+18 |
2018-09-25 | Fix multi-line strings are not allowed for key | rhysd | -31/+39 |
2018-07-10 | 0.5: Reject 0x7f (DEL) in strings. | Eric Huss | -2/+2 |
2018-05-09 | Merge pull request #239 from udoprog/spans | Alex Crichton | -8/+21 |
2018-05-09 | Treat unicode hex digits case-insensitively | Claudio Bley | -7/+4 |
2018-05-07 | Adjust spans for more complex types | John-John Tedro | -8/+21 |
2018-05-01 | Make Tokenizer emit spans | John-John Tedro | -71/+106 |
2018-04-16 | Replace try!() with ? | Kornel | -2/+2 |
2017-04-12 | Remove lifetimes | Daniel Lockyer | -1/+1 |
2017-04-12 | Simplify if-statements | Daniel Lockyer | -1/+1 |
2017-04-12 | Remove unneeded return statements | Daniel Lockyer | -1/+1 |
2017-02-21 | Relax assertions in substr_offset slightly | Alex Crichton | -1/+1 |
2017-02-08 | Rewrite crate with serde support from ground up | Alex Crichton | -0/+620 |