summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/core/visitor.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `!` type instead of custom empty typeNadrieril2019-08-161-1/+1
|
* Implement inline headers parsingNadrieril2019-08-131-2/+2
|
* Store Imports in their own node instead of in EmbedNadrieril2019-08-131-5/+6
|
* Cleanup visitor codeNadrieril2019-08-131-139/+54
|
* Considerably simplify Embed handlingNadrieril2019-08-131-43/+17
|
* Stop tracking the absence of Embed values at the type levelNadrieril2019-08-131-14/+1
|
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-131-29/+11
|
* Add support for dependent typesNadrieril2019-08-081-0/+1
|
* Remove union literals from the languageNadrieril2019-08-071-3/+0
|
* Add some new tests and implement import alternativesNadrieril2019-08-061-0/+25
|
* Remove old-style optional literalsNadrieril2019-08-061-4/+0
|
* Write a custom map type that allows duplicatesNadrieril2019-05-101-12/+17
|
* ExprF need not be generic in LabelNadrieril2019-05-091-139/+71
|
* Detect duplicate record fields in typecheckNadrieril2019-05-091-12/+10
|
* Reorganize dhall_syntaxNadrieril2019-05-071-0/+458