Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only store type at root node in tyexpr | Nadrieril | 2020-02-13 | 2 | -29/+26 |
| | |||||
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 1 | -5/+11 |
| | |||||
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 2 | -7/+3 |
| | |||||
* | Remove need for Embed | Nadrieril | 2020-02-10 | 1 | -9/+1 |
| | | | | This was an archaic leftover from copying the Haskell datatypes anyway | ||||
* | Remove types from NzEnv | Nadrieril | 2020-02-09 | 2 | -9/+9 |
| | |||||
* | Automate conversion between envs | Nadrieril | 2020-02-09 | 3 | -22/+26 |
| | |||||
* | Remove all types from Value | Nadrieril | 2020-02-09 | 1 | -2/+2 |
| | |||||
* | Take Hir for typecheck | Nadrieril | 2020-02-09 | 2 | -39/+33 |
| | |||||
* | Resolve variables alongside import resolution | Nadrieril | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | Remove most TyExpr from normalization | Nadrieril | 2020-02-09 | 3 | -21/+9 |
| | |||||
* | Add Hir as untyped alternative to TyExpr | Nadrieril | 2020-02-09 | 1 | -58/+12 |
| | |||||
* | Remove move type propagation through Value | Nadrieril | 2020-02-09 | 1 | -30/+12 |
| | |||||
* | Remove most reliance on types stored in Value | Nadrieril | 2020-02-09 | 2 | -29/+35 |
| | |||||
* | Massively deduplicate test harness | Nadrieril | 2020-02-09 | 1 | -1/+4 |
| | |||||
* | Typecheck record completion | Nadrieril | 2020-02-05 | 1 | -25/+51 |
| | |||||
* | Typecheck projection by type | Nadrieril | 2020-02-05 | 1 | -2/+25 |
| | |||||
* | Implement typechecking of toMap | Nadrieril | 2020-02-04 | 1 | -1/+79 |
| | |||||
* | Add basic pretty type errors to all errors | Nadrieril | 2020-02-04 | 1 | -46/+66 |
| | |||||
* | Add local test files on top of dhall-lang tests | Nadrieril | 2020-02-02 | 1 | -0/+1 |
| | |||||
* | Tweak errors | Nadrieril | 2020-02-02 | 1 | -44/+43 |
| | |||||
* | Use Spans consistently by value | Nadrieril | 2020-02-02 | 2 | -10/+10 |
| | |||||
* | Let rustfmt format string literals | Nadrieril | 2020-02-02 | 1 | -43/+44 |
| | |||||
* | More errors | Nadrieril | 2020-02-02 | 1 | -5/+79 |
| | |||||
* | More nice errors plus some refactor | Nadrieril | 2020-02-02 | 2 | -97/+113 |
| | |||||
* | Implement once nice error using annotate_snippets | Nadrieril | 2020-02-01 | 1 | -22/+32 |
| | |||||
* | Tweak ConstantClosure | Nadrieril | 2020-01-30 | 1 | -12/+14 |
| | |||||
* | Get rid of all the manual Ref borrows | Nadrieril | 2020-01-30 | 1 | -34/+20 |
| | |||||
* | Avoid unnecessary allocations of `Value`s | Nadrieril | 2020-01-30 | 2 | -3/+4 |
| | |||||
* | Move main API to lib.rs | Nadrieril | 2020-01-30 | 2 | -3/+3 |
| | |||||
* | Move normalize under nze | Nadrieril | 2020-01-30 | 2 | -2/+2 |
| | |||||
* | Introduce Thunks and normalize lazily | Nadrieril | 2020-01-30 | 2 | -25/+28 |
| | |||||
* | Increase encapsulation for Closures | Nadrieril | 2020-01-30 | 1 | -5/+5 |
| | |||||
* | Make unnormalized Values unobservable | Nadrieril | 2020-01-30 | 1 | -3/+1 |
| | |||||
* | s/as_whnf/kind/ | Nadrieril | 2020-01-30 | 1 | -17/+15 |
| | |||||
* | Encapsulate partially applied builtin in a separate struct | Nadrieril | 2020-01-30 | 1 | -11/+15 |
| | |||||
* | Remove debug output in type errors | Nadrieril | 2020-01-30 | 1 | -12/+3 |
| | |||||
* | No need for the current env to tck Foo/build closures | Nadrieril | 2020-01-30 | 1 | -13/+0 |
| | |||||
* | Move builtins-related code to its own module | Nadrieril | 2020-01-30 | 3 | -15/+12 |
| | |||||
* | Cleanup variable handling | Nadrieril | 2020-01-29 | 2 | -11/+25 |
| | |||||
* | Move envs to their own files | Nadrieril | 2020-01-29 | 4 | -59/+144 |
| | |||||
* | s/QuoteEnv/VarEnv/ | Nadrieril | 2020-01-29 | 1 | -18/+16 |
| | |||||
* | Use NameEnv in tyexpr_to_expr | Nadrieril | 2020-01-29 | 1 | -18/+9 |
| | |||||
* | Remove dead code | Nadrieril | 2020-01-29 | 2 | -27/+8 |
| | |||||
* | Fix insufficient normalization | Nadrieril | 2020-01-29 | 2 | -7/+15 |
| | |||||
* | Use TyExpr in Typed | Nadrieril | 2020-01-29 | 1 | -1/+8 |
| | |||||
* | Fix more bugs | Nadrieril | 2020-01-29 | 1 | -33/+36 |
| | |||||
* | Implement assert & merge and fix more bugs | Nadrieril | 2020-01-28 | 1 | -90/+118 |
| | |||||
* | Thread env through nztion to fix Foo/build closures | Nadrieril | 2020-01-28 | 1 | -3/+11 |
| | |||||
* | Fix all sorts of variable shenanigans | Nadrieril | 2020-01-28 | 1 | -1/+14 |
| | |||||
* | Fix a bunch of bugs and more tck | Nadrieril | 2020-01-27 | 2 | -29/+45 |
| |