summaryrefslogtreecommitdiff
path: root/dhall/src/imports.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Obey clippy lintsNadrieril2019-03-091-2/+1
* Remove the pervasive Label type parameterNadrieril2019-03-091-6/+4
* Use new Label type everywhereNadrieril2019-03-091-6/+5
* Use new Label type instead of &str in parserNadrieril2019-03-091-1/+1
* A whole new bunch of tests now pass !Nadrieril2019-03-091-0/+1
* Recursive imports work !Nadrieril2019-03-091-2/+2
* First import works !Nadrieril2019-03-091-4/+82
* Rename Expr back to its true nameNadrieril2019-03-081-3/+3
* Finally get rid of all the &'i strNadrieril2019-03-081-8/+7
* rustfmtNadrieril2019-03-061-3/+4
* Start parsing importsNadrieril2019-03-061-0/+11