summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update dhall-lang submoduleNadrieril2019-04-052-0/+1
* Merge pull request #42 from Nadrieril/move-to-upstream-grammarNadrieril Feneanar2019-04-048-395/+502
|\
| * Regen visibility listNadrieril2019-04-041-41/+25
| * Revert end_of_line handling to upstreamNadrieril2019-04-043-10/+6
| * Import union rules from upstream grammarNadrieril2019-04-042-17/+30
| * Get keyword rule from upstreamNadrieril2019-04-044-8/+11
| * Handle Some as in upstream grammarNadrieril2019-04-043-29/+30
| * Import more trivial changes from upstreamNadrieril2019-04-041-4/+17
| * WhitespaceNadrieril2019-04-041-17/+15
| * Factor literal-expression back inNadrieril2019-04-043-15/+6
| * Tweak double literalsNadrieril2019-04-042-14/+22
| * Import many trivial changes from upstreamNadrieril2019-04-041-46/+44
| * Factor back in some rule branchesNadrieril2019-04-043-95/+84
| * Tweak matching on Some/NoneNadrieril2019-04-042-21/+28
| * Roll rc through parser to enable matchingNadrieril2019-04-041-93/+95
| * renameNadrieril2019-04-042-10/+10
| * Remove trailing whitespace from expression rulesNadrieril2019-04-042-32/+43
| * Rename whitespace rulesNadrieril2019-04-043-135/+134
| * Commit script used for dhall-lang#442Nadrieril2019-04-041-0/+94
|/
* Update dhall-lang submoduleNadrieril2019-04-043-37/+37
* Remove some redundant namespacingNadrieril2019-03-315-65/+66
* Update dhall-lang submoduleNadrieril2019-03-271-0/+0
* Integrate the special patterns from match_children!() into iter_patternsNadrieril2019-03-273-135/+129
* Rename match_pair!() to match_children!()Nadrieril2019-03-271-8/+8
* Manually rustfmt like a naziNadrieril2019-03-277-103/+263
* Derive DhallType for anonymous structs and enumsNadrieril2019-03-262-22/+147
* Derive DhallType for structsNadrieril2019-03-269-34/+194
* 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