summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update dhall-lange submoduleNadrieril2019-03-261-0/+0
* Update dhall-lang submoduleNadrieril2019-03-262-5/+5
* Lay groundwork for DhallType derivingNadrieril2019-03-247-2/+53
* Correctly namespace interpolations in dhall_expr!()Nadrieril2019-03-243-22/+19
* Prepare dhall_generator for a new moduleNadrieril2019-03-242-163/+171
* Improve decoder errors on unknown inputsNadrieril2019-03-241-6/+2
* Update dhall-lang submoduleNadrieril2019-03-241-0/+0
* Add standard compliance numbers to READMENadrieril2019-03-241-0/+9
* Parse multiline strings correctlyNadrieril2019-03-247-43/+105
* Generate parser tests list automaticallyNadrieril2019-03-243-67/+45
* Parser import hash and headersNadrieril2019-03-246-25/+86
* Disallow builtins as bound variablesNadrieril2019-03-243-10/+20
* Fix printer putting unnecessary parensNadrieril2019-03-241-1/+1
* Refactor printerNadrieril2019-03-245-232/+249
* Handle merge and record projectionNadrieril2019-03-235-20/+74
* Remove various -raw suffixesNadrieril2019-03-234-156/+148
* Inline various rules in grammarNadrieril2019-03-233-101/+54
* Rebase latest changes in grammarNadrieril2019-03-232-45/+75
* Improve error ergonomics in parserNadrieril2019-03-231-60/+55
* Update dhall-lang submoduleNadrieril2019-03-233-6/+5
* Handle double overflows in parserNadrieril2019-03-232-6/+11
* Parse unicode escapes in stringNadrieril2019-03-234-38/+48
* Handle quoted labelsNadrieril2019-03-225-10/+23
* oopsNadrieril2019-03-221-7/+7
* Parse a lot more of the import typesNadrieril2019-03-227-61/+238
* Improve binary decoding errorsNadrieril2019-03-221-14/+25
* Improve import handling in parserNadrieril2019-03-2110-17/+80
* rustfmtNadrieril2019-03-211-11/+3
* Follow the spec for handling DoublesNadrieril2019-03-216-10/+51
* oopsNadrieril2019-03-214-0/+497
* Represent Optional literals more faithfullyNadrieril2019-03-216-74/+61
* Rename Record/Union to RecordType/UnionTypeNadrieril2019-03-215-17/+17
* Reorganize dhall_core a bitNadrieril2019-03-218-1098/+558
* Disable Codecov commentNadrieril2019-03-201-0/+1
* Parser macro tweaksNadrieril2019-03-201-6/+6
* Merge pull request #34 from Nadrieril/rewrite-parser-macrosNadrieril Feneanar2019-03-2011-641/+616
|\
| * Cleanup parserNadrieril2019-03-201-91/+64
| * Reimplement shortcuttingNadrieril2019-03-201-5/+13
| * Make parser implementation non-recursiveNadrieril2019-03-202-119/+129
| * Allow patterns in parser macrosNadrieril2019-03-201-31/+21
| * Change syntax of parser macrosNadrieril2019-03-201-148/+148
| * Remove binop special case in parser; cleanupNadrieril2019-03-201-50/+66
| * Cleanup parser codeNadrieril2019-03-203-126/+50
| * Restore parser performanceNadrieril2019-03-201-310/+82
| * Obsolete old parser macros; performance is now deadNadrieril2019-03-204-204/+278
| * Handle simple parsing cases with new macrosNadrieril2019-03-206-114/+131
| * Wrap all parsing rules into a common variantNadrieril2019-03-191-83/+153
| * Extract the core of parser macros into a separate crateNadrieril2019-03-196-131/+252
|/
* rustfmtNadrieril2019-03-192-15/+21
* Test printer in parser testsNadrieril2019-03-194-21/+74