summaryrefslogtreecommitdiff
path: root/dhall/src/imports.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restrict public APINadrieril2019-04-071-14/+1
* Move binary decoding to new APINadrieril2019-04-061-9/+40
* Massage import loading into new APINadrieril2019-04-061-39/+56
* s/DhallError/ImportError/Nadrieril2019-04-061-10/+10
* Remove evil Deref implNadrieril2019-03-311-2/+2
* Parser import hash and headersNadrieril2019-03-241-1/+1
* Parse a lot more of the import typesNadrieril2019-03-221-0/+1
* Improve import handling in parserNadrieril2019-03-211-0/+9
* Reorganize dhall_core a bitNadrieril2019-03-211-4/+4
* 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