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