summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/failure (follow)
Commit message (Expand)AuthorAgeFilesLines
* spec: allow trailing delimitersNadrieril2020-06-254-0/+24
* spec: support Dhall v17.0.0Nadrieril2020-06-2515-0/+90
* spec!: remove the ability to quote paths in URLsNadrieril2020-06-251-0/+6
* spec: ensure `keyword` rule only matches keywordsNadrieril2020-06-2510-10/+10
* spec: not all ABNF parsers like empty rulesNadrieril2020-06-251-1/+1
* spec: fix precedence of `===` and `with`Nadrieril2020-06-253-0/+18
* Parse RFC3986 URLsNadrieril2020-03-202-4/+4
* Upstream the `with` grammar tweakNadrieril2020-03-122-2/+2
* Implement record punsNadrieril2020-03-112-1/+7
* Upstream all local testsNadrieril2020-03-101-1/+0
* Add support for `with` keywordNadrieril2020-03-102-2/+2
* Update dhall-lang submoduleNadrieril2020-03-053-3/+15
* Add a bunch of testsNadrieril2020-03-051-0/+1
* OopsNadrieril2020-02-211-0/+6
* Add support for dotted field syntaxNadrieril2020-02-202-2/+2
* Disallow Natural literals with leading zerosNadrieril2020-02-201-0/+6
* Add support for duplicate record fieldsNadrieril2020-02-202-4/+4
* Track error output of parsing and binary decoding testsNadrieril2020-02-0952-0/+307