Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-10-11 | Improve error message when parsing unquoted string (#385) | Alex Tokarev | -3/+3 | |
* Improve error message when parsing unquoted string * Remove conversion to lowercase in parse_keylike() Converting keys to lowercase goes against TOML specification for floats. * Change error message for unquoted string | ||||
2019-07-30 | Add line and column to all Errors | Andres Suarez | -19/+37 | |
2019-07-28 | Show "column" in Error messages | Andres Suarez | -3/+12 | |
2019-07-28 | Fully expand error messages in tests | Andres Suarez | -29/+70 | |
2019-02-19 | Fix case sensitivity with T, Z, and E. | Eric Huss | -0/+2 | |
2018-11-21 | Fix trailing space after date. | Eric Huss | -0/+2 | |
The space between date and time was being eagerly skipped when it shouldn't. | ||||
2018-07-10 | 0.5: Support space separate in datetime. | Eric Huss | -2/+6 | |
cc #224 | ||||
2017-11-12 | Move tests into their own crate | David Tolnay | -0/+58 | |