summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | fixup! No need for generic Context anymoreNadrieril2019-08-161-1/+1
| * | Free variables don't exist anymoreNadrieril2019-08-161-21/+13
| * | No need for generic Context anymoreNadrieril2019-08-161-75/+38
| * | Remove dead codeNadrieril2019-08-168-115/+29
| * | Typecheck before normalizing in testsNadrieril2019-08-163-17/+21
| * | Avoid capture when typechecking union constructorNadrieril2019-08-161-2/+1
|/ /
* | Reduce api surface of dhall crateNadrieril2019-08-1611-106/+92
* | dhall_proc_macros actually does not depend on dhall_syntax anymoreNadrieril2019-08-163-3/+0
* | Use `!` type instead of custom empty typeNadrieril2019-08-165-18/+9
* | rustfmtNadrieril2019-08-151-2/+1
* | Disable some unused unstable featuresNadrieril2019-08-156-12/+4
* | Fix variable substitutionNadrieril2019-08-151-4/+2
* | Merge pull request #103 from Nadrieril/precedence-climbingNadrieril Feneanar2019-08-155-199/+229
|\ \
| * | Include precedence parsing in parser macrosNadrieril2019-08-152-133/+188
| * | No need for manual stack handling in parser anymoreNadrieril2019-08-151-142/+96
| * | Use precedence climbing to parse expressions with operatorsNadrieril2019-08-154-126/+147
|/ /
* | 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
* | Merge pull request #102 from Nadrieril/inline-headersNadrieril Feneanar2019-08-1417-498/+343
|\ \
| * | 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 to resemble that of serde_jsonNadrieril2019-08-134-103/+122
| * | Merge `Type` and `Value` in serde_dhallNadrieril2019-08-134-73/+50
| * | Add new error type for serde_dhallNadrieril2019-08-134-32/+52
| * | Move api into its own crateNadrieril2019-08-1312-146/+174
|/ /
| * Remove the notion of Directory and have File be the vector of componentsFintan Halpenny2019-09-023-66/+24
| * Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintanH2019-08-1225-1207/+1016
| |\ | |/ |/|
* | Remove grammar workaroundNadrieril2019-08-123-23/+1
* | Remove ensure_... macros in typecheckNadrieril2019-08-121-115/+89
* | Fix a testNadrieril2019-08-122-2/+0
* | Remove dhall::expr!() macroNadrieril2019-08-108-295/+137
* | Tweak Codecov configurationNadrieril2019-08-101-0/+5
* | Merge pull request #98 from Nadrieril/catchup-specNadrieril Feneanar2019-08-1016-131/+146
|\ \
| * | 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
* | | Merge pull request #95 from Nadrieril/catchup-specNadrieril Feneanar2019-08-0718-698/+695
|\| |