summaryrefslogtreecommitdiff
path: root/serde_dhall/src/options/de.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* inject_types -> with_builtin_typessubstitutionsstuebinm2021-05-081-3/+3
* substitute_names -> inject_typesstuebinm2021-05-021-7/+30
* remove forgotten printlnstuebinm2021-05-011-1/+0
* substitutions: add documentationstuebinm2021-04-101-0/+37
* add type substitutions to serde_dhallstuebinm2021-04-101-2/+28
* chore: convert doc links to intra-doc linksNadrieril2020-12-181-28/+20
* Unify `skip_resolve_expr` with normal resolutionNadrieril2020-12-071-1/+1
* Thread cx everywhere else imports are readNadrieril2020-12-071-0/+1
* Thread cx through normalizationNadrieril2020-12-071-19/+21
* Don't store internal structures of `dhall` in `serde_dhall`Nadrieril2020-12-071-4/+7
* Expose binary parsing in the APINadrieril2020-11-201-0/+41
* Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-281-30/+7
* Implement serializationNadrieril2020-10-281-0/+372