summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/ast/import.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-01Untangle caching codeNadrieril1-1/+1
2020-03-20Remove more unnecessary parens in printerNadrieril1-0/+20
2020-03-05Implement remote imports and cleanup import chainingNadrieril1-5/+5
2020-02-17Remove some unused codeNadrieril1-24/+0
2019-12-19Rename syntax::core to syntax::astNadrieril1-0/+0
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-0/+0
2019-09-03Resolve imports by mutating Expr instead of cloning itNadrieril1-5/+29
2019-09-03Move Canonicalize into resolve.Fintan Halpenny1-72/+3
2019-09-03No need for as_ref callFintan Halpenny1-1/+1
2019-09-02Remove the notion of Directory and have File be the vector of componentsFintan Halpenny1-36/+13
2019-08-27clippyNadrieril1-1/+1
2019-08-13Implement inline headers parsingNadrieril1-12/+50
2019-08-12Refactor of File to be the combination of Directory and the file name,FintanH1-2/+120
2019-08-06RFC3986 URLsNadrieril1-0/+1
2019-08-06Inline headersNadrieril1-0/+1
2019-08-03Update dhall-lang submoduleNadrieril1-3/+2
2019-05-12Implement binary encodingNadrieril1-4/+2
2019-05-07Reorganize dhall_syntaxNadrieril1-0/+0
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-0/+0
2019-04-14Cache importsBasile Henry1-8/+8
2019-03-24Parser import hash and headersNadrieril1-4/+14
2019-03-22Parse a lot more of the import typesNadrieril1-5/+21
2019-03-21oopsNadrieril1-0/+38