summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add more detail to TypeMismatch errorNadrieril2019-11-116-3/+59
|
* rustfmtNadrieril2019-11-112-3/+9
|
* Remove unused error textsNadrieril2019-11-1134-1765/+0
| | | | | Those were copied from dhall-haskell back before I (Nadrieril) forked dhall-rust from Nanotech. They have never been used.
* 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 Halpenny2019-09-064-26/+18
|\ \ | | | | | | | | | fintan/canonicalize
| * | 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
| | | | | | | | | | | | Rename File to FilePath and have more consistent naming.
* | | swp file accidentally checked inFintan Halpenny2019-09-031-0/+0
|/ /
* | Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintan Halpenny2019-09-0222-3183/+2327
|\|
| * Don't URL-decode path segmentsNadrieril2019-08-311-0/+4
| |
| * Implement parsing of `toMap` keywordNadrieril2019-08-314-9/+13
| |
| * Rework test harness to prepare for new types of testsNadrieril2019-08-303-362/+457
| |
| * Cleanup conversion of `Value` to `Expr`Nadrieril2019-08-303-102/+66
| |
| * Rename SubExpr to Expr, and Expr to RawExprNadrieril2019-08-287-59/+54
| | | | | | | | For clarity, and consistency with Value
| * clippyNadrieril2019-08-273-5/+5
| |
| * Tweak tests to avoid double compilationNadrieril2019-08-263-3/+7
| |
| * Check correctness of type info in a few more placesNadrieril2019-08-261-17/+43
| |
| * Remove now unnecessary VoVF enumNadrieril2019-08-253-98/+53
| |
| * Rework apply_builtin to enforce preservation of type informationNadrieril2019-08-252-200/+171
| |
| * Enforce type information almost everywhereNadrieril2019-08-255-63/+53
| |
| * Check consistency of type informationNadrieril2019-08-252-27/+30
| |
| * Keep type information through normalizationNadrieril2019-08-253-90/+170
| |
| * Clarify which syntax elements are completely handled in the tck phaseNadrieril2019-08-232-25/+24
| |
| * Keep type information after RecursiveRecordTypeMergeNadrieril2019-08-232-89/+23
| |
| * Don't use take_mut::take lightly since normalize_whnf might panicNadrieril2019-08-211-9/+18
| |
| * Reduce API surface of dhall crateNadrieril2019-08-203-24/+10
| |
| * Move type construction fns from serde_dhall to dhallNadrieril2019-08-201-1/+34
| |