summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo in normalizationNadrieril2019-08-141-1/+1
|
* Merge pull request #102 from Nadrieril/inline-headersNadrieril Feneanar2019-08-1417-498/+343
|\ | | | | Implement inline headers parsing
| * Implement inline headers parsingNadrieril2019-08-1310-117/+119
| |
| * Implement Hash for ParsedSubExprNadrieril2019-08-134-29/+58
| |
| * The syntax has very little sharing; no need for Rc anymoreNadrieril2019-08-131-11/+5
| |
| * Store Imports in their own node instead of in EmbedNadrieril2019-08-138-33/+61
| |
| * Cleanup visitor codeNadrieril2019-08-131-139/+54
| |
| * Considerably simplify Embed handlingNadrieril2019-08-137-138/+48
| |
| * Stop tracking the absence of Embed values at the type levelNadrieril2019-08-139-65/+32
|/
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-139-180/+126
|
* TyposNadrieril2019-08-131-2/+2
|
* s/TypeThunk/TypedThunk/gNadrieril2019-08-136-89/+99
|
* Swap Typed and TypeThunkNadrieril2019-08-132-91/+129
|
* Merge pull request #100 from Nadrieril/apiNadrieril Feneanar2019-08-1313-314/+358
|\ | | | | Rework API
| * Rework API to resemble that of serde_jsonNadrieril2019-08-134-103/+122
| |
| * Merge `Type` and `Value` in serde_dhallNadrieril2019-08-134-73/+50
| | | | | | | | There was no point in separating them
| * Add new error type for serde_dhallNadrieril2019-08-134-32/+52
| |
| * Move api into its own crateNadrieril2019-08-1312-146/+174
|/
* Remove grammar workaroundNadrieril2019-08-123-23/+1
|
* Remove ensure_... macros in typecheckNadrieril2019-08-121-115/+89
| | | | They weren't worth it
* Fix a testNadrieril2019-08-122-2/+0
|
* Remove dhall::expr!() macroNadrieril2019-08-108-295/+137
| | | | It's a lot of hassle for not a lot of benefit
* Tweak Codecov configurationNadrieril2019-08-101-0/+5
|
* Merge pull request #98 from Nadrieril/catchup-specNadrieril Feneanar2019-08-1016-131/+146
|\ | | | | Catchup spec
| * Update dhall-lang submoduleNadrieril2019-08-104-5/+24
| |
| * Update dhall-lang submoduleNadrieril2019-08-083-0/+4
| |
| * Add support for dependent typesNadrieril2019-08-0815-28/+113
| |
| * Upstream a bunch of testsNadrieril2019-08-081-99/+6
| | | | | | | | See https://github.com/dhall-lang/dhall-lang/pull/698
* | Merge pull request #95 from Nadrieril/catchup-specNadrieril Feneanar2019-08-0718-698/+695
|\| | | | | A lot more catching up on the spec
| * Update dhall-lang submoduleNadrieril2019-08-073-0/+4
| |
| * Flatten nested let bindingsNadrieril2019-08-073-6/+43
| |
| * Normalize field selection further by inspecting the argumentNadrieril2019-08-072-0/+12
| |
| * Update dhall-lang submoduleNadrieril2019-08-071-0/+0
| |
| * 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-077-0/+15
| |
| * Remove union literals from the languageNadrieril2019-08-0710-104/+11
| |
| * Update dhall-lang submoduleNadrieril2019-08-071-0/+0
| |
| * Various parsing tweaksNadrieril2019-08-074-18/+3
| |
| * Forbid surrogate pairs and non-charactersNadrieril2019-08-074-2/+24
| |
| * Update dhall-lang submoduleNadrieril2019-08-071-0/+0
| |
| * Sort labels in projection expressionsNadrieril2019-08-073-5/+100
| |
| * Generalize empty list annotationsNadrieril2019-08-066-7/+37
| |
| * Circumvent spec errorNadrieril2019-08-061-0/+11
| |
| * Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2019-08-066-48/+74
| |
| * Update dhall-lang submoduleNadrieril2019-08-061-0/+0
| |
| * rustfmtNadrieril2019-08-062-5/+3
| |
| * Add toMap keywordNadrieril2019-08-064-0/+23
| |
| * Auto-generate typechecking tests listNadrieril2019-08-062-398/+33
| |
| * Change URL parsingNadrieril2019-08-063-1/+4
| |