summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into exprfNadrieril2019-04-0611-404/+468
|\
| * Remove some unused filesNadrieril2019-04-052-112/+0
| * 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
* | Give up on laziness and greatly simplify normalizationNadrieril2019-04-063-243/+259
* | Update dhall-lang submoduleNadrieril2019-04-043-37/+37
* | Refactor and clarify various map methodsNadrieril2019-04-014-128/+261
* | Make Expr generic in LabelNadrieril2019-03-314-18/+23
* | Make quoting genericNadrieril2019-03-312-98/+70
* | Generalize type of mapNadrieril2019-03-311-5/+7
* | Remove evil Deref implNadrieril2019-03-315-15/+20
* | Move recursion out of ExprNadrieril2019-03-3110-181/+170
* | rustfmtNadrieril2019-03-313-8/+4
* | Make SubExpr a newtypeNadrieril2019-03-318-100/+117
|/
* 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