index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dhall
/
tests
/
parser
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to escape underscores in pretty-printing
Nadrieril
2020-10-28
3
-3
/
+3
*
Implement Text/replace
Basile Henry
2020-10-25
1
-1
/
+1
*
spec: Enable `with` optimizations
Nadrieril
2020-09-14
5
-5
/
+5
*
spec: allow trailing delimiters
Nadrieril
2020-06-25
24
-0
/
+44
*
spec: support Dhall v17.0.0
Nadrieril
2020-06-25
15
-0
/
+90
*
spec!: remove Optional/build and Optional/fold
Nadrieril
2020-06-25
1
-1
/
+1
*
chore: garbage collect removed tests
Nadrieril
2020-06-25
2
-2
/
+0
*
spec!: remove the ability to quote paths in URLs
Nadrieril
2020-06-25
2
-1
/
+7
*
spec: ensure `keyword` rule only matches keywords
Nadrieril
2020-06-25
10
-10
/
+10
*
spec: not all ABNF parsers like empty rules
Nadrieril
2020-06-25
1
-1
/
+1
*
spec: allow quoted labels to be empty
Nadrieril
2020-06-25
3
-1
/
+3
*
spec: update encoding of floating point values to RFC7049bis
Nadrieril
2020-06-25
3
-0
/
+3
*
spec: fix precedence of `===` and `with`
Nadrieril
2020-06-25
7
-0
/
+22
*
Remove more unnecessary parens in printer
Nadrieril
2020-03-20
17
-17
/
+17
*
Commit output of printer
Nadrieril
2020-03-20
240
-0
/
+240
*
Parse RFC3986 URLs
Nadrieril
2020-03-20
2
-4
/
+4
*
Upstream the `with` grammar tweak
Nadrieril
2020-03-12
2
-2
/
+2
*
Implement record puns
Nadrieril
2020-03-11
2
-1
/
+7
*
Upstream all local tests
Nadrieril
2020-03-10
19
-14
/
+0
*
Add support for `with` keyword
Nadrieril
2020-03-10
2
-2
/
+2
*
Update dhall-lang submodule
Nadrieril
2020-03-05
3
-3
/
+15
*
Add a bunch of tests
Nadrieril
2020-03-05
19
-0
/
+14
*
Oops
Nadrieril
2020-02-21
1
-0
/
+6
*
Add support for dotted field syntax
Nadrieril
2020-02-20
2
-2
/
+2
*
Disallow Natural literals with leading zeros
Nadrieril
2020-02-20
1
-0
/
+6
*
Add support for duplicate record fields
Nadrieril
2020-02-20
2
-4
/
+4
*
Track error output of parsing and binary decoding tests
Nadrieril
2020-02-09
52
-0
/
+307