summaryrefslogtreecommitdiff
path: root/dhall/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First import works !Nadrieril2019-03-091-46/+1
* Rename Expr back to its true nameNadrieril2019-03-081-1/+1
* Finally get rid of all the &'i strNadrieril2019-03-081-1/+2
* rustfmtNadrieril2019-03-081-1/+1
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-081-1/+1
* Make test harness less macro-yNadrieril2019-03-071-0/+46
* rustfmtNadrieril2019-03-061-1/+1
* Start parsing importsNadrieril2019-03-061-1/+1
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-061-0/+4
* Move context to dhall_coreNadrieril2019-03-061-1/+0
* Split-off core into its own crateNadrieril2019-03-061-7/+0
* Allow empty match in match_children!Nadrieril2019-03-051-0/+1
* Remove unused unstable featuresNadrieril2019-03-051-2/+0
* Handle errors in parserNadrieril2019-03-031-0/+1
* Write macros to streamline parsingNadrieril2019-03-031-0/+1
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-2/+1
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-0/+12