summaryrefslogtreecommitdiff
path: root/dhall/src/phase/resolve.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor of File to be the combination of Directory and the file name,FintanH2019-08-121-5/+6
| | | | | | | | | | 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.
* Include success or failure prefix in test filteringNadrieril2019-05-121-2/+2
|
* Implement binary encodingNadrieril2019-05-121-0/+1
| | | | Closes #39
* Make visibilities more consistentNadrieril2019-05-091-3/+3
|
* Consolidate errors in the error moduleNadrieril2019-05-061-9/+2
|
* Reorganize dhall into a phase structureNadrieril2019-05-061-0/+139