summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle empty optionals correctlyNadrieril2019-04-154-3/+19
* rustfmtNadrieril2019-04-151-4/+4
* Namespace deserialization functions in a `de` submoduleNadrieril2019-04-143-42/+46
* clippyNadrieril2019-04-145-17/+15
* Add import testsNadrieril2019-04-142-0/+40
* Naming nitpickNadrieril2019-04-141-5/+5
* Cache importsBasile Henry2019-04-141-12/+34
* Transform more mapping functions to use the Visitor traitNadrieril2019-04-141-1/+1
* Implement `let` type synonymsNadrieril2019-04-141-51/+25
* Fix a tiny normalization bugNadrieril2019-04-141-1/+1
* Implement ListAppend typecheckingNadrieril2019-04-131-2/+20
* Fix `let` parsingNadrieril2019-04-131-0/+1
* Improve error display on test failureNadrieril2019-04-131-10/+20
* Various typecheck improvementsNadrieril2019-04-131-83/+93
* Don't need dhall::expr!() for builtinsNadrieril2019-04-131-15/+20
* Split typecheck into two phasesNadrieril2019-04-131-202/+214
* docs: document import resolution rootNadrieril2019-04-131-4/+6
* Document all of the APINadrieril2019-04-134-10/+60
* Restrict public API to its most minimal expressionNadrieril2019-04-128-101/+111
* Remove any remains from the standard or `dhall-haskell`Nadrieril2019-04-121-2/+2
* Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-123-15/+10
* Thread lifetimes through other newtypesNadrieril2019-04-117-155/+174
* Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-115-23/+52
* Remove type parameter from TypeErrorNadrieril2019-04-113-28/+27
* Respect import boundariesNadrieril2019-04-115-49/+63
* Be more civilized when typecheck case unimplementedNadrieril2019-04-111-2/+3
* Ditch quick_error because it doesn't support generic parametersNadrieril2019-04-112-34/+50
* Improve simple type handling in typecheckNadrieril2019-04-112-37/+39
* Abstract get_type() into a traitNadrieril2019-04-116-49/+96
* Handle untyped case differently from the type of SortNadrieril2019-04-114-75/+107
* `Some` is not a builtin, it's a keywordNadrieril2019-04-111-1/+0
* Remove premature #[inline(always)]Nadrieril2019-04-111-18/+0
* Add basic deserialization supportNadrieril2019-04-115-9/+95
* Simplify test harnessNadrieril2019-04-103-119/+97
* Display error messagesNadrieril2019-04-101-0/+5
* Allow providing type for typechecking in APINadrieril2019-04-104-20/+21
* Mild cleanup importsNadrieril2019-04-102-18/+16
* Cleanup error handlingNadrieril2019-04-104-56/+50
* Split traits module into submodulesNadrieril2019-04-103-50/+47
* Add error submoduleNadrieril2019-04-104-8/+8
* Write main lib docNadrieril2019-04-101-0/+106
* Prepare for serde supportNadrieril2019-04-102-0/+10
* Add a new Deserialize trait for reading dhall valuesNadrieril2019-04-102-0/+64
* s/load_from/parse/Nadrieril2019-04-103-20/+20
* Add SimpleType and SimpeStaticType. Derive the latterNadrieril2019-04-104-43/+111
* Update dhall-lang submoduleNadrieril2019-04-091-1/+0
* clippyNadrieril2019-04-084-31/+40
* Limit public APINadrieril2019-04-083-14/+8
* Rename spec testsNadrieril2019-04-083-599/+599
* Move spec tests into the relevant filesNadrieril2019-04-085-0/+833