summaryrefslogtreecommitdiff
path: root/serde_dhall/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-19Reduce untyped construction of ValuesNadrieril1-7/+2
2019-08-19Use TypedValue instead of Typed in normalize and typecheckNadrieril1-5/+5
Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized
2019-08-17s/Thunk/Value/Nadrieril1-8/+9
2019-08-16s/Value/ValueF/Nadrieril1-2/+2
2019-08-16Try to minimize untyped TypedThunksNadrieril1-9/+15
2019-08-16Remove dead codeNadrieril1-1/+2
2019-08-16Reduce api surface of dhall crateNadrieril1-8/+6
Helps detect unused code
2019-08-13No need to track the absence of `Span`s at the type levelNadrieril1-3/+6
2019-08-13s/TypeThunk/TypedThunk/gNadrieril1-3/+3
2019-08-13Rework API to resemble that of serde_jsonNadrieril2-92/+111
2019-08-13Merge `Type` and `Value` in serde_dhallNadrieril2-68/+45
There was no point in separating them
2019-08-13Add new error type for serde_dhallNadrieril2-19/+51
2019-08-13Move api into its own crateNadrieril3-0/+427