Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-20 | Fix some comments | Nadrieril | 1 | -9/+2 |
2019-12-20 | s/RawExpr/UnspannedExpr/ | Nadrieril | 1 | -3/+3 |
2019-12-20 | s/ExprF/ExprKind/ | Nadrieril | 2 | -60/+61 |
2019-12-20 | Move error module to root of crate | Nadrieril | 4 | -4/+4 |
2019-12-19 | Move out conversion from value back to ast to its own file | Nadrieril | 1 | -1/+6 |
2019-12-19 | Rename ValueF to ValueKind | Nadrieril | 3 | -151/+151 |
2019-12-17 | Move binary encoding/decoding to syntax/ | Nadrieril | 3 | -750/+2 |
2019-12-15 | Refer to semantics module properly | Nadrieril | 6 | -23/+23 |
2019-12-15 | Avoid mention of `crate::` outside of top-level imports | Nadrieril | 6 | -57/+49 |
2019-12-15 | fixup! Reexport dhall_syntax as a module in dhall | Nadrieril | 2 | -3/+5 |
2019-12-15 | Move contents of dhall under a semantics submodule | Nadrieril | 6 | -0/+2828 |