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
/
macros.rs
(
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
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
1
-1
/
+0
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
1
-6
/
+36
2019-03-05
Update test list
Nadrieril
1
-1
/
+1
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
1
-3
/
+2
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
1
-1
/
+7
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
1
-1
/
+1
2019-02-28
Start rewriting parser in pest
Nadrieril
1
-4
/
+10
2019-02-27
Add all normalization tests that pass
Nadrieril
1
-10
/
+16
2019-02-27
Add Natural/Show builtin
Nadrieril
1
-7
/
+20
2019-02-27
Add one test from the spec
Nadrieril
1
-0
/
+12