summaryrefslogtreecommitdiff
path: root/dhall/src/core/value.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-181-49/+54
|
* s/Thunk/Value/Nadrieril2019-08-171-361/+362
|
* Use generic Shift/Subst implsNadrieril2019-08-161-128/+40
|
* s/Value/ValueF/Nadrieril2019-08-161-106/+106
|
* Remove dead codeNadrieril2019-08-161-1/+4
|
* Reduce api surface of dhall crateNadrieril2019-08-161-13/+6
| | | | 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
* Remove special closures from ValueNadrieril2019-08-151-94/+1
| | | | Instead construct their values directly
* Fix typo in normalizationNadrieril2019-08-141-1/+1
|
* Considerably simplify Embed handlingNadrieril2019-08-131-5/+3
|
* Stop tracking the absence of Embed values at the type levelNadrieril2019-08-131-5/+5
|
* s/TypeThunk/TypedThunk/gNadrieril2019-08-131-12/+12
|
* Remove dhall::expr!() macroNadrieril2019-08-101-5/+45
| | | | It's a lot of hassle for not a lot of benefit
* Add support for dependent typesNadrieril2019-08-081-1/+18
|
* 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-121-1/+1
|
* Make visibilities more consistentNadrieril2019-05-091-13/+10
|
* ExprF need not be generic in LabelNadrieril2019-05-091-3/+1
|
* Make shift fallible and improve shift ergonomicsNadrieril2019-05-091-53/+68
|
* Detect duplicate record fields in typecheckNadrieril2019-05-091-6/+6
|
* Implement normalization of missing builtinsNadrieril2019-05-081-2/+7
|
* Promote shift and subst_shift to traitsNadrieril2019-05-071-3/+7
|
* Move AlphaVar and AlphaLabel into a new moduleNadrieril2019-05-071-103/+2
|
* Small mistakeNadrieril2019-05-071-1/+1
|
* Document Value and ThunkNadrieril2019-05-071-5/+16
|
* Move main datatypes into their own modulesNadrieril2019-05-061-0/+616