summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-09Upgrade Rust toolchainNadrieril1-2/+0
2020-02-09Massively deduplicate test harnessNadrieril1-0/+11
2020-01-30Remove type parameter from ValueKindNadrieril1-4/+1
2020-01-30Move parse and resolve up a levelNadrieril1-3/+3
2020-01-30Move main API to lib.rsNadrieril1-0/+244
2020-01-16releaseNadrieril1-1/+1
2019-12-24Release new versionNadrieril1-1/+1
2019-12-21Bump dhall versionNadrieril1-1/+1
2019-12-21Prepare for publishing on crates.ioNadrieril1-0/+1
2019-12-20Move error module to root of crateNadrieril1-0/+1
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-3/+1
2019-12-15Refer to semantics module properlyNadrieril1-2/+0
2019-12-15Move contents of dhall under a semantics submoduleNadrieril1-3/+2
2019-12-15Reexport dhall_syntax as a module in dhallNadrieril1-0/+4
2019-11-11Update rust toolchainNadrieril1-1/+0
2019-11-11Generate import tests automaticallyNadrieril1-1/+0
2019-08-26Tweak tests to avoid double compilationNadrieril1-1/+0
2019-08-15Disable some unused unstable featuresNadrieril1-6/+0
2019-08-13Move api into its own crateNadrieril1-110/+2
2019-05-12clippyNadrieril1-1/+3
2019-05-09Rewrite Deserialize trait around new Value and TypeNadrieril1-1/+0
2019-05-09Rewrite the StaticType trait and everything around itNadrieril1-5/+5
2019-05-09Make shift fallible and improve shift ergonomicsNadrieril1-0/+1
2019-05-06Move main datatypes into their own modulesNadrieril1-3/+5
2019-05-06Move api-related modules into an api moduleNadrieril1-38/+3
2019-05-06Consolidate errors in the error moduleNadrieril1-1/+0
2019-05-06Reorganize dhall into a phase structureNadrieril1-9/+2
2019-05-04Rename dhall_generator to dhall_proc_macrosNadrieril1-1/+1
2019-04-30Pass references when possibleNadrieril1-0/+1
2019-04-21Prepare for interop between two contextsNadrieril1-0/+1
2019-04-19Start separating normalized values from syntactic expressionsNadrieril1-0/+1
2019-04-15rustfmtNadrieril1-4/+4
2019-04-14Namespace deserialization functions in a `de` submoduleNadrieril1-40/+44
2019-04-14clippyNadrieril1-1/+2
2019-04-13docs: document import resolution rootNadrieril1-4/+6
2019-04-13Document all of the APINadrieril1-1/+16
2019-04-12Restrict public API to its most minimal expressionNadrieril1-4/+4
2019-04-11Abstract get_type() into a traitNadrieril1-3/+3
2019-04-11Add basic deserialization supportNadrieril1-4/+3
2019-04-10Add error submoduleNadrieril1-2/+3
2019-04-10Write main lib docNadrieril1-0/+106
2019-04-10Prepare for serde supportNadrieril1-0/+1
2019-04-10Add a new Deserialize trait for reading dhall valuesNadrieril1-0/+14
2019-04-10Add SimpleType and SimpeStaticType. Derive the latterNadrieril1-1/+2
2019-04-08clippyNadrieril1-0/+1
2019-04-08Limit public APINadrieril1-5/+2
2019-04-08Move spec tests into the relevant filesNadrieril1-0/+8
2019-04-07Restrict public APINadrieril1-7/+5
2019-04-06Move binary decoding to new APINadrieril1-1/+1
2019-04-06Define some newtypes for ExprNadrieril1-8/+2