summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce api surface of dhall crateNadrieril2019-08-1610-98/+86
* Use `!` type instead of custom empty typeNadrieril2019-08-161-3/+3
* rustfmtNadrieril2019-08-151-2/+1
* Disable some unused unstable featuresNadrieril2019-08-155-11/+4
* Fix variable substitutionNadrieril2019-08-151-4/+2
* Use precedence climbing to parse expressions with operatorsNadrieril2019-08-151-2/+3
* Custom Debug impls to improve debug legibilityNadrieril2019-08-152-3/+37
* Remove special closures from ValueNadrieril2019-08-153-136/+62
* Fix bug in shifting contextsNadrieril2019-08-151-1/+10
* Fix typo in normalizationNadrieril2019-08-141-1/+1
* Implement inline headers parsingNadrieril2019-08-134-54/+28
* Implement Hash for ParsedSubExprNadrieril2019-08-132-23/+34
* Store Imports in their own node instead of in EmbedNadrieril2019-08-134-13/+25
* Considerably simplify Embed handlingNadrieril2019-08-134-10/+4
* Stop tracking the absence of Embed values at the type levelNadrieril2019-08-135-30/+28
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-134-39/+36
* TyposNadrieril2019-08-131-2/+2
* s/TypeThunk/TypedThunk/gNadrieril2019-08-135-86/+96
* Swap Typed and TypeThunkNadrieril2019-08-132-91/+129
* Add new error type for serde_dhallNadrieril2019-08-132-13/+1
* Move api into its own crateNadrieril2019-08-138-505/+16
* Remove ensure_... macros in typecheckNadrieril2019-08-121-115/+89
* Fix a testNadrieril2019-08-121-2/+0
* Remove dhall::expr!() macroNadrieril2019-08-106-61/+137
* Update dhall-lang submoduleNadrieril2019-08-102-4/+22
* Update dhall-lang submoduleNadrieril2019-08-082-0/+4
* Add support for dependent typesNadrieril2019-08-088-27/+87
* Update dhall-lang submoduleNadrieril2019-08-072-0/+4
* Flatten nested let bindingsNadrieril2019-08-072-6/+43
* Normalize field selection further by inspecting the argumentNadrieril2019-08-071-0/+12
* Remove an annoying redundancy in the test harnessNadrieril2019-08-073-50/+33
* Add binary-decode testsNadrieril2019-08-073-3/+74
* Add truncated Natural subtractionNadrieril2019-08-072-0/+11
* Remove union literals from the languageNadrieril2019-08-074-37/+6
* Various parsing tweaksNadrieril2019-08-072-7/+3
* Forbid surrogate pairs and non-charactersNadrieril2019-08-071-0/+2
* Generalize empty list annotationsNadrieril2019-08-062-2/+8
* Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2019-08-064-45/+71
* rustfmtNadrieril2019-08-061-1/+2
* Add toMap keywordNadrieril2019-08-061-0/+21
* Auto-generate typechecking tests listNadrieril2019-08-062-398/+33
* Change URL parsingNadrieril2019-08-061-0/+1
* Change some testsNadrieril2019-08-062-15/+18
* RFC3986 URLsNadrieril2019-08-062-3/+25
* Add some testsNadrieril2019-08-062-2/+28
* Add some new tests and implement import alternativesNadrieril2019-08-063-4/+4
* rustfmtNadrieril2019-08-061-7/+10
* Update dhall-lang submoduleNadrieril2019-08-061-0/+2
* Remove old-style optional literalsNadrieril2019-08-063-37/+16
* Inline headersNadrieril2019-08-064-15/+29