Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rustfmt | Nadrieril | 2019-04-06 | 1 | -1/+3 | |
* | Merge branch 'master' into exprf | Nadrieril | 2019-04-06 | 3 | -10/+2 | |
|\ | ||||||
| * | Remove some unused files | Nadrieril | 2019-04-05 | 1 | -9/+0 | |
| * | Update dhall-lang submodule | Nadrieril | 2019-04-05 | 1 | -0/+1 | |
| * | Get keyword rule from upstream | Nadrieril | 2019-04-04 | 1 | -1/+1 | |
| * | Update dhall-lang submodule | Nadrieril | 2019-04-04 | 1 | -36/+36 | |
* | | Give up on laziness and greatly simplify normalization | Nadrieril | 2019-04-06 | 2 | -233/+206 | |
* | | Update dhall-lang submodule | Nadrieril | 2019-04-04 | 1 | -36/+36 | |
* | | Refactor and clarify various map methods | Nadrieril | 2019-04-01 | 1 | -1/+1 | |
* | | Make Expr generic in Label | Nadrieril | 2019-03-31 | 1 | -1/+1 | |
* | | Remove evil Deref impl | Nadrieril | 2019-03-31 | 2 | -3/+3 | |
* | | Move recursion out of Expr | Nadrieril | 2019-03-31 | 4 | -9/+9 | |
* | | rustfmt | Nadrieril | 2019-03-31 | 1 | -4/+1 | |
* | | Make SubExpr a newtype | Nadrieril | 2019-03-31 | 4 | -78/+70 | |
|/ | ||||||
* | Remove some redundant namespacing | Nadrieril | 2019-03-31 | 3 | -47/+48 | |
* | Manually rustfmt like a nazi | Nadrieril | 2019-03-27 | 2 | -4/+22 | |
* | Derive DhallType for anonymous structs and enums | Nadrieril | 2019-03-26 | 1 | -0/+24 | |
* | Derive DhallType for structs | Nadrieril | 2019-03-26 | 3 | -10/+106 | |
* | Update dhall-lang submodule | Nadrieril | 2019-03-26 | 1 | -5/+5 | |
* | Lay groundwork for DhallType deriving | Nadrieril | 2019-03-24 | 2 | -1/+15 | |
* | Correctly namespace interpolations in dhall_expr!() | Nadrieril | 2019-03-24 | 2 | -3/+0 | |
* | Improve decoder errors on unknown inputs | Nadrieril | 2019-03-24 | 1 | -6/+2 | |
* | Parse multiline strings correctly | Nadrieril | 2019-03-24 | 3 | -23/+25 | |
* | Generate parser tests list automatically | Nadrieril | 2019-03-24 | 3 | -67/+45 | |
* | Parser import hash and headers | Nadrieril | 2019-03-24 | 3 | -7/+32 | |
* | Disallow builtins as bound variables | Nadrieril | 2019-03-24 | 1 | -1/+1 | |
* | Handle merge and record projection | Nadrieril | 2019-03-23 | 2 | -11/+42 | |
* | Update dhall-lang submodule | Nadrieril | 2019-03-23 | 1 | -2/+3 | |
* | Handle double overflows in parser | Nadrieril | 2019-03-23 | 1 | -2/+2 | |
* | Parse unicode escapes in string | Nadrieril | 2019-03-23 | 1 | -1/+1 | |
* | Handle quoted labels | Nadrieril | 2019-03-22 | 1 | -1/+1 | |
* | oops | Nadrieril | 2019-03-22 | 1 | -7/+7 | |
* | Parse a lot more of the import types | Nadrieril | 2019-03-22 | 3 | -17/+91 | |
* | Improve binary decoding errors | Nadrieril | 2019-03-22 | 1 | -14/+25 | |
* | Improve import handling in parser | Nadrieril | 2019-03-21 | 5 | -6/+44 | |
* | rustfmt | Nadrieril | 2019-03-21 | 1 | -11/+3 | |
* | Follow the spec for handling Doubles | Nadrieril | 2019-03-21 | 2 | -2/+2 | |
* | Represent Optional literals more faithfully | Nadrieril | 2019-03-21 | 3 | -39/+20 | |
* | Rename Record/Union to RecordType/UnionType | Nadrieril | 2019-03-21 | 2 | -7/+7 | |
* | Reorganize dhall_core a bit | Nadrieril | 2019-03-21 | 4 | -7/+7 | |
* | Make parser implementation non-recursive | Nadrieril | 2019-03-20 | 1 | -16/+1 | |
* | Cleanup parser code | Nadrieril | 2019-03-20 | 1 | -1/+1 | |
* | Obsolete old parser macros; performance is now dead | Nadrieril | 2019-03-20 | 1 | -1/+1 | |
* | Handle simple parsing cases with new macros | Nadrieril | 2019-03-20 | 1 | -1/+1 | |
* | rustfmt | Nadrieril | 2019-03-19 | 2 | -15/+21 | |
* | Test printer in parser tests | Nadrieril | 2019-03-19 | 1 | -0/+5 | |
* | Add travis integration | Nadrieril | 2019-03-19 | 2 | -11/+18 | |
* | Implement a few more primitives | Nadrieril | 2019-03-18 | 3 | -38/+65 | |
* | Split List literal between empty and non-empty | Nadrieril | 2019-03-18 | 4 | -32/+41 | |
* | tweaks | Nadrieril | 2019-03-18 | 1 | -4/+14 |