| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer u64/i64 to usize/isize | Nadrieril | 2020-10-28 | 1 | -3/+3 |
* | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 1 | -21/+5 |
* | spec!: remove the ability to quote paths in URLs | Nadrieril | 2020-06-25 | 1 | -6/+5 |
* | spec: not all ABNF parsers like empty rules | Nadrieril | 2020-06-25 | 1 | -25/+12 |
* | spec: fix precedence of `===` and `with` | Nadrieril | 2020-06-25 | 1 | -1/+1 |
* | fix(ci): grammar sync test fails spuriously on ci | Nadrieril | 2020-06-20 | 1 | -0/+1 |
* | Commit grammar file locally | Nadrieril | 2020-05-30 | 1 | -0/+29 |
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 1 | -10/+54 |
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 1 | -44/+4 |
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 1 | -1/+1 |
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 1 | -16/+20 |
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 1 | -7/+7 |
* | Parse RFC3986 URLs | Nadrieril | 2020-03-20 | 1 | -2/+20 |
* | Run clippy | Nadrieril | 2020-03-17 | 1 | -11/+24 |
* | Implement record puns | Nadrieril | 2020-03-11 | 1 | -0/+5 |
* | Add support for `with` keyword | Nadrieril | 2020-03-10 | 1 | -1/+40 |
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 1 | -9/+9 |
* | Add support for dotted field syntax | Nadrieril | 2020-02-20 | 1 | -1/+12 |
* | Add support for duplicate record fields | Nadrieril | 2020-02-20 | 1 | -17/+31 |
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 1 | -5/+6 |
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 1 | -7/+3 |
* | Use Spans consistently by value | Nadrieril | 2020-02-02 | 1 | -5/+1 |
* | Fix spans for unions and records | Nadrieril | 2020-02-02 | 1 | -17/+18 |
* | Move main API to lib.rs | Nadrieril | 2020-01-30 | 1 | -1/+1 |
* | Cleanup variable handling | Nadrieril | 2020-01-29 | 1 | -1/+1 |
* | Update dhall-lang submodule | Nadrieril | 2019-12-27 | 1 | -8/+7 |
* | Extend merge to work on Optionals | Nadrieril | 2019-12-24 | 1 | -0/+9 |
* | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 1 | -10/+18 |
* | Update dhall-lang submodule | Nadrieril | 2019-12-23 | 1 | -13/+10 |
* | Add two new Integer builtins | Nadrieril | 2019-12-23 | 1 | -0/+2 |
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 1 | -0/+19 |
* | Generate parser manually to make the crate publishable | Nadrieril | 2019-12-21 | 1 | -3/+9 |
* | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 1 | -3/+7 |
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 1 | -1/+1 |
* | Rename syntax::core to syntax::ast | Nadrieril | 2019-12-19 | 1 | -10/+9 |
* | Split syntax module between text and binary | Nadrieril | 2019-12-17 | 1 | -0/+920 |