| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |