summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update normalization testsNadrieril2019-05-021-11/+12
* Update dhall-lang submoduleNadrieril2019-05-021-16/+25
* Update dhall-lang submoduleNadrieril2019-05-021-1/+1
* Typecheck text interpolationNadrieril2019-05-021-3/+16
* Typecheck missing builtin casesNadrieril2019-05-021-29/+47
* Remove shift0Nadrieril2019-05-022-32/+26
* Instead of possibly nonexistent Type, treat Sort speciallyNadrieril2019-05-027-242/+282
* Store Thunk in NormalizedNadrieril2019-05-025-41/+44
* TweaksNadrieril2019-05-023-76/+78
* Remove now useless TypedOrType typeNadrieril2019-04-301-86/+34
* Fix NF tracking errorNadrieril2019-04-301-2/+3
* Fix shifting. This completely destroys sharing so performance is dead.Nadrieril2019-04-301-3/+7
* Lazily process unnormalizable expressionNadrieril2019-04-301-9/+36
* Avoid some rewrapping of thunksNadrieril2019-04-302-36/+51
* Mutate thunk contents directly if sole ownerNadrieril2019-04-301-2/+8
* Normalize mutablyNadrieril2019-04-301-30/+120
* Don't borrow from thunk more than necessaryNadrieril2019-04-302-37/+62
* Pass references when possibleNadrieril2019-04-303-90/+121
* Merge Typed and PartiallyNormalizedNadrieril2019-04-303-124/+94
* Store a Thunk in TypedNadrieril2019-04-304-40/+22
* Store thunks in the normalization contextNadrieril2019-04-301-12/+13
* Store thunks behind Rc<RefCell<_>> to ensure minimal computationNadrieril2019-04-302-81/+160
* Remove NF/WHNF distinction at runtimeNadrieril2019-04-293-100/+79
* Make NF and WHNF custom types instead of aliasesNadrieril2019-04-291-3/+5
* Don't shift by mutable refNadrieril2019-04-291-93/+106
* Store thunk in Value::LambdaNadrieril2019-04-291-19/+17
* Allow representing normal form as a semantic valueNadrieril2019-04-293-249/+368
* Don't need to store original expression in TypeErrorNadrieril2019-04-292-59/+14
* Properly substitute when typing AppNadrieril2019-04-292-57/+218
* Use PartiallyNormalized throughout typecheckingNadrieril2019-04-283-93/+95
* Move Pi to WHNFNadrieril2019-04-272-36/+51
* BuiltinsNadrieril2019-04-272-30/+11
* Replace TypeInternal::UnionType with WHNF::UnionTypeNadrieril2019-04-271-23/+23
* Replace TypeInternal::RecordType with WHNF::RecordTypeNadrieril2019-04-272-32/+68
* Rework TypeInternalNadrieril2019-04-271-83/+72
* Store thunks uniformly in WHNFNadrieril2019-04-271-59/+42
* Abstract out thunks in type positionNadrieril2019-04-271-22/+64
* Rename Now to ThunkNadrieril2019-04-271-45/+44
* Define new intermediate expression typeNadrieril2019-04-272-19/+43
* Using only shift0 was not such a great ideaNadrieril2019-04-271-23/+19
* Lists and OptionalsNadrieril2019-04-261-42/+94
* ensure_is_const is not that helpfulNadrieril2019-04-261-59/+35
* Union typesNadrieril2019-04-261-66/+117
* Respect import boundary in normalizationNadrieril2019-04-251-1/+3
* Fix shifting againNadrieril2019-04-251-13/+9
* Now I can use TypeInternal::RecordType fullyNadrieril2019-04-251-11/+10
* Revert "Try property testing against reference implementation"Nadrieril2019-04-252-134/+0
* Try property testing against reference implementationNadrieril2019-04-252-0/+134
* Correctly shift values before inserting into contextNadrieril2019-04-251-4/+7
* normalize_to_type can use the captured contextNadrieril2019-04-251-14/+14