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
/
Cargo.toml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup
Nadrieril
2019-04-20
1
-3
/
+0
*
Improve test failure ergonomics
Nadrieril
2019-04-20
1
-0
/
+1
*
Avoid a lot of unnecessary cloning in apply_builtin
Nadrieril
2019-04-20
1
-0
/
+1
*
Remove some leftover dependencies
Nadrieril
2019-04-12
1
-1
/
+0
*
Clarify license
Nadrieril
2019-04-12
1
-0
/
+1
*
Ditch quick_error because it doesn't support generic parameters
Nadrieril
2019-04-11
1
-1
/
+0
*
Add basic deserialization support
Nadrieril
2019-04-11
1
-3
/
+0
*
Cleanup error handling
Nadrieril
2019-04-10
1
-0
/
+1
*
Prepare for serde support
Nadrieril
2019-04-10
1
-0
/
+1
*
Parse multiline strings correctly
Nadrieril
2019-03-24
1
-0
/
+4
*
Generate parser tests list automatically
Nadrieril
2019-03-24
1
-0
/
+1
*
Add travis integration
Nadrieril
2019-03-19
1
-0
/
+3
*
Handle and parse interpolated strings
Nadrieril
2019-03-14
1
-0
/
+3
*
Implement binary decoding
Nadrieril
2019-03-14
1
-0
/
+1
*
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
2019-03-06
1
-1
/
+1
*
Remove doctest noise from cargo test
Nadrieril
2019-03-06
1
-0
/
+3
*
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
-7
/
+1
*
Add myself to authors in Cargo.toml
Nadrieril
2019-03-03
1
-1
/
+1
*
Handle errors in parser
Nadrieril
2019-03-03
1
-0
/
+1
*
Move part of parser into its own crate to limit recompilation times
Nadrieril
2019-03-02
1
-2
/
+1
*
Split abnf_to_pest and dhall into their own crates
Nadrieril
2019-03-01
1
-0
/
+18