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