summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/normalize.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-24Extend merge to work on OptionalsNadrieril1-2/+22
2019-12-23Add two new Integer builtinsNadrieril1-0/+11
2019-12-22Update dhall-lang submoduleNadrieril1-77/+42
2019-12-22Implement parsing for record completionNadrieril1-0/+1
2019-12-20Move ValueKind into value.rsNadrieril1-1/+1
2019-12-20s/ExprF/ExprKind/Nadrieril1-38/+38
2019-12-19Rename ValueF to ValueKindNadrieril1-108/+108
2019-12-15Refer to semantics module properlyNadrieril1-4/+4
2019-12-15Avoid mention of `crate::` outside of top-level importsNadrieril1-9/+9
2019-12-15Move contents of dhall under a semantics submoduleNadrieril1-0/+0
2019-12-15Reexport dhall_syntax as a module in dhallNadrieril1-5/+5
2019-11-11rustfmtNadrieril1-1/+3
2019-11-11Parse projection by expressionNadrieril1-0/+1
2019-09-03Upgrade rust toolchainNadrieril1-3/+4
2019-08-31Implement parsing of `toMap` keywordNadrieril1-0/+1
2019-08-25Remove now unnecessary VoVF enumNadrieril1-22/+24
2019-08-25Rework apply_builtin to enforce preservation of type informationNadrieril1-183/+156
2019-08-25Enforce type information almost everywhereNadrieril1-16/+9
2019-08-25Check consistency of type informationNadrieril1-2/+2
2019-08-25Keep type information through normalizationNadrieril1-69/+131
2019-08-23Clarify which syntax elements are completely handled in the tck phaseNadrieril1-22/+18
2019-08-23Keep type information after RecursiveRecordTypeMergeNadrieril1-62/+13
2019-08-20Use Ret in apply_builtinNadrieril1-90/+101
2019-08-20Propagate type information in Value::app()Nadrieril1-19/+16
2019-08-20Track evaluation status alongside ValueF in VoVFNadrieril1-32/+40
2019-08-20Introduce a new enum to store either a Value or a ValueFNadrieril1-60/+81
2019-08-20Naming tweaksNadrieril1-29/+23
2019-08-20Add Value::from_builtinNadrieril1-25/+19
2019-08-20CleanupNadrieril1-32/+55
2019-08-20Reuse work to avoid complicated recursion in record mergingNadrieril1-54/+0
2019-08-19Merge TypedValue and ValueNadrieril1-62/+28
2019-08-19Reduce untyped construction of ValuesNadrieril1-26/+46
2019-08-19Use TypedValue instead of Typed in normalize and typecheckNadrieril1-3/+3
2019-08-19s/to_valuef/to_whnf/ and avoid cloning ValueFs when possibleNadrieril1-48/+46
2019-08-18Rework ValueInternal and clarify invariants around ValueFNadrieril1-8/+21
2019-08-17s/Thunk/Value/Nadrieril1-103/+105
2019-08-16s/Value/ValueF/Nadrieril1-124/+126
2019-08-16Try to minimize untyped TypedThunksNadrieril1-23/+31
2019-08-16Remove dead codeNadrieril1-21/+1
2019-08-16Reduce api surface of dhall crateNadrieril1-7/+7
2019-08-15Disable some unused unstable featuresNadrieril1-1/+1
2019-08-15Remove special closures from ValueNadrieril1-42/+55
2019-08-13Store Imports in their own node instead of in EmbedNadrieril1-0/+3
2019-08-13Considerably simplify Embed handlingNadrieril1-1/+0
2019-08-13Stop tracking the absence of Embed values at the type levelNadrieril1-10/+11
2019-08-13s/TypeThunk/TypedThunk/gNadrieril1-17/+17
2019-08-08Update dhall-lang submoduleNadrieril1-0/+1
2019-08-08Add support for dependent typesNadrieril1-3/+9
2019-08-07Add truncated Natural subtractionNadrieril1-0/+10
2019-08-07Remove union literals from the languageNadrieril1-7/+0