summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/resolve/resolve.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-11Respect import boundariesNadrieril1-6/+6
2019-04-11Ditch quick_error because it doesn't support generic parametersNadrieril1-7/+4
2019-04-10Allow providing type for typechecking in APINadrieril1-6/+0
2019-04-10Mild cleanup importsNadrieril1-14/+12
2019-04-10Cleanup error handlingNadrieril1-39/+15
2019-04-10s/load_from/parse/Nadrieril1-4/+4
2019-04-07Restrict public APINadrieril1-14/+1
2019-04-06Move binary decoding to new APINadrieril1-9/+40
2019-04-06Massage import loading into new APINadrieril1-39/+56
2019-04-06s/DhallError/ImportError/Nadrieril1-10/+10
2019-03-31Remove evil Deref implNadrieril1-2/+2
2019-03-24Parser import hash and headersNadrieril1-1/+1
2019-03-22Parse a lot more of the import typesNadrieril1-0/+1
2019-03-21Improve import handling in parserNadrieril1-0/+9
2019-03-21Reorganize dhall_core a bitNadrieril1-4/+4
2019-03-09Obey clippy lintsNadrieril1-2/+1
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