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
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-22
oops
Nadrieril
1
-7
/
+7
2019-03-21
Improve import handling in parser
Nadrieril
1
-1
/
+10
2019-03-15
Get rid of box patterns
Nadrieril
1
-1
/
+0
2019-03-14
Implement binary decoding
Nadrieril
1
-0
/
+2
2019-03-09
Obey clippy lints
Nadrieril
1
-0
/
+5
2019-03-09
First import works !
Nadrieril
1
-46
/
+1
2019-03-08
Rename Expr back to its true name
Nadrieril
1
-1
/
+1
2019-03-08
Finally get rid of all the &'i str
Nadrieril
1
-1
/
+2
2019-03-08
rustfmt
Nadrieril
1
-1
/
+1
2019-03-08
Slowly propagate the new type parameter throughout the codebase
Nadrieril
1
-1
/
+1
2019-03-07
Make test harness less macro-y
Nadrieril
1
-0
/
+46
2019-03-06
rustfmt
Nadrieril
1
-1
/
+1
2019-03-06
Start parsing imports
Nadrieril
1
-1
/
+1
2019-03-06
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
1
-0
/
+4
2019-03-06
Move context to dhall_core
Nadrieril
1
-1
/
+0
2019-03-06
Split-off core into its own crate
Nadrieril
1
-7
/
+0
2019-03-05
Allow empty match in match_children!
Nadrieril
1
-0
/
+1
2019-03-05
Remove unused unstable features
Nadrieril
1
-2
/
+0
2019-03-03
Handle errors in parser
Nadrieril
1
-0
/
+1
2019-03-03
Write macros to streamline parsing
Nadrieril
1
-0
/
+1
2019-03-02
Move part of parser into its own crate to limit recompilation times
Nadrieril
1
-2
/
+1
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
1
-0
/
+0
2019-02-28
Auto-generate pest file from spec abnf
Nadrieril
1
-0
/
+1
2019-02-27
Add one test from the spec
Nadrieril
1
-0
/
+11