summaryrefslogtreecommitdiff
path: root/dhall/src/imports.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-06Reorganize dhall into a phase structureNadrieril1-170/+0
2019-05-04Remove dummy lifetimesNadrieril1-46/+40
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-3/+3
2019-04-18Remove more duplicationNadrieril1-4/+4
2019-04-15Error on import cyclesBasile Henry1-6/+32
2019-04-14clippyNadrieril1-3/+3
2019-04-14Add import testsNadrieril1-0/+28
2019-04-14Naming nitpickNadrieril1-5/+5
2019-04-14Cache importsBasile Henry1-12/+34
2019-04-12Restrict public API to its most minimal expressionNadrieril1-0/+3
2019-04-12Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril1-6/+5
2019-04-11Thread lifetimes through other newtypesNadrieril1-10/+11
2019-04-11Add lifetime parameters to Parsed and ResolvedNadrieril1-13/+14
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