aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-27Allow whitespace after line ending backslash (#162)Joey Hain-1/+18
2018-10-01Avoid panic on pretty string ending in single quoteMatti Niemenmaa-0/+4
2018-09-25Fix multi-line strings are not allowed for keyrhysd-31/+47
2018-08-06Merge pull request #255 from kornelski/masterAlex Crichton-0/+16
2018-08-05Support deserializing from other integer typesKornel-0/+16
2018-08-05Support the new 0.5 syntax in the toml! macro.Eric Huss-45/+134
2018-07-27Don't allow intermixing inline tables and dotted key tables.Eric Huss-4/+6
2018-07-16Support older rustc.Eric Huss-4/+4
2018-07-160.5: Support dotted keys.Eric Huss-5/+57
2018-07-110.5: Support hex/oct/bin integers.Eric Huss-30/+39
2018-07-11Merge pull request #251 from ehuss/datetime-spaceAlex Crichton-1/+13
2018-07-11Merge pull request #250 from ehuss/reject-delAlex Crichton-2/+2
2018-07-110.5: Support floats nan, inf, and +/-0.0.Eric Huss-26/+32
2018-07-100.5: Reject 0x7f (DEL) in strings.Eric Huss-2/+2
2018-07-100.5: Support space separate in datetime.Eric Huss-1/+13
2018-05-24Support fixed-length arraysAlex Crichton-15/+102
2018-05-09Merge pull request #239 from udoprog/spansAlex Crichton-96/+361
2018-05-09Treat unicode hex digits case-insensitivelyClaudio Bley-7/+4
2018-05-09Make spanned module private and hide internalsJohn-John Tedro-7/+41
2018-05-07Fix incorrectly reported spans for DatetimeJohn-John Tedro-13/+24
2018-05-07Use BorrowedStrDeserializer instead of generated key deserializersJohn-John Tedro-55/+7
2018-05-07Adjust spans for more complex typesJohn-John Tedro-27/+54
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-63/+178
2018-05-06Proof of concept: reporting span information to a Spanned<T> typeDavid Tolnay-51/+177
2018-05-01Make Tokenizer emit spansJohn-John Tedro-75/+110
2018-04-16Replace try!() with ?Kornel-4/+4
2017-11-12A toml macroDavid Tolnay-0/+376
2017-09-15Merge pull request #213 from behnam/docAlex Crichton-7/+7
2017-09-14[value] Fix some method docsBehnam Esfahbod ✅-7/+7
2017-08-28Fix a number of compile warningsAlex Crichton-13/+13
2017-08-13add pretty_string_literal to be able to disable literal stringsGarrett Berg-10/+69
2017-08-13add spaces between array items and test for themGarrett Berg-4/+17
2017-07-31Merge pull request #204 from vitiral/rc_settingsAlex Crichton-14/+28
2017-07-30back out doc changes for nowGarrett Berg-5/+5
2017-07-30doc fixesGarrett Berg-5/+5
2017-07-29reference count settings to bump performance a bitGarrett Berg-19/+33
2017-07-28add """ for non-literals with newlines, clean up logic and add testsGarrett Berg-55/+91
2017-07-28make single lines also prettyGarrett Berg-44/+102
2017-07-27fix bugs with prettyGarrett Berg-29/+23
2017-07-27close #199: add header information for empty structsGarrett Berg-0/+9
2017-07-24fix Serializer::pretty_array(false)Garrett Berg-4/+4
2017-07-24use ignore rather than no_run for toml blocksGarrett Berg-4/+4
2017-07-22fix docs and addGarrett Berg-5/+71
2017-07-21fix "Garrett Berg-1/+7
2017-07-20use builder patternGarrett Berg-14/+72
2017-07-09pretty arraysGarrett Berg-4/+12
2017-07-09array doesn't break anything...Garrett Berg-5/+25
2017-07-09add pretty sting serializationGarrett Berg-3/+38
2017-07-09add Settings structGarrett Berg-0/+20
2017-07-06One more case of handling newtype structsAlex Crichton-1/+11