summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move parse and resolve up a levelNadrieril2020-01-301-2/+0
|
* Move main API to lib.rsNadrieril2020-01-301-242/+0
|
* Move normalize under nzeNadrieril2020-01-301-1/+0
|
* Introduce Thunks and normalize lazilyNadrieril2020-01-301-1/+1
|
* Remove old typecheck moduleNadrieril2020-01-301-14/+3
|
* Fix insufficient normalizationNadrieril2020-01-291-3/+1
|
* Use TyExpr in TypedNadrieril2020-01-291-43/+26
|
* Use Normalized in serde_dhallNadrieril2020-01-291-52/+74
|
* Fix a bunch of bugs and more tckNadrieril2020-01-271-0/+5
|
* Introduce intermediate representation that stores typed exprNadrieril2020-01-181-1/+9
|
* Remove Shift/Subst traitsNadrieril2020-01-171-13/+0
|
* Use binder ids to reconstruct variables in expr outputNadrieril2020-01-171-7/+1
|
* Parameterize ValueKind by its subnodesNadrieril2020-01-171-1/+1
|
* Ensure inferred type is always in normal formNadrieril2019-12-241-1/+10
|
* Move ValueKind into value.rsNadrieril2019-12-201-1/+1
|
* Fix some commentsNadrieril2019-12-201-9/+2
|
* Move error module to root of crateNadrieril2019-12-201-1/+1
|
* Move out conversion from value back to ast to its own fileNadrieril2019-12-191-1/+6
|
* Rename ValueF to ValueKindNadrieril2019-12-191-7/+7
|
* Move binary encoding/decoding to syntax/Nadrieril2019-12-171-1/+1
|
* Refer to semantics module properlyNadrieril2019-12-151-4/+4
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-5/+3
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+254