summaryrefslogtreecommitdiff
path: root/dhall_core/src/core.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-081-85/+184
* Make Expr generic in its type of labelsNadrieril2019-03-081-53/+54
* Revert "Start moving strs in the AST"Nadrieril2019-03-071-119/+117
* Start moving strs in the ASTNadrieril2019-03-071-117/+119
* rustfmtNadrieril2019-03-061-5/+3
* Start parsing importsNadrieril2019-03-061-15/+68
* rustfmtNadrieril2019-03-061-2/+10
* Considerably remove clutter in normalizeNadrieril2019-03-061-3/+68
* Remove FailedParse variantNadrieril2019-03-061-4/+0
* Split-off normalization into its own crateNadrieril2019-03-061-286/+4
* Split-off core into its own crateNadrieril2019-03-061-0/+1205