summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ValueKind into value.rsNadrieril2019-12-204-275/+265
* Reorder value.rsNadrieril2019-12-201-81/+81
* s/ExprF/ExprKind/Nadrieril2019-12-202-5/+5
* Move error module to root of crateNadrieril2019-12-202-2/+2
* Move out conversion from value back to ast to its own fileNadrieril2019-12-192-90/+17
* Rename ValueF to ValueKindNadrieril2019-12-196-362/+372
* Refer to semantics module properlyNadrieril2019-12-153-15/+15
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-154-15/+13
* Move contents of dhall under a semantics submoduleNadrieril2019-12-155-0/+1105