Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Fintan Halpenny | 2019-09-06 | 6 | -468/+646 |
|\ | |||||
| * | Implement rule shortcutting, and cleanup make_parser code | Nadrieril | 2019-09-05 | 1 | -6/+17 |
| | | |||||
| * | Implement rule aliasing and simplify parser code | Nadrieril | 2019-09-05 | 1 | -246/+177 |
| | | |||||
| * | Add mapping functions to InterpolatedTextContents | Nadrieril | 2019-09-03 | 1 | -0/+46 |
| | | |||||
| * | Resolve imports by mutating Expr instead of cloning it | Nadrieril | 2019-09-03 | 5 | -225/+399 |
| | | |||||
| * | No need to change the type of Embed when resolving anymore | Nadrieril | 2019-09-03 | 2 | -14/+22 |
| | | |||||
* | | Merge remote-tracking branch 'origin/fintan/canonicalize' into ↵ | Fintan Halpenny | 2019-09-06 | 3 | -951/+942 |
|\ \ | | | | | | | | | | fintan/canonicalize | ||||
| * | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Nadrieril | 2019-09-03 | 3 | -951/+942 |
| |\| | |||||
| | * | Upgrade rust toolchain | Nadrieril | 2019-09-03 | 1 | -1/+0 |
| | | | |||||
| | * | Parse polymorphically in the Embed parameter | Nadrieril | 2019-09-02 | 2 | -71/+78 |
| | | | |||||
| | * | We don't use the try_blocks feature anymore | Nadrieril | 2019-09-02 | 1 | -1/+0 |
| | | | |||||
| | * | Use proper hygiene for `Parsers` and `Rule` | Nadrieril | 2019-09-02 | 2 | -2/+8 |
| | | | |||||
| | * | Properly parse the argument of make_parser as an impl | Nadrieril | 2019-09-02 | 1 | -1/+3 |
| | | | |||||
| | * | Get rid of EntryPoint magic | Nadrieril | 2019-09-02 | 1 | -43/+48 |
| | | | |||||
| | * | Avoid use of bind_by_move_pattern_guards feature | Nadrieril | 2019-09-02 | 1 | -1/+0 |
| | | | |||||
| | * | Make make_parser into a proc_macro_attribute | Nadrieril | 2019-09-01 | 1 | -1/+2 |
| | | | | | | | | | | | | That way rustfmt will format the contents of the parser. | ||||
| | * | Change parser macros to use a function-like syntax | Nadrieril | 2019-09-01 | 2 | -748/+928 |
| | | | | | | | | | | | | This makes the parser code look much less magical. | ||||
| | * | Rewrite the make_parser macro as a proc_macro | Nadrieril | 2019-09-01 | 1 | -203/+6 |
| | | | |||||
* | | | Move Canonicalize into resolve. | Fintan Halpenny | 2019-09-03 | 2 | -75/+6 |
| | | | | | | | | | | | | Rename File to FilePath and have more consistent naming. | ||||
* | | | No need for as_ref call | Fintan Halpenny | 2019-09-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Fintan Halpenny | 2019-09-02 | 8 | -862/+727 |
|\| | |||||
| * | Don't URL-decode path segments | Nadrieril | 2019-08-31 | 2 | -22/+27 |
| | | |||||
| * | Implement parsing of `toMap` keyword | Nadrieril | 2019-08-31 | 4 | -1/+23 |
| | | |||||
| * | Rename SubExpr to Expr, and Expr to RawExpr | Nadrieril | 2019-08-28 | 4 | -72/+71 |
| | | | | | | | | For clarity, and consistency with Value | ||||
| * | clippy | Nadrieril | 2019-08-27 | 3 | -5/+5 |
| | | |||||
| * | s/token_rule/rule/ | Nadrieril | 2019-08-27 | 1 | -20/+20 |
| | | |||||
| * | Rework parse macros to avoid the large ParsedValue enum | Nadrieril | 2019-08-27 | 1 | -146/+139 |
| | | |||||
| * | Remove rule aliasing | Nadrieril | 2019-08-27 | 1 | -107/+93 |
| | | |||||
| * | Wording | Nadrieril | 2019-08-26 | 1 | -13/+13 |
| | | |||||
| * | Remove rule_group macro | Nadrieril | 2019-08-26 | 1 | -22/+4 |
| | | |||||
| * | Match on rules in parser instead of on ParsedValues | Nadrieril | 2019-08-26 | 2 | -25/+129 |
| | | |||||
| * | Use `!` type instead of custom empty type | Nadrieril | 2019-08-16 | 4 | -15/+6 |
| | | |||||
| * | Include precedence parsing in parser macros | Nadrieril | 2019-08-15 | 2 | -133/+188 |
| | | |||||
| * | No need for manual stack handling in parser anymore | Nadrieril | 2019-08-15 | 1 | -142/+96 |
| | | |||||
| * | Use precedence climbing to parse expressions with operators | Nadrieril | 2019-08-15 | 1 | -119/+108 |
| | | | | | | | | This speeds up parsing around 30% | ||||
| * | Implement inline headers parsing | Nadrieril | 2019-08-13 | 5 | -44/+80 |
| | | |||||
| * | Implement Hash for ParsedSubExpr | Nadrieril | 2019-08-13 | 2 | -6/+24 |
| | | |||||
| * | The syntax has very little sharing; no need for Rc anymore | Nadrieril | 2019-08-13 | 1 | -11/+5 |
| | | |||||
| * | Store Imports in their own node instead of in Embed | Nadrieril | 2019-08-13 | 4 | -20/+36 |
| | | |||||
| * | Cleanup visitor code | Nadrieril | 2019-08-13 | 1 | -139/+54 |
| | | |||||
| * | Considerably simplify Embed handling | Nadrieril | 2019-08-13 | 3 | -128/+44 |
| | | |||||
| * | Stop tracking the absence of Embed values at the type level | Nadrieril | 2019-08-13 | 4 | -35/+4 |
| | | |||||
| * | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 4 | -138/+84 |
| | | |||||
* | | Remove the notion of Directory and have File be the vector of components | Fintan Halpenny | 2019-09-02 | 2 | -53/+19 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | FintanH | 2019-08-12 | 6 | -107/+254 |
|\| | |||||
| * | Add support for dependent types | Nadrieril | 2019-08-08 | 4 | -1/+22 |
| | | |||||
| * | Add truncated Natural subtraction | Nadrieril | 2019-08-07 | 3 | -0/+3 |
| | | |||||
| * | Remove union literals from the language | Nadrieril | 2019-08-07 | 4 | -63/+3 |
| | | |||||
| * | Forbid surrogate pairs and non-characters | Nadrieril | 2019-08-07 | 1 | -2/+21 |
| | | |||||
| * | Sort labels in projection expressions | Nadrieril | 2019-08-07 | 3 | -5/+100 |
| | |