Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-10-29 | Replace the test added by #349 with a bench (#351) | est31 | -0/+5 | |
CI environments can be noisy and while the test worked great locally on my machine, it didn't on the CI environment. This replaces the test with a (manually tracked) benchmark. As per https://github.com/alexcrichton/toml-rs/pull/349#issuecomment-546998173 | ||||
2019-07-30 | Add tests covering custom deserializers | Andres Suarez | -1/+1 | |
2019-05-09 | Merge pull request #308 from ehuss/edition-2018 | Alex Crichton | -0/+1 | |
Migrate to 2018 edition | ||||
2019-05-08 | Remove rustc version checking. | Eric Huss | -4/+0 | |
This is no longer necessary, as <1.20 is no longer supported. | ||||
2019-05-08 | Migrate to 2018 edition. | Eric Huss | -0/+1 | |
2017-11-12 | A toml macro | David Tolnay | -0/+1 | |
2017-11-12 | Move tests into their own crate | David Tolnay | -0/+14 | |