summaryrefslogtreecommitdiff
path: root/dhall/src/semantics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure normalization respects var names on the noseNadrieril2019-12-241-8/+8
* Ensure inferred type is always in normal formNadrieril2019-12-243-2/+17
* Ensure the output of type inference matches the spec variable namesNadrieril2019-12-241-7/+7
* Extend merge to work on OptionalsNadrieril2019-12-242-4/+36
* Add two new Integer builtinsNadrieril2019-12-232-0/+14
* Update dhall-lang submoduleNadrieril2019-12-221-77/+42
* Implement parsing for record completionNadrieril2019-12-222-0/+2
* Update dhall-lang submoduleNadrieril2019-12-221-1/+9
* Move ValueKind into value.rsNadrieril2019-12-208-279/+269
* Reorder value.rsNadrieril2019-12-201-81/+81
* Fix some commentsNadrieril2019-12-201-9/+2
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-3/+3
* s/ExprF/ExprKind/Nadrieril2019-12-205-90/+95
* Move error module to root of crateNadrieril2019-12-208-185/+6
* Move out conversion from value back to ast to its own fileNadrieril2019-12-195-91/+125
* Rename ValueF to ValueKindNadrieril2019-12-199-513/+523
* Move binary encoding/decoding to syntax/Nadrieril2019-12-173-750/+2
* Refer to semantics module properlyNadrieril2019-12-1510-42/+42
* 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-1513-0/+4115