summaryrefslogtreecommitdiff
path: root/dhall/src/phase/resolve.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-09Remove the pervasive Label type parameterNadrieril1-6/+4
2019-03-09Use new Label type everywhereNadrieril1-6/+5
2019-03-09Use new Label type instead of &str in parserNadrieril1-1/+1
2019-03-09A whole new bunch of tests now pass !Nadrieril1-0/+1
2019-03-09Recursive imports work !Nadrieril1-2/+2
2019-03-09First import works !Nadrieril1-4/+82
2019-03-08Rename Expr back to its true nameNadrieril1-3/+3
2019-03-08Finally get rid of all the &'i strNadrieril1-8/+7
2019-03-06rustfmtNadrieril1-3/+4
2019-03-06Start parsing importsNadrieril1-0/+11