| Commit message (Expand) | Author | Files | Lines |
2019-12-21 | No need for syn features | Nadrieril | 1 | -1/+1 |
2019-12-21 | Typo | Nadrieril | 1 | -1/+1 |
2019-12-21 | Prepare for publishing on crates.io | Nadrieril | 3 | -1/+12 |
2019-12-13 | Silence a macro-generated warning | Nadrieril | 1 | -0/+1 |
2019-09-09 | Move pest_consume macros into their own crate | Nadrieril | 3 | -568/+0 |
2019-09-09 | Make ParseInput independent from dhall-specific types | Nadrieril | 2 | -7/+7 |
2019-09-05 | Implement rule shortcutting, and cleanup make_parser code | Nadrieril | 1 | -61/+173 |
2019-09-05 | Implement rule aliasing and simplify parser code | Nadrieril | 2 | -42/+156 |
2019-09-03 | Upgrade rust toolchain | Nadrieril | 1 | -1/+1 |
2019-09-02 | Improve hygiene of identifiers | Nadrieril | 1 | -13/+20 |
2019-09-02 | Parse polymorphically in the Embed parameter | Nadrieril | 1 | -31/+52 |
2019-09-02 | Separate both parser proc_macros into their own files | Nadrieril | 3 | -90/+95 |
2019-09-02 | Use proper hygiene for `Parsers` and `Rule` | Nadrieril | 2 | -17/+36 |
2019-09-02 | Properly parse the argument of make_parser as an impl | Nadrieril | 1 | -99/+62 |
2019-09-02 | Get rid of EntryPoint magic | Nadrieril | 2 | -125/+32 |
2019-09-02 | Avoid use of bind_by_move_pattern_guards feature | Nadrieril | 1 | -2/+9 |
2019-09-01 | Make make_parser into a proc_macro_attribute | Nadrieril | 2 | -6/+10 |
2019-09-01 | Change parser macros to use a function-like syntax | Nadrieril | 2 | -250/+252 |
2019-09-01 | Rewrite the make_parser macro as a proc_macro | Nadrieril | 3 | -3/+410 |
2019-08-16 | dhall_proc_macros actually does not depend on dhall_syntax anymore | Nadrieril | 2 | -2/+0 |
2019-08-13 | Rework API to resemble that of serde_json | Nadrieril | 1 | -7/+7 |
2019-08-13 | Merge `Type` and `Value` in serde_dhall | Nadrieril | 1 | -3/+3 |
2019-08-13 | Move api into its own crate | Nadrieril | 1 | -7/+7 |
2019-08-10 | Remove dhall::expr!() macro | Nadrieril | 2 | -234/+0 |
2019-05-10 | Write a custom map type that allows duplicates | Nadrieril | 1 | -7/+6 |
2019-05-09 | Rewrite the StaticType trait and everything around it | Nadrieril | 2 | -38/+34 |
2019-05-09 | ExprF need not be generic in Label | Nadrieril | 1 | -4/+2 |
2019-05-09 | Detect duplicate record fields in typecheck | Nadrieril | 1 | -7/+8 |
2019-05-07 | Clean up some of the SubExpr type-changing methods | Nadrieril | 1 | -5/+5 |
2019-05-07 | Fix derive | Nadrieril | 1 | -2/+2 |
2019-05-04 | Revert "Make SubExpr generic in the variable labels type" | Nadrieril | 1 | -31/+31 |
2019-05-04 | Make SubExpr generic in the variable labels type | Nadrieril | 1 | -31/+31 |
2019-05-04 | Thread Spans through the AST | Nadrieril | 1 | -1/+1 |
2019-05-04 | Move `Note`s into the spine of the AST | Nadrieril | 1 | -3/+1 |
2019-05-04 | Remove dummy lifetimes | Nadrieril | 1 | -2/+2 |
2019-05-04 | Rename dhall_generator to dhall_proc_macros | Nadrieril | 4 | -0/+449 |