summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A whole new bunch of tests now pass !Nadrieril2019-03-095-118/+126
* Rename dhall! to dhall_expr! for clarityNadrieril2019-03-092-6/+6
* Recursive imports work !Nadrieril2019-03-091-2/+2
* rustfmtNadrieril2019-03-092-38/+65
* First import works !Nadrieril2019-03-096-75/+106
* Clean up some of the messNadrieril2019-03-084-28/+32
* Rename Expr back to its true nameNadrieril2019-03-0810-217/+216
* Finally get rid of all the &'i strNadrieril2019-03-087-120/+126
* Make labels non-CopyNadrieril2019-03-083-104/+99
* rustfmtNadrieril2019-03-083-7/+10
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-088-178/+298
* Generalise Context on its type of keysNadrieril2019-03-083-22/+28
* Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril2019-03-084-18/+23
* Make Expr generic in its type of labelsNadrieril2019-03-085-98/+100
* Make test harness less macro-yNadrieril2019-03-072-59/+126
* Update spec submoduleNadrieril2019-03-071-0/+0
* Use upstream pestNadrieril2019-03-074-7/+18
* Revert "Start moving strs in the AST"Nadrieril2019-03-073-170/+166
* Start moving strs in the ASTNadrieril2019-03-073-166/+170
* rustfmtNadrieril2019-03-065-41/+51
* Finally get rid of old parserNadrieril2019-03-0611-1210/+27
* Start parsing importsNadrieril2019-03-0611-30/+162
* Reorder rule in parser to match grammarNadrieril2019-03-061-108/+110
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-069-43/+7
* Handle correctly captured variables in dhall!Nadrieril2019-03-062-38/+57
* Remove more clutter in normalizeNadrieril2019-03-061-7/+7
* rustfmtNadrieril2019-03-065-27/+44
* Considerably remove clutter in normalizeNadrieril2019-03-062-142/+107
* Remove FailedParse variantNadrieril2019-03-061-4/+0
* Simplify normalization using dhall! macroNadrieril2019-03-063-54/+63
* Move context to dhall_coreNadrieril2019-03-064-2/+2
* Add proc_macro the generated dhall expressionsNadrieril2019-03-066-5/+120
* Remove doctest noise from cargo testNadrieril2019-03-064-0/+12
* Disable tests for dhall_parser crate that has noneNadrieril2019-03-061-0/+4
* Split-off normalization into its own crateNadrieril2019-03-069-287/+328
* Split-off core into its own crateNadrieril2019-03-0614-21/+49
* rustfmtNadrieril2019-03-0610-349/+658
* Implement normalization for some more builtinsNadrieril2019-03-063-15/+56
* rustfmtNadrieril2019-03-061-167/+292
* Add missing builtinsNadrieril2019-03-061-9/+27
* Merge binary operations in ASTNadrieril2019-03-054-126/+106
* Update test listNadrieril2019-03-052-22/+22
* Use core aliases for number typesNadrieril2019-03-051-3/+4
* Parse doublesNadrieril2019-03-054-4/+34
* Add literal_expression_raw backNadrieril2019-03-052-30/+29
* Remove all external calls to match_pestNadrieril2019-03-051-23/+25
* Rewrite most parse rules using rule!Nadrieril2019-03-051-174/+225
* Improve the ergonomics of matchingNadrieril2019-03-051-43/+41
* Implement more flexible matchingNadrieril2019-03-051-95/+106
* Fix error handling in macrosNadrieril2019-03-051-2/+2