| Commit message (Expand) | Author | Files | Lines |
2020-01-29 | Cleanup variable handling | Nadrieril | 9 | -63/+39 |
2020-01-29 | Move envs to their own files | Nadrieril | 11 | -241/+239 |
2020-01-29 | Finally get rid of all of the shift/subst_shift ! | Nadrieril | 5 | -112/+3 |
2020-01-29 | s/QuoteEnv/VarEnv/ | Nadrieril | 3 | -43/+40 |
2020-01-29 | Use NameEnv in tyexpr_to_expr | Nadrieril | 2 | -35/+23 |
2020-01-29 | Remove dead code | Nadrieril | 10 | -1202/+31 |
2020-01-29 | Fix insufficient normalization | Nadrieril | 3 | -10/+16 |
2020-01-29 | Use TyExpr in Typed | Nadrieril | 5 | -122/+50 |
2020-01-29 | Use Normalized in serde_dhall | Nadrieril | 1 | -52/+74 |
2020-01-29 | Fix more bugs | Nadrieril | 3 | -65/+54 |
2020-01-28 | Implement assert & merge and fix more bugs | Nadrieril | 3 | -104/+171 |
2020-01-28 | Thread env through nztion to fix Foo/build closures | Nadrieril | 6 | -44/+95 |
2020-01-28 | Fix all sorts of variable shenanigans | Nadrieril | 4 | -117/+68 |
2020-01-27 | Start rewriting value comparison | Nadrieril | 1 | -0/+107 |
2020-01-27 | Fix a bunch of bugs and more tck | Nadrieril | 9 | -57/+104 |
2020-01-25 | Moar typecheck | Nadrieril | 1 | -145/+342 |
2020-01-25 | More typecheck | Nadrieril | 3 | -58/+301 |
2020-01-25 | Make most type errors stringy | Nadrieril | 2 | -145/+101 |
2020-01-25 | Enable comparing Closures for equality | Nadrieril | 3 | -14/+20 |
2020-01-25 | Typecheck more cases | Nadrieril | 5 | -62/+165 |
2020-01-24 | Implement basic typecheck with new approach | Nadrieril | 4 | -12/+166 |
2020-01-24 | Fix some variable shifting failures | Nadrieril | 4 | -14/+53 |
2020-01-24 | Disable runtime type checks | Nadrieril | 1 | -6/+7 |
2020-01-24 | Normalize more expressions | Nadrieril | 2 | -9/+10 |
2020-01-24 | Restore all types in Value::to_tyexpr | Nadrieril | 4 | -64/+101 |
2020-01-24 | Reuse normalize_one_layer in new eval flow | Nadrieril | 1 | -27/+41 |
2020-01-23 | Implement basic env-based normalization for Value-based TyExpr | Nadrieril | 6 | -111/+283 |
2020-01-21 | Prepare Value for reverse variables | Nadrieril | 5 | -19/+49 |
2020-01-21 | Simplify type error type | Nadrieril | 5 | -56/+31 |
2020-01-20 | Split TyEnv into two envs | Nadrieril | 1 | -102/+152 |
2020-01-20 | Reimplement basic tck/nze with proper environments | Nadrieril | 7 | -13/+432 |
2020-01-19 | Restore more types in value_to_tyexpr | Nadrieril | 5 | -37/+93 |
2020-01-18 | fixup! Introduce intermediate representation that stores typed expr | Nadrieril | 1 | -65/+62 |
2020-01-18 | Add Expr visitor and improve tyexpr_to_expr | Nadrieril | 3 | -56/+52 |
2020-01-18 | Introduce intermediate representation that stores typed expr | Nadrieril | 8 | -129/+177 |
2020-01-17 | Simplify | Nadrieril | 5 | -56/+34 |
2020-01-17 | Replace all bulk shifting by a single shift | Nadrieril | 4 | -98/+8 |
2020-01-17 | Use alpha variables everywhere | Nadrieril | 3 | -27/+34 |
2020-01-17 | Implement bulk shifting | Nadrieril | 5 | -67/+163 |
2020-01-17 | Tweak: handle empty lists in typeck | Nadrieril | 2 | -20/+14 |
2020-01-17 | Simplify a bit | Nadrieril | 3 | -33/+42 |
2020-01-17 | Remove Shift/Subst traits | Nadrieril | 6 | -227/+115 |
2020-01-17 | Simplify Shift and Subst instances | Nadrieril | 3 | -273/+39 |
2020-01-17 | Remove binder ids | Nadrieril | 5 | -156/+28 |
2020-01-17 | Use binder ids to reconstruct variables in expr output | Nadrieril | 5 | -40/+75 |
2020-01-17 | Simplify Value::to_expr | Nadrieril | 2 | -78/+52 |
2020-01-17 | Use binder ids for Value equality | Nadrieril | 2 | -8/+74 |
2020-01-17 | Store corresponding binder id in AlphaVar | Nadrieril | 2 | -11/+16 |
2020-01-17 | Assign a unique id to each binder | Nadrieril | 2 | -5/+25 |
2020-01-17 | Introduce a notion of binder | Nadrieril | 5 | -46/+56 |