summaryrefslogtreecommitdiff
path: root/dhall_core/src/core.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Obey clippy lintsNadrieril2019-03-091-1/+1
| | | | Closes #14
* Remove the pervasive Label type parameterNadrieril2019-03-091-106/+64
| | | | Closes #1
* Use new Label type everywhereNadrieril2019-03-091-82/+37
|
* Use new Label type instead of &str in parserNadrieril2019-03-091-6/+51
|
* rustfmtNadrieril2019-03-091-22/+31
|
* First import works !Nadrieril2019-03-091-0/+10
|
* Clean up some of the messNadrieril2019-03-081-2/+13
|
* Rename Expr back to its true nameNadrieril2019-03-081-88/+87
|
* Finally get rid of all the &'i strNadrieril2019-03-081-10/+10
|
* Make labels non-CopyNadrieril2019-03-081-96/+91
|
* 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
| | | | This reverts commit c2965244babe7b391fc6a72c015db6720ceb853f.
* 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