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
/
normalization.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-24
Parse multiline strings correctly
Nadrieril
1
-8
/
+0
2019-03-23
Handle merge and record projection
Nadrieril
1
-6
/
+6
2019-03-20
Obsolete old parser macros; performance is now dead
Nadrieril
1
-1
/
+1
2019-03-18
Implement a few more primitives
Nadrieril
1
-21
/
+21
2019-03-18
Split List literal between empty and non-empty
Nadrieril
1
-3
/
+3
2019-03-15
Split different tests features into their own files
Nadrieril
1
-237
/
+1
2019-03-15
Rework test harness
Nadrieril
1
-537
/
+564
2019-03-15
Update spec submodule and add new tests
Nadrieril
1
-1
/
+172
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-5
/
+5
2019-03-14
Implement binary decoding
Nadrieril
1
-8
/
+8
2019-03-12
Handle Some and None builtins
Nadrieril
1
-32
/
+32
2019-03-11
Fix stack overflows in prelude tests
Nadrieril
1
-4
/
+4
2019-03-11
Fix List/fold implementation
Nadrieril
1
-12
/
+10
2019-03-11
Update dhall-lang and reactivate prelude tests
Nadrieril
1
-127
/
+127
2019-03-09
Add typecheck tests
Nadrieril
1
-0
/
+157
2019-03-09
Disable Prelude tests for now
Nadrieril
1
-127
/
+134
2019-03-09
A whole new bunch of tests now pass !
Nadrieril
1
-51
/
+52
2019-03-06
Start parsing imports
Nadrieril
1
-1
/
+1
2019-03-06
Simplify normalization using dhall! macro
Nadrieril
1
-1
/
+1
2019-03-06
Implement normalization for some more builtins
Nadrieril
1
-4
/
+4
2019-03-05
Update test list
Nadrieril
1
-21
/
+21
2019-03-03
Parse more of the AST
Nadrieril
1
-1
/
+1
2019-03-03
Remove obsolete tests
Nadrieril
1
-2
/
+0
2019-03-02
Add parser/failure tests from spec
Nadrieril
1
-0
/
+10
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
1
-0
/
+0
2019-02-28
Start rewriting parser in pest
Nadrieril
1
-9
/
+58
2019-02-27
Add all normalization tests that pass
Nadrieril
1
-24
/
+163
2019-02-27
Add Natural/Show builtin
Nadrieril
1
-7
/
+20
2019-02-27
Add one test from the spec
Nadrieril
1
-0
/
+12