summaryrefslogtreecommitdiff
path: root/dhall_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* A whole new bunch of tests now pass !Nadrieril2019-03-091-65/+65
* rustfmtNadrieril2019-03-091-22/+31
* First import works !Nadrieril2019-03-092-1/+13
* Clean up some of the messNadrieril2019-03-081-2/+13
* Rename Expr back to its true nameNadrieril2019-03-083-127/+126
* Finally get rid of all the &'i strNadrieril2019-03-081-10/+10
* Make labels non-CopyNadrieril2019-03-081-96/+91
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-082-87/+186
* Generalise Context on its type of keysNadrieril2019-03-081-8/+10
* Make Expr generic in its type of labelsNadrieril2019-03-082-92/+93
* Revert "Start moving strs in the AST"Nadrieril2019-03-073-170/+166
* Start moving strs in the ASTNadrieril2019-03-073-166/+170
* rustfmtNadrieril2019-03-061-5/+3
* Finally get rid of old parserNadrieril2019-03-067-610/+22
* Start parsing importsNadrieril2019-03-063-18/+134
* Reorder rule in parser to match grammarNadrieril2019-03-061-108/+110
* rustfmtNadrieril2019-03-062-3/+11
* Considerably remove clutter in normalizeNadrieril2019-03-061-3/+68
* Remove FailedParse variantNadrieril2019-03-061-4/+0
* Move context to dhall_coreNadrieril2019-03-062-0/+57
* Remove doctest noise from cargo testNadrieril2019-03-061-0/+3
* Split-off normalization into its own crateNadrieril2019-03-061-286/+4
* Split-off core into its own crateNadrieril2019-03-068-0/+2631