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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split different tests features into their own files
Nadrieril
2019-03-15
1
-120
/
+0
*
Rework test harness
Nadrieril
2019-03-15
1
-54
/
+30
*
Handle and parse interpolated strings
Nadrieril
2019-03-14
1
-3
/
+5
*
Implement binary decoding
Nadrieril
2019-03-14
1
-3
/
+13
*
Greatly reduce parser stack usage
Nadrieril
2019-03-12
1
-1
/
+1
*
Add typecheck tests
Nadrieril
2019-03-09
1
-0
/
+21
*
Remove the pervasive Label type parameter
Nadrieril
2019-03-09
1
-3
/
+1
*
Use new Label type everywhere
Nadrieril
2019-03-09
1
-3
/
+3
*
First import works !
Nadrieril
2019-03-09
1
-23
/
+8
*
Rename Expr back to its true name
Nadrieril
2019-03-08
1
-1
/
+1
*
Finally get rid of all the &'i str
Nadrieril
2019-03-08
1
-2
/
+3
*
rustfmt
Nadrieril
2019-03-08
1
-4
/
+8
*
Slowly propagate the new type parameter throughout the codebase
Nadrieril
2019-03-08
1
-3
/
+3
*
Make test harness less macro-y
Nadrieril
2019-03-07
1
-59
/
+80
*
Finally get rid of old parser
Nadrieril
2019-03-06
1
-7
/
+2
*
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
2019-03-06
1
-1
/
+0
*
Split-off normalization into its own crate
Nadrieril
2019-03-06
1
-0
/
+1
*
Split-off core into its own crate
Nadrieril
2019-03-06
1
-0
/
+1
*
rustfmt
Nadrieril
2019-03-06
1
-20
/
+35
*
Implement normalization for some more builtins
Nadrieril
2019-03-06
1
-6
/
+36
*
Update test list
Nadrieril
2019-03-05
1
-1
/
+1
*
Allow branching in match_children! macro
Nadrieril
2019-03-05
1
-0
/
+1
*
Use normalization tests to test the parser too
Nadrieril
2019-03-03
1
-8
/
+19
*
Parse more of the AST
Nadrieril
2019-03-03
1
-3
/
+2
*
Brutally increase stack size
Nadrieril
2019-03-03
1
-1
/
+5
*
Parse more AST nodes
Nadrieril
2019-03-03
1
-2
/
+5
*
Add parser/failure tests from spec
Nadrieril
2019-03-02
1
-1
/
+7
*
Split abnf_to_pest and dhall into their own crates
Nadrieril
2019-03-01
1
-0
/
+37