summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove @get_err entrypoints from macrosNadrieril2019-03-051-37/+20
* Prepare for more flexible matching in match_children!Nadrieril2019-03-051-19/+58
* Split branching from typing in match_children!Nadrieril2019-03-051-31/+49
* Parse single quote literalsNadrieril2019-03-053-23/+62
* Extract non-parser-specific behavior from match_children!Nadrieril2019-03-051-63/+126
* Improve error handling in match_children!Nadrieril2019-03-051-15/+28
* Allow empty match in match_children!Nadrieril2019-03-052-3/+8
* Fix in match_iter error handlingNadrieril2019-03-051-1/+4
* Remove unused unstable featuresNadrieril2019-03-052-5/+4
* Update spec submoduleNadrieril2019-03-051-0/+0
* Include modified abnf in repoNadrieril2019-03-052-1/+710
* Tweak rustfmt optionsNadrieril2019-03-052-42/+57