aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-17/+17
2020-11-13Remove `no_inline` from `Spanned` importStu-1/+0
2020-02-25Rustdoc: Add links. Show all reexports as reexports. (#377)Bram Geron-8/+15
2019-09-30Forbid unsafe code (#332)Sergey "Shnatsel" Davidoff-0/+5
2019-08-09include Spanned in the docsPietro Albini-1/+0
2019-05-082018 edition idioms.Eric Huss-11/+3
2019-05-08Migrate to 2018 edition.Eric Huss-4/+4
2019-04-25Bump html_root_url version.Eric Huss-1/+1
2018-12-28Add the preserve_order featureVincent Prouillet-0/+3
2018-11-21Indicate this is now supporting version 0.5 of TOML.Eric Huss-1/+1
2018-05-09Make spanned module private and hide internalsJohn-John Tedro-1/+1
2018-05-07Fix incorrectly reported spans for DatetimeJohn-John Tedro-0/+1
2018-05-07Use BorrowedStrDeserializer instead of generated key deserializersJohn-John Tedro-2/+0
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-0/+1
2018-05-06Proof of concept: reporting span information to a Spanned<T> typeDavid Tolnay-0/+4
2017-11-12A toml macroDavid Tolnay-0/+3
2017-07-22fix docs and addGarrett Berg-1/+1
2017-06-23updated toml version in the docs 0.4.2debris-1/+1
2017-05-02Update doc urls to 0.4Alex Crichton-2/+2
2017-04-24Fixed the serde dependency in the documentationDzmitry Malyshau-1/+1
2017-04-05group mod statements consistentlyColin Kiegel-1/+1
2017-04-05doc - group link definitionsColin Kiegel-2/+1
2017-02-09Remove newline that causes strange renderingJake Goulding-1/+0
2017-02-09Tighten up the crate-level docsJake Goulding-11/+12
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-489/+151
2017-01-09Clarify that serde is supportedAlex Crichton-0/+9
2016-12-30Escape control characters when encoding stringsAlex Crichton-0/+6
2016-07-29Touch up the encoder/decoder a bitAlex Crichton-1/+1
2016-06-03Clippy runleonardo.yvens-5/+5
2016-04-17Require a newline after table definitionJames Sanderson-1/+1
2016-03-28Add a bunch of negative and positive testsBourgond Aries-0/+28
2016-03-27Fix the indentation to be consistent with the repositoryBourgond Aries-3/+3
2016-03-27Add advanced lookup for table namesBourgond Aries-0/+7
2016-03-27Add a test for lookup_mut_advancedBourgond Aries-0/+9
2016-03-27Implement advanced key lookup for lookup_mutBourgond Aries-37/+6
2016-03-27Implement a more advanced algorithm for lookupBourgond Aries-2/+50
2016-03-25Add a test to see if the table's contents have changedBourgond Aries-0/+22
2016-03-25Implement the non-recursive lookup_mutBourgond Aries-31/+95
2016-03-24Add lookup_mut method for mutable accessBourgond Aries-0/+62
2016-01-21Address issues found by rust-clippyCorey Farwell-7/+7
2015-09-25Implement Value::lookup for empty path to return selfKerhong-0/+20
2015-08-12Merge remote-tracking branch 'remotes/origin/master' into serdeErick Tryzelaar-2/+1
2015-08-11Don't need to qualify StringAlex Crichton-2/+1
2015-06-06Rework fix for table redefinition to avoid breaking AST-compatiblityAndrzej Janik-18/+2
2015-06-04Disallow table redefinitionsAndrzej Janik-2/+18
2015-04-02wipAlex Crichton-0/+1
2015-04-02Modularize rustc-serialize supportAlex Crichton-60/+10
2015-04-01Bump to 0.1.20Alex Crichton-1/+0
2015-03-25Bump to 0.1.19Alex Crichton-1/+1
2015-03-20Implement Encodable for ValueAlex Crichton-2/+51