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 (
Collapse
)
Author
Age
Files
Lines
*
release
Nadrieril
2020-01-16
1
-1
/
+1
|
*
Release new version
Nadrieril
2019-12-24
1
-1
/
+1
|
*
Update abnf dependency in the hopes of fixing a bug
Nadrieril
2019-12-22
1
-1
/
+1
|
*
Bump dhall version
Nadrieril
2019-12-21
1
-1
/
+1
|
*
Generate parser manually to make the crate publishable
Nadrieril
2019-12-21
1
-0
/
+2
|
*
Bump abnf_to_pest version
Nadrieril
2019-12-21
1
-1
/
+1
|
*
Prepare for publishing on crates.io
Nadrieril
2019-12-21
1
-3
/
+5
|
*
Use smallvec instead of custom struct
Nadrieril
2019-12-20
1
-1
/
+1
|
*
Remove unused dependencies
Nadrieril
2019-12-20
1
-3
/
+0
|
*
Move pest file generation to dhall/build.rs
Nadrieril
2019-12-17
1
-0
/
+2
|
*
Move contents of dhall_syntax to dhall
Nadrieril
2019-12-15
1
-4
/
+10
|
*
Rework ValueInternal and clarify invariants around ValueF
Nadrieril
2019-08-18
1
-0
/
+1
|
*
Add new error type for serde_dhall
Nadrieril
2019-08-13
1
-1
/
+1
|
*
Move api into its own crate
Nadrieril
2019-08-13
1
-1
/
+0
|
*
Rename dhall_generator to dhall_proc_macros
Nadrieril
2019-05-04
1
-1
/
+1
|
*
Rename dhall_core to dhall_syntax
Nadrieril
2019-05-04
1
-1
/
+1
|
*
No need for extra stack in tests anymore
Nadrieril
2019-05-03
1
-1
/
+0
|
*
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
|
|
|
|
Closes #61
*
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
|
|
|
|
Closes #13
*
Cleanup error handling
Nadrieril
2019-04-10
1
-0
/
+1
|
|
|
|
Closes #41
*
Prepare for serde support
Nadrieril
2019-04-10
1
-0
/
+1
|
*
Parse multiline strings correctly
Nadrieril
2019-03-24
1
-0
/
+4
|
|
|
|
Closes #24
*
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
|
|
|
|
Closes #25
*
Implement binary decoding
Nadrieril
2019-03-14
1
-0
/
+1
|
|
|
|
|
Closes #2 Closes #23
*
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