summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/normalize.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clippyNadrieril2020-03-171-21/+22
* Implement some normalization simplificationsNadrieril2020-03-051-76/+80
* Normalization for ProjectionByExprBasile Henry2020-03-021-3/+34
* Avoid re-typechecking after importNadrieril2020-02-191-0/+1
* Rename Value to NirNadrieril2020-02-171-128/+115
* Start requiring Universe to build a TypeNadrieril2020-02-161-1/+1
* Desugar Completion during resolutionNadrieril2020-02-151-11/+9
* Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-151-1/+1
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-41/+45
* Remove the Embed variant from ExprKindNadrieril2020-02-111-4/+2
* Remove types from NzEnvNadrieril2020-02-091-1/+1
* Remove extra types stored in ValueNadrieril2020-02-091-16/+8
* Remove most TyExpr from normalizationNadrieril2020-02-091-11/+10
* Add Hir as untyped alternative to TyExprNadrieril2020-02-091-2/+2
* Remove move type propagation through ValueNadrieril2020-02-091-91/+33
* Remove most reliance on types stored in ValueNadrieril2020-02-091-4/+4
* Implement some record simplificationsNadrieril2020-02-061-2/+92
* Normalize toMapNadrieril2020-02-051-5/+44
* Get rid of all the manual Ref borrowsNadrieril2020-01-301-115/+55
* Avoid unnecessary allocations of `Value`sNadrieril2020-01-301-12/+9
* Clarify normalization to ensure we only nze onceNadrieril2020-01-301-18/+7
* Move Thunk value into ValueInternalNadrieril2020-01-301-1/+0
* Factor out text literals in ValueNadrieril2020-01-301-30/+22
* Remove type parameter from ValueKindNadrieril2020-01-301-7/+4
* Move main API to lib.rsNadrieril2020-01-301-1/+1
* Move normalize under nzeNadrieril2020-01-301-0/+507