summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* s/ExprF/ExprKind/Nadrieril2019-12-2011-148/+156
* Move error module to root of crateNadrieril2019-12-2012-10/+10
* Move out conversion from value back to ast to its own fileNadrieril2019-12-195-91/+125
* Rename ValueF to ValueKindNadrieril2019-12-199-513/+523
* Rename syntax::core to syntax::astNadrieril2019-12-1911-14/+13
* Remove unused syntax::context moduleNadrieril2019-12-193-82/+0
* TypoNadrieril2019-12-171-1/+1
* Split binary decoding and encoding into separate filesNadrieril2019-12-174-319/+328
* Split syntax module between text and binaryNadrieril2019-12-176-4/+7
* Specialize parsingNadrieril2019-12-172-87/+66
* Move binary encoding/decoding to syntax/Nadrieril2019-12-174-2/+3
* Move pest file generation to dhall/build.rsNadrieril2019-12-176-3/+283
* Move contents of dhall_syntax to dhallNadrieril2019-12-1514-7/+3118
* Refer to semantics module properlyNadrieril2019-12-1512-46/+44
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-1511-74/+63
* fixup! Reexport dhall_syntax as a module in dhallNadrieril2019-12-152-3/+5
* Move contents of dhall under a semantics submoduleNadrieril2019-12-1514-3/+5
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-1512-41/+45
* Add more detail to TypeMismatch errorNadrieril2019-11-116-3/+59
* rustfmtNadrieril2019-11-112-3/+9
* Remove unused error textsNadrieril2019-11-1134-1765/+0
* typoNadrieril2019-11-111-2/+2
* Parse projection by expressionNadrieril2019-11-114-22/+13
* Explain TypeError testsNadrieril2019-11-111-0/+3
* Add a few more pretty errorsNadrieril2019-11-1111-17/+45
* Propagate more spansNadrieril2019-11-112-5/+9
* Move "Type error" error prefixNadrieril2019-11-114-13/+17
* Display first pretty type errorNadrieril2019-11-116-9/+47
* Store a `Span` in `Value`Nadrieril2019-11-112-8/+29
* Capture absence of span in Span itselfNadrieril2019-11-113-4/+15
* Implement basicest Display for TypeErrorNadrieril2019-11-1188-130/+105
* Test type error messagesNadrieril2019-11-1189-8/+150
* Update rust toolchainNadrieril2019-11-111-1/+0
* Generate import tests automaticallyNadrieril2019-11-114-64/+57
* Remove unused "typecheck" testsNadrieril2019-11-111-21/+0
* Run `cargo fmt`Nadrieril2019-11-113-53/+65
* Merge branch 'master' into fintan/canonicalizeNadrieril Feneanar2019-10-121-40/+20
|\
| * Update dhall-lang submoduleNadrieril2019-09-201-1/+7
| * Update dhall-lang submoduleNadrieril2019-09-201-39/+13
* | Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintan Halpenny2019-09-065-62/+33
|\|
| * Add mapping functions to InterpolatedTextContentsNadrieril2019-09-032-26/+8
| * Use map_mut in ValueF::normalize_mutNadrieril2019-09-032-16/+2
| * Resolve imports by mutating Expr instead of cloning itNadrieril2019-09-031-19/+22
| * No need to change the type of Embed when resolving anymoreNadrieril2019-09-031-2/+2
* | Merge remote-tracking branch 'origin/fintan/canonicalize' into fintan/canonic...Fintan Halpenny2019-09-064-26/+18
|\ \
| * | Merge remote-tracking branch 'origin/master' into fintan/canonicalizeNadrieril2019-09-034-26/+18
| |\|
| | * Upgrade rust toolchainNadrieril2019-09-033-25/+18
* | | Move Canonicalize into resolve.Fintan Halpenny2019-09-032-5/+75
* | | swp file accidentally checked inFintan Halpenny2019-09-031-0/+0
|/ /
* | Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintan Halpenny2019-09-0222-3183/+2327
|\|