summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-04-06Rename some modulesNadrieril1-3/+3
2019-04-06s/Type/StaticType/Nadrieril1-2/+1
2019-04-06Split dhall_expr!() into 2Nadrieril1-0/+2
2019-03-31Remove some redundant namespacingNadrieril1-1/+2
2019-03-26Derive DhallType for structsNadrieril1-0/+2
2019-03-24Lay groundwork for DhallType derivingNadrieril1-1/+0
2019-03-22oopsNadrieril1-7/+7
2019-03-21Improve import handling in parserNadrieril1-1/+10
2019-03-15Get rid of box patternsNadrieril1-1/+0
2019-03-14Implement binary decodingNadrieril1-0/+2
2019-03-09Obey clippy lintsNadrieril1-0/+5
2019-03-09First import works !Nadrieril1-46/+1
2019-03-08Rename Expr back to its true nameNadrieril1-1/+1
2019-03-08Finally get rid of all the &'i strNadrieril1-1/+2
2019-03-08rustfmtNadrieril1-1/+1
2019-03-08Slowly propagate the new type parameter throughout the codebaseNadrieril1-1/+1
2019-03-07Make test harness less macro-yNadrieril1-0/+46
2019-03-06rustfmtNadrieril1-1/+1
2019-03-06Start parsing importsNadrieril1-1/+1