Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace a bunch of Err(…)? and format!("constant") calls. | Ceri Storey | 2021-03-27 | 1 | -1/+1 |
| | |||||
* | tweak: factor a bit | Nadrieril | 2020-12-08 | 1 | -24/+25 |
| | |||||
* | fix: fix import ordering issue | Nadrieril | 2020-12-08 | 1 | -7/+7 |
| | |||||
* | Resolve imports and alternatives outside of the ast traversal | Nadrieril | 2020-12-07 | 2 | -65/+138 |
| | |||||
* | Defer name errors to typechecking | Nadrieril | 2020-12-07 | 2 | -5/+7 |
| | | | | We aren't supposed to inspect anything before alternatives are chosen | ||||
* | Avoid storing an import before we checked its hash | Nadrieril | 2020-12-07 | 2 | -23/+28 |
| | |||||
* | Unify `skip_resolve_expr` with normal resolution | Nadrieril | 2020-12-07 | 3 | -28/+47 |
| | |||||
* | Pass import results via the global context | Nadrieril | 2020-12-07 | 2 | -11/+11 |
| | |||||
* | Thread cx everywhere else imports are read | Nadrieril | 2020-12-07 | 4 | -34/+51 |
| | |||||
* | Tag cx ids with the cx lifetime | Nadrieril | 2020-12-07 | 2 | -4/+4 |
| | | | | To make sure we don't let ids escape and we don't mix scopes. | ||||
* | Thread cx through normalization | Nadrieril | 2020-12-07 | 4 | -42/+69 |
| | |||||
* | Thread cx through typecheck | Nadrieril | 2020-12-07 | 2 | -6/+9 |
| | |||||
* | Improve ergonomics of `Ctxt` | Nadrieril | 2020-12-07 | 1 | -10/+9 |
| | |||||
* | Make global store of imports and import results | Nadrieril | 2020-12-07 | 2 | -62/+88 |
| | |||||
* | An import location is not independent from the import mode | Nadrieril | 2020-12-06 | 1 | -102/+100 |
| | |||||
* | Prepare `ImportLocation` for more fields | Nadrieril | 2020-12-06 | 1 | -32/+69 |
| | |||||
* | Implement type checking for With op | Basile Henry | 2020-11-01 | 1 | -30/+2 |
| | |||||
* | fix: clippy | Nadrieril | 2020-11-01 | 2 | -21/+18 |
| | |||||
* | feat: add location to import error messages | Nadrieril | 2020-11-01 | 1 | -2/+10 |
| | | | | This is crude but helpful. See #40 | ||||
* | Ensure that the hash always gets checked | Nadrieril | 2020-11-01 | 2 | -19/+40 |
| | |||||
* | Typed and TypedHir are the same | Nadrieril | 2020-11-01 | 3 | -33/+26 |
| | |||||
* | Untangle caching code | Nadrieril | 2020-11-01 | 3 | -648/+128 |
| | |||||
* | Store file cache in ImportEnv | Nadrieril | 2020-11-01 | 3 | -19/+20 |
| | |||||
* | Untangle ImportEnv::handle_import | Nadrieril | 2020-11-01 | 2 | -29/+37 |
| | |||||
* | Make reqwest an optional dependency | Basile Henry | 2020-10-10 | 1 | -1/+5 |
| | | | | | | | | | This adds a feature to the Cargo.toml to be able to control if dhall depends on reqwest. This makes it possible to build dhall-rust for any arch (not just wasm32) without depending on reqwest. To disable reqwest as a dependency, we can now use `default-features = false` when adding the dhall dependency. Closes #169 | ||||
* | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 1 | -2/+30 |
| | |||||
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 1 | -4/+2 |
| | | | | Sadly we would need proper async support for that to work | ||||
* | Refactor cache path resolution | Nadrieril | 2020-05-30 | 1 | -62/+21 |
| | |||||
* | Fix cache path resolution on wasm | Nadrieril | 2020-05-30 | 1 | -0/+7 |
| | |||||
* | Make reqwest build on wasm | Nadrieril | 2020-05-30 | 1 | -3/+13 |
| | |||||
* | test: Add remaining tests for cache | fteychene | 2020-05-15 | 1 | -0/+398 |
| | |||||
* | fixup! test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -30/+55 |
| | |||||
* | fixup! test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -56/+32 |
| | |||||
* | fixup! fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 1 | -31/+55 |
| | |||||
* | test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -12/+121 |
| | |||||
* | fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 2 | -54/+67 |
| | |||||
* | feat: Add cache resolution on resolve | fteychene | 2020-05-15 | 3 | -28/+182 |
| | |||||
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 1 | -2/+2 |
| | |||||
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 1 | -3/+4 |
| | |||||
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 1 | -1/+2 |
| | |||||
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 1 | -10/+11 |
| | |||||
* | Fix import bug | Nadrieril | 2020-04-05 | 1 | -9/+11 |
| | |||||
* | Check code hashes in import | Nadrieril | 2020-04-05 | 2 | -9/+38 |
| | |||||
* | Fix clippy warnings | Nadrieril | 2020-04-05 | 1 | -7/+4 |
| | |||||
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 1 | -2/+8 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 4 | -16/+16 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 1 | -6/+0 |
| | | | | | It pretends to normalize but actually can't normalize under lambdas. The correct way to normalize a Nir is to convert it to Hir. | ||||
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 2 | -11/+7 |
| | |||||
* | Run clippy | Nadrieril | 2020-03-17 | 3 | -15/+15 |
| |