Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move contents of dhall under a semantics submodule | Nadrieril | 2019-12-15 | 1 | -748/+0 |
| | |||||
* | Reexport dhall_syntax as a module in dhall | Nadrieril | 2019-12-15 | 1 | -8/+8 |
| | |||||
* | rustfmt | Nadrieril | 2019-11-11 | 1 | -2/+6 |
| | |||||
* | Parse projection by expression | Nadrieril | 2019-11-11 | 1 | -0/+10 |
| | |||||
* | Capture absence of span in Span itself | Nadrieril | 2019-11-11 | 1 | -2/+8 |
| | |||||
* | Run `cargo fmt` | Nadrieril | 2019-11-11 | 1 | -5/+11 |
| | |||||
* | Merge remote-tracking branch 'origin/fintan/canonicalize' into ↵ | Fintan Halpenny | 2019-09-06 | 1 | -16/+12 |
|\ | | | | | | | fintan/canonicalize | ||||
| * | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Nadrieril | 2019-09-03 | 1 | -16/+12 |
| |\ | |||||
| | * | Upgrade rust toolchain | Nadrieril | 2019-09-03 | 1 | -16/+12 |
| | | | |||||
* | | | Move Canonicalize into resolve. | Fintan Halpenny | 2019-09-03 | 1 | -5/+5 |
|/ / | | | | | | | Rename File to FilePath and have more consistent naming. | ||||
* | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | Fintan Halpenny | 2019-09-02 | 1 | -79/+69 |
|\| | |||||
| * | Implement parsing of `toMap` keyword | Nadrieril | 2019-08-31 | 1 | -0/+11 |
| | | |||||
| * | Rename SubExpr to Expr, and Expr to RawExpr | Nadrieril | 2019-08-28 | 1 | -27/+22 |
| | | | | | | | | For clarity, and consistency with Value | ||||
| * | Reduce api surface of dhall crate | Nadrieril | 2019-08-16 | 1 | -2/+2 |
| | | | | | | | | Helps detect unused code | ||||
| * | Implement inline headers parsing | Nadrieril | 2019-08-13 | 1 | -31/+19 |
| | | |||||
| * | Implement Hash for ParsedSubExpr | Nadrieril | 2019-08-13 | 1 | -23/+18 |
| | | |||||
| * | Store Imports in their own node instead of in Embed | Nadrieril | 2019-08-13 | 1 | -10/+14 |
| | | |||||
| * | No need to track the absence of `Span`s at the type level | Nadrieril | 2019-08-13 | 1 | -24/+21 |
| | | |||||
* | | Remove the notion of Directory and have File be the vector of components | Fintan Halpenny | 2019-09-02 | 1 | -13/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into fintan/canonicalize | FintanH | 2019-08-12 | 1 | -44/+134 |
|\| | |||||
| * | Update dhall-lang submodule | Nadrieril | 2019-08-10 | 1 | -0/+13 |
| | | |||||
| * | Add support for dependent types | Nadrieril | 2019-08-08 | 1 | -0/+7 |
| | | |||||
| * | Flatten nested let bindings | Nadrieril | 2019-08-07 | 1 | -6/+40 |
| | | |||||
| * | Add binary-decode tests | Nadrieril | 2019-08-07 | 1 | -0/+21 |
| | | |||||
| * | Remove union literals from the language | Nadrieril | 2019-08-07 | 1 | -9/+3 |
| | | |||||
| * | Various parsing tweaks | Nadrieril | 2019-08-07 | 1 | -3/+3 |
| | | |||||
| * | Generalize empty list annotations | Nadrieril | 2019-08-06 | 1 | -2/+6 |
| | | |||||
| * | Prepare for https://github.com/dhall-lang/dhall-lang/pull/630 | Nadrieril | 2019-08-06 | 1 | -2/+9 |
| | | |||||
| * | RFC3986 URLs | Nadrieril | 2019-08-06 | 1 | -1/+7 |
| | | |||||
| * | rustfmt | Nadrieril | 2019-08-06 | 1 | -7/+10 |
| | | |||||
| * | Remove old-style optional literals | Nadrieril | 2019-08-06 | 1 | -7/+9 |
| | | |||||
| * | Inline headers | Nadrieril | 2019-08-06 | 1 | -15/+14 |
| | | |||||
* | | Refactor of File to be the combination of Directory and the file name, | FintanH | 2019-08-12 | 1 | -9/+20 |
|/ | | | | | | | | | | 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 | -12/+12 |
| | |||||
* | Finish implementing binary encoding | Nadrieril | 2019-05-12 | 1 | -6/+8 |
| | |||||
* | Implement binary encoding | Nadrieril | 2019-05-12 | 1 | -20/+291 |
| | | | | Closes #39 | ||||
* | Write a custom map type that allows duplicates | Nadrieril | 2019-05-10 | 1 | -29/+38 |
| | |||||
* | Detect duplicate record fields in typecheck | Nadrieril | 2019-05-09 | 1 | -32/+29 |
| | |||||
* | Rename the record combining operators internally | Nadrieril | 2019-05-08 | 1 | -3/+3 |
| | |||||
* | Consolidate errors in the error module | Nadrieril | 2019-05-06 | 1 | -8/+9 |
| | |||||
* | Reorganize dhall into a phase structure | Nadrieril | 2019-05-06 | 1 | -0/+363 |