aboutsummaryrefslogtreecommitdiff
path: root/src/value.rs
AgeCommit message (Expand)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-22/+22
2020-11-13Remove `no_inline` from value re-exportsStu-1/+0
2020-02-25Rustdoc: Add links. Show all reexports as reexports. (#377)Bram Geron-0/+1
2019-08-14Removed all warnings besides twoNick Hackman-1/+1
2019-08-13Simplified Logic when comparing discriminantsNick Hackman-11/+2
2019-05-08cargo fmtEric Huss-1/+0
2019-05-082018 edition idioms.Eric Huss-4/+4
2019-05-08Migrate to 2018 edition.Eric Huss-75/+75
2019-04-08implement From<toml::value::Table> for toml::ValueConstantin Nickel-0/+1
2018-12-28Add the preserve_order featureVincent Prouillet-8/+13
2018-12-17Run `cargo fmt`Alex Crichton-112/+189
2018-10-28Support tuple Serde types for `Value`hcpl-9/+54
2018-08-05Support deserializing from other integer typesKornel-0/+16
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-3/+3
2018-04-16Replace try!() with ?Kornel-2/+2
2017-09-14[value] Fix some method docsBehnam Esfahbod ✅-7/+7
2017-07-06Support deserializing newtypesAlex Crichton-1/+11
2017-06-19Use 'into()' to convert numerical values safelySergio Benitez-10/+8
2017-06-18Add exhaustive From<T> impls for ValueSergio Benitez-28/+44
2017-06-11Implement `IntoDeserializer` for `Value`Pit Kleyersburg-0/+8
2017-04-28Address comment and make test passVincent Prouillet-73/+5
2017-04-25Deserialize enum in ValueVincent Prouillet-1/+86
2017-04-24Allow to deserialize/serialize into enumsVincent Prouillet-1/+1
2017-04-20Support serde 1.0.0Alex Crichton-49/+54
2017-04-05Replace unwrap with expect in public methodsMatthias Endler-1/+1
2017-02-19Fixed sorting of table valuesEvgenii Pashkin-2/+2
2017-02-11Fix displaying empty arraysAlex Crichton-8/+6
2017-02-09Grammar on Value doc stringsJake Goulding-3/+3
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-0/+894