| Commit message (Expand) | Author | Files | Lines |
2021-03-27 | Remove redundant semicolons in derived StaticType implementation. | Ceri Storey | 1 | -1/+1 |
2021-03-09 | chore: fix clippy warnings | Nadrieril | 1 | -0/+1 |
2020-06-24 | chore: remove unused dependencies using cargo-udeps | Nadrieril | 1 | -1/+0 |
2020-06-24 | chore: upgrade dependencies using cargo-outdated | Nadrieril | 1 | -1/+1 |
2020-04-05 | Release dhall_proc_macros version 0.5.0 | Nadrieril | 2 | -2/+2 |
2020-04-05 | Setup cargo-release | Nadrieril | 1 | -1/+2 |
2020-03-31 | Rework SimpleType | Nadrieril | 1 | -5/+5 |
2020-03-31 | Ensure version numbers are kept in sync | Nadrieril | 2 | -0/+7 |
2020-03-31 | Expose simple::Val/Ty properly in the API | Nadrieril | 1 | -8/+11 |
2020-03-31 | Reorganize serde modules | Nadrieril | 1 | -3/+3 |
2020-03-31 | Split serde_dhall::Value to separate values from types | Nadrieril | 1 | -3/+3 |
2020-03-20 | No need for `extern crate proc_macro` anymore | Nadrieril | 1 | -2/+0 |
2020-03-18 | Cut release | Nadrieril | 2 | -2/+2 |
2020-03-17 | Upgrade some dependencies | Nadrieril | 1 | -4/+4 |
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 |