summaryrefslogtreecommitdiff
path: root/dhall/tests/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-28No need to escape underscores in pretty-printingNadrieril3-3/+3
2020-10-25Implement Text/replaceBasile Henry1-1/+1
2020-09-14spec: Enable `with` optimizationsNadrieril5-5/+5
2020-06-25spec: allow trailing delimitersNadrieril24-0/+44
2020-06-25spec: support Dhall v17.0.0Nadrieril15-0/+90
2020-06-25spec!: remove Optional/build and Optional/foldNadrieril1-1/+1
2020-06-25chore: garbage collect removed testsNadrieril2-2/+0
2020-06-25spec!: remove the ability to quote paths in URLsNadrieril2-1/+7
2020-06-25spec: ensure `keyword` rule only matches keywordsNadrieril10-10/+10
2020-06-25spec: not all ABNF parsers like empty rulesNadrieril1-1/+1
2020-06-25spec: allow quoted labels to be emptyNadrieril3-1/+3
2020-06-25spec: update encoding of floating point values to RFC7049bisNadrieril3-0/+3
2020-06-25spec: fix precedence of `===` and `with`Nadrieril7-0/+22
2020-03-20Remove more unnecessary parens in printerNadrieril17-17/+17
2020-03-20Commit output of printerNadrieril240-0/+240
2020-03-20Parse RFC3986 URLsNadrieril2-4/+4
2020-03-12Upstream the `with` grammar tweakNadrieril2-2/+2
2020-03-11Implement record punsNadrieril2-1/+7
2020-03-10Upstream all local testsNadrieril19-14/+0
2020-03-10Add support for `with` keywordNadrieril2-2/+2
2020-03-05Update dhall-lang submoduleNadrieril3-3/+15
2020-03-05Add a bunch of testsNadrieril19-0/+14
2020-02-21OopsNadrieril1-0/+6
2020-02-20Add support for dotted field syntaxNadrieril2-2/+2
2020-02-20Disallow Natural literals with leading zerosNadrieril1-0/+6
2020-02-20Add support for duplicate record fieldsNadrieril2-4/+4
2020-02-09Track error output of parsing and binary decoding testsNadrieril52-0/+307