summaryrefslogtreecommitdiff
path: root/dhall/src/normalize.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* AppliedBuiltin does not need a contextNadrieril2019-04-201-25/+23
|
* Avoid a lot of unnecessary cloning in apply_builtinNadrieril2019-04-201-126/+183
|
* CleanupNadrieril2019-04-201-166/+144
|
* Swap importNadrieril2019-04-201-62/+54
|
* Remove last remnant of expr buildingNadrieril2019-04-201-12/+29
|
* Introduce special closures to avoid constructing exprsNadrieril2019-04-201-34/+67
|
* Avoid a lot of slow Expr costructionNadrieril2019-04-201-73/+52
|
* FormattingNadrieril2019-04-201-153/+152
|
* Remove WHNF/Closure distinctionNadrieril2019-04-201-132/+113
|
* Refcount contexts to avoid clonesNadrieril2019-04-201-40/+40
|
* Rewrite apply_builtin to work on WHNFsNadrieril2019-04-201-152/+160
|
* More cleanupNadrieril2019-04-201-125/+51
|
* Cleanup leftover normalization codeNadrieril2019-04-201-58/+10
|
* Text interpolationNadrieril2019-04-201-15/+31
|
* Text literalsNadrieril2019-04-201-1/+52
|
* Improve WHNF ergonomicsNadrieril2019-04-201-104/+135
| | | | This will be needed for the apply_builtin rewrite anyways
* Simplify apply_builtinNadrieril2019-04-201-111/+69
|
* Optionals and unionsNadrieril2019-04-201-24/+96
|
* Natural literals and simplificationsNadrieril2019-04-191-14/+32
|
* Implement boolean simplificationsNadrieril2019-04-191-24/+31
|
* Boolean literalsNadrieril2019-04-191-10/+34
|
* List literalsNadrieril2019-04-191-7/+47
|
* Embrace WHNFNadrieril2019-04-191-79/+77
|
* Handle RecordLits fully semanticallyNadrieril2019-04-191-16/+28
|
* Split function in two phasesNadrieril2019-04-191-12/+24
|
* Values carry their evaluation contextNadrieril2019-04-191-28/+20
|
* A union constructor is a purely semantic valueNadrieril2019-04-191-32/+123
|
* Store Values in the contextNadrieril2019-04-191-10/+36
|
* Introduce closuresNadrieril2019-04-191-62/+120
|
* Type aliasesNadrieril2019-04-191-10/+13
|
* Make App() only store one argumentNadrieril2019-04-191-64/+52
|
* A partially applied builtin is a valueNadrieril2019-04-191-27/+42
|
* Start separating normalized values from syntactic expressionsNadrieril2019-04-191-121/+178
|
* Label is redundant in EnvItem::SkipNadrieril2019-04-181-28/+24
|
* Use a context for substitution in normalizationNadrieril2019-04-181-109/+177
|
* Make normalize manipulate SubExprs more directlyNadrieril2019-04-181-12/+12
|
* Remove obsolete dhall_expr!() macroNadrieril2019-04-181-9/+9
|
* Remove more duplicationNadrieril2019-04-181-10/+8
|
* Start cleaning up the mess of mapping functionsNadrieril2019-04-181-1/+0
|
* Normalize union constructorsNadrieril2019-04-171-4/+22
|
* Update dhall-lang submoduleNadrieril2019-04-161-0/+1
|
* Handle nullary union variantsNadrieril2019-04-161-5/+5
| | | | Closes #36
* Revert "Preserve notes when normalizing"Nadrieril2019-04-161-13/+6
| | | | This reverts commit fd9e37dfbc49e850a784fa3e907bd0a358d91e28.
* Preserve notes when normalizingNadrieril2019-04-161-6/+13
|
* Naming tweaksNadrieril2019-04-161-10/+10
|
* Handle empty optionals correctlyNadrieril2019-04-151-0/+2
| | | | Closes #78
* clippyNadrieril2019-04-141-1/+1
|
* Transform more mapping functions to use the Visitor traitNadrieril2019-04-141-1/+1
|
* Fix a tiny normalization bugNadrieril2019-04-141-1/+1
|
* Restrict public API to its most minimal expressionNadrieril2019-04-121-0/+1
|