summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/core/import.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move contents of dhall_syntax to dhallNadrieril2019-12-151-130/+0
|
* Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintan Halpenny2019-09-061-5/+29
|\
| * Resolve imports by mutating Expr instead of cloning itNadrieril2019-09-031-5/+29
| |
* | Move Canonicalize into resolve.Fintan Halpenny2019-09-031-72/+3
| | | | | | | | Rename File to FilePath and have more consistent naming.
* | No need for as_ref callFintan Halpenny2019-09-031-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintan Halpenny2019-09-021-37/+54
|\|
| * clippyNadrieril2019-08-271-1/+1
| |
| * Implement inline headers parsingNadrieril2019-08-131-12/+50
| |
* | Remove the notion of Directory and have File be the vector of componentsFintan Halpenny2019-09-021-36/+13
| |
* | Merge remote-tracking branch 'origin/master' into fintan/canonicalizeFintanH2019-08-121-0/+2
|\|
| * RFC3986 URLsNadrieril2019-08-061-0/+1
| |
| * Inline headersNadrieril2019-08-061-0/+1
| |
* | Refactor of File to be the combination of Directory and the file name,FintanH2019-08-121-2/+120
|/ | | | | | | | | | where Directory is the Vector of component paths. The refactor meant changing some sections of the code where we were parsing and manipulating Files/Directories. This also includes a new trait Canonicalization which is needed for import logic.
* Update dhall-lang submoduleNadrieril2019-08-031-3/+2
|
* Implement binary encodingNadrieril2019-05-121-4/+2
| | | | Closes #39
* Reorganize dhall_syntaxNadrieril2019-05-071-0/+64