summaryrefslogtreecommitdiff
path: root/dhall/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tweak Value APINadrieril2019-08-191-28/+19
|
* Merge TypedValue and ValueNadrieril2019-08-193-161/+88
|
* Reduce untyped construction of ValuesNadrieril2019-08-193-65/+51
|
* Use TypedValue instead of Typed in normalize and typecheckNadrieril2019-08-193-44/+39
| | | | | Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized
* s/to_valuef/to_whnf/ and avoid cloning ValueFs when possibleNadrieril2019-08-192-23/+22
|
* Merge ValueInternal and TypedValueInternalNadrieril2019-08-181-111/+79
|
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-182-70/+63
|
* s/Thunk/Value/Nadrieril2019-08-175-775/+775
|
* Share type alongside the value in a thunkNadrieril2019-08-162-40/+110
|
* Use generic Shift/Subst implsNadrieril2019-08-163-192/+186
|
* Store type in ThunkNadrieril2019-08-162-58/+71
|
* Remove Const-optimization for nowNadrieril2019-08-161-14/+5
|
* s/Value/ValueF/Nadrieril2019-08-164-153/+155
|
* Try to minimize untyped TypedThunksNadrieril2019-08-161-7/+6
|
* fixup! No need for generic Context anymoreNadrieril2019-08-161-1/+1
|
* Free variables don't exist anymoreNadrieril2019-08-161-21/+13
|
* No need for generic Context anymoreNadrieril2019-08-161-75/+38
|
* Remove dead codeNadrieril2019-08-164-80/+21
|
* Reduce api surface of dhall crateNadrieril2019-08-164-52/+45
| | | | Helps detect unused code
* rustfmtNadrieril2019-08-151-2/+1
|
* Fix variable substitutionNadrieril2019-08-151-4/+2
| | | | I have no idea how this didn't get caught before
* Custom Debug impls to improve debug legibilityNadrieril2019-08-152-3/+37
|
* Remove special closures from ValueNadrieril2019-08-152-94/+7
| | | | Instead construct their values directly
* Fix bug in shifting contextsNadrieril2019-08-151-1/+10
|
* Fix typo in normalizationNadrieril2019-08-141-1/+1
|
* Considerably simplify Embed handlingNadrieril2019-08-132-7/+3
|
* Stop tracking the absence of Embed values at the type levelNadrieril2019-08-132-11/+11
|
* TyposNadrieril2019-08-131-2/+2
|
* s/TypeThunk/TypedThunk/gNadrieril2019-08-132-45/+47
|
* Swap Typed and TypeThunkNadrieril2019-08-131-21/+104
|
* Move api into its own crateNadrieril2019-08-131-4/+4
|
* Remove dhall::expr!() macroNadrieril2019-08-102-9/+45
| | | | It's a lot of hassle for not a lot of benefit
* Add support for dependent typesNadrieril2019-08-082-1/+22
|
* Remove union literals from the languageNadrieril2019-08-071-12/+3
|
* Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2019-08-061-3/+5
|
* clippyNadrieril2019-05-123-5/+3
|
* Merge Type and TypedNadrieril2019-05-091-1/+1
|
* Make visibilities more consistentNadrieril2019-05-094-67/+54
|
* Reduce the distance between Type and TypedNadrieril2019-05-091-48/+11
|
* ExprF need not be generic in LabelNadrieril2019-05-092-8/+4
|
* Make shift fallible and improve shift ergonomicsNadrieril2019-05-094-118/+147
|
* Detect duplicate record fields in typecheckNadrieril2019-05-091-6/+6
|
* Correctly shift free variables in normalizationNadrieril2019-05-091-10/+10
|
* Implement normalization for record merging operatorsNadrieril2019-05-081-0/+7
|
* Implement normalization of missing builtinsNadrieril2019-05-081-2/+7
|
* Fix Context shiftingNadrieril2019-05-081-15/+24
|
* shift on lookup instead of on insertNadrieril2019-05-082-27/+71
|
* Replace hashmap-based context with a vec-based oneNadrieril2019-05-071-14/+37
|
* Don't discard normalization work done by typecheckingNadrieril2019-05-072-31/+54
|
* Unify typecheck and normalization contextsNadrieril2019-05-072-65/+113
|