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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-08
rustfmt
Nadrieril
1
-4
/
+8
2019-03-08
Slowly propagate the new type parameter throughout the codebase
Nadrieril
1
-3
/
+3
2019-03-07
Make test harness less macro-y
Nadrieril
1
-59
/
+80
2019-03-06
Finally get rid of old parser
Nadrieril
1
-7
/
+2
2019-03-06
Start parsing imports
Nadrieril
1
-1
/
+1
2019-03-06
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
1
-1
/
+0
2019-03-06
Simplify normalization using dhall! macro
Nadrieril
1
-1
/
+1
2019-03-06
Split-off normalization into its own crate
Nadrieril
1
-0
/
+1
2019-03-06
Split-off core into its own crate
Nadrieril
1
-0
/
+1
2019-03-06
rustfmt
Nadrieril
1
-20
/
+35
2019-03-06
Implement normalization for some more builtins
Nadrieril
2
-10
/
+40
2019-03-05
Update test list
Nadrieril
2
-22
/
+22
2019-03-05
Allow branching in match_children! macro
Nadrieril
1
-0
/
+1
2019-03-03
Use normalization tests to test the parser too
Nadrieril
1
-8
/
+19
2019-03-03
Parse more of the AST
Nadrieril
2
-4
/
+3
2019-03-03
Remove obsolete tests
Nadrieril
1
-2
/
+0
2019-03-03
Brutally increase stack size
Nadrieril
1
-1
/
+5
2019-03-03
Parse more AST nodes
Nadrieril
1
-2
/
+5
2019-03-02
Add parser/failure tests from spec
Nadrieril
2
-1
/
+17
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
2
-0
/
+250