Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Generalize empty list annotations | Nadrieril | 2019-08-06 | 2 | -5/+7 |
| | | |||||
| * | Prepare for https://github.com/dhall-lang/dhall-lang/pull/630 | Nadrieril | 2019-08-06 | 2 | -3/+3 |
| | | |||||
| * | Add toMap keyword | Nadrieril | 2019-08-06 | 1 | -0/+1 |
| | | |||||
| * | RFC3986 URLs | Nadrieril | 2019-08-06 | 3 | -0/+9 |
| | | |||||
| * | Braced escape sequences | Nadrieril | 2019-08-06 | 1 | -4/+24 |
| | | |||||
| * | Add some new tests and implement import alternatives | Nadrieril | 2019-08-06 | 2 | -0/+64 |
| | | |||||
| * | Remove old-style optional literals | Nadrieril | 2019-08-06 | 4 | -31/+3 |
| | | |||||
| * | Inline headers | Nadrieril | 2019-08-06 | 1 | -0/+1 |
| | | |||||
* | | Refactor of File to be the combination of Directory and the file name, | FintanH | 2019-08-12 | 3 | -19/+154 |
|/ | | | | | | | | | | where Directory is the Vector of component paths. The refactor meant changing some sections of the code where we were parsing and manipulating Files/Directories. This also includes a new trait Canonicalization which is needed for import logic. | ||||
* | Update dhall-lang submodule | Nadrieril | 2019-08-03 | 1 | -0/+1 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-08-03 | 3 | -9/+18 |
| | |||||
* | Tweak | Nadrieril | 2019-05-12 | 1 | -12/+12 |
| | |||||
* | clippy | Nadrieril | 2019-05-12 | 3 | -5/+4 |
| | |||||
* | Implement binary encoding | Nadrieril | 2019-05-12 | 5 | -50/+106 |
| | | | | Closes #39 | ||||
* | oops | Nadrieril | 2019-05-10 | 1 | -0/+1 |
| | |||||
* | Write a custom map type that allows duplicates | Nadrieril | 2019-05-10 | 5 | -39/+215 |
| | |||||
* | Small utility SubExpr::from_builtin | Nadrieril | 2019-05-09 | 1 | -0/+4 |
| | |||||
* | ExprF need not be generic in Label | Nadrieril | 2019-05-09 | 3 | -194/+94 |
| | |||||
* | Make shift fallible and improve shift ergonomics | Nadrieril | 2019-05-09 | 1 | -9/+13 |
| |