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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
release
Nadrieril
1
-1
/
+1
2019-12-24
Release new version
Nadrieril
1
-1
/
+1
2019-12-22
Update abnf dependency in the hopes of fixing a bug
Nadrieril
1
-1
/
+1
2019-12-21
Bump dhall version
Nadrieril
1
-1
/
+1
2019-12-21
Generate parser manually to make the crate publishable
Nadrieril
1
-0
/
+2
2019-12-21
Bump abnf_to_pest version
Nadrieril
1
-1
/
+1
2019-12-21
Prepare for publishing on crates.io
Nadrieril
1
-3
/
+5
2019-12-20
Use smallvec instead of custom struct
Nadrieril
1
-1
/
+1
2019-12-20
Remove unused dependencies
Nadrieril
1
-3
/
+0
2019-12-17
Move pest file generation to dhall/build.rs
Nadrieril
1
-0
/
+2
2019-12-15
Move contents of dhall_syntax to dhall
Nadrieril
1
-4
/
+10
2019-08-18
Rework ValueInternal and clarify invariants around ValueF
Nadrieril
1
-0
/
+1
2019-08-13
Add new error type for serde_dhall
Nadrieril
1
-1
/
+1
2019-08-13
Move api into its own crate
Nadrieril
1
-1
/
+0
2019-05-04
Rename dhall_generator to dhall_proc_macros
Nadrieril
1
-1
/
+1
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
1
-1
/
+1
2019-05-03
No need for extra stack in tests anymore
Nadrieril
1
-1
/
+0
2019-04-25
Revert "Try property testing against reference implementation"
Nadrieril
1
-1
/
+0
2019-04-25
Try property testing against reference implementation
Nadrieril
1
-0
/
+1
2019-04-20
Cleanup
Nadrieril
1
-3
/
+0
2019-04-20
Improve test failure ergonomics
Nadrieril
1
-0
/
+1
2019-04-20
Avoid a lot of unnecessary cloning in apply_builtin
Nadrieril
1
-0
/
+1
2019-04-12
Remove some leftover dependencies
Nadrieril
1
-1
/
+0
2019-04-12
Clarify license
Nadrieril
1
-0
/
+1
2019-04-11
Ditch quick_error because it doesn't support generic parameters
Nadrieril
1
-1
/
+0
2019-04-11
Add basic deserialization support
Nadrieril
1
-3
/
+0
2019-04-10
Cleanup error handling
Nadrieril
1
-0
/
+1
2019-04-10
Prepare for serde support
Nadrieril
1
-0
/
+1
2019-03-24
Parse multiline strings correctly
Nadrieril
1
-0
/
+4
2019-03-24
Generate parser tests list automatically
Nadrieril
1
-0
/
+1
2019-03-19
Add travis integration
Nadrieril
1
-0
/
+3
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-0
/
+3
2019-03-14
Implement binary decoding
Nadrieril
1
-0
/
+1
2019-03-06
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
1
-1
/
+1
2019-03-06
Remove doctest noise from cargo test
Nadrieril
1
-0
/
+3
2019-03-06
Split-off normalization into its own crate
Nadrieril
1
-0
/
+1
2019-03-06
Split-off core into its own crate
Nadrieril
1
-7
/
+1
2019-03-03
Add myself to authors in Cargo.toml
Nadrieril
1
-1
/
+1
2019-03-03
Handle errors in parser
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
-3
/
+1
2019-03-01
Improve pest file layout
Nadrieril
1
-0
/
+1
2019-02-28
Auto-generate pest file from spec abnf
Nadrieril
1
-0
/
+2
2019-02-28
Start rewriting parser in pest
Nadrieril
1
-0
/
+2
2019-02-27
Switch to Rust 2018 edition
Nadrieril
1
-0
/
+1
2019-02-27
Revert "Try to update to latest nom"
Nadrieril
1
-1
/
+1
2019-02-27
Try to update to latest nom
Nadrieril
1
-1
/
+1
2019-02-27
Update dependencies
Nadrieril
1
-4
/
+4
2017-09-08
fixed some clippy warnings
Andre Bogus
1
-2
/
+2
2017-03-10
Colored error messages
NanoTech
1
-0
/
+1
[next]