summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove most TyExpr from normalizationNadrieril2020-02-093-21/+9
|
* Add Hir as untyped alternative to TyExprNadrieril2020-02-091-58/+12
|
* Remove move type propagation through ValueNadrieril2020-02-091-30/+12
|
* Remove most reliance on types stored in ValueNadrieril2020-02-092-29/+35
|
* Massively deduplicate test harnessNadrieril2020-02-091-1/+4
|
* Typecheck record completionNadrieril2020-02-051-25/+51
|
* Typecheck projection by typeNadrieril2020-02-051-2/+25
|
* Implement typechecking of toMapNadrieril2020-02-041-1/+79
|
* Add basic pretty type errors to all errorsNadrieril2020-02-041-46/+66
|
* Add local test files on top of dhall-lang testsNadrieril2020-02-021-0/+1
|
* Tweak errorsNadrieril2020-02-021-44/+43
|
* Use Spans consistently by valueNadrieril2020-02-022-10/+10
|
* Let rustfmt format string literalsNadrieril2020-02-021-43/+44
|
* More errorsNadrieril2020-02-021-5/+79
|
* More nice errors plus some refactorNadrieril2020-02-022-97/+113
|
* Implement once nice error using annotate_snippetsNadrieril2020-02-011-22/+32
|
* Tweak ConstantClosureNadrieril2020-01-301-12/+14
|
* Get rid of all the manual Ref borrowsNadrieril2020-01-301-34/+20
|
* Avoid unnecessary allocations of `Value`sNadrieril2020-01-302-3/+4
|
* Move main API to lib.rsNadrieril2020-01-302-3/+3
|
* Move normalize under nzeNadrieril2020-01-302-2/+2
|
* Introduce Thunks and normalize lazilyNadrieril2020-01-302-25/+28
|
* Increase encapsulation for ClosuresNadrieril2020-01-301-5/+5
|
* Make unnormalized Values unobservableNadrieril2020-01-301-3/+1
|
* s/as_whnf/kind/Nadrieril2020-01-301-17/+15
|
* Encapsulate partially applied builtin in a separate structNadrieril2020-01-301-11/+15
|
* Remove debug output in type errorsNadrieril2020-01-301-12/+3
|
* No need for the current env to tck Foo/build closuresNadrieril2020-01-301-13/+0
|
* Move builtins-related code to its own moduleNadrieril2020-01-303-15/+12
|
* Cleanup variable handlingNadrieril2020-01-292-11/+25
|
* Move envs to their own filesNadrieril2020-01-294-59/+144
|
* s/QuoteEnv/VarEnv/Nadrieril2020-01-291-18/+16
|
* Use NameEnv in tyexpr_to_exprNadrieril2020-01-291-18/+9
|
* Remove dead codeNadrieril2020-01-292-27/+8
|
* Fix insufficient normalizationNadrieril2020-01-292-7/+15
|
* Use TyExpr in TypedNadrieril2020-01-291-1/+8
|
* Fix more bugsNadrieril2020-01-291-33/+36
|
* Implement assert & merge and fix more bugsNadrieril2020-01-281-90/+118
|
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-3/+11
|
* Fix all sorts of variable shenanigansNadrieril2020-01-281-1/+14
|
* Fix a bunch of bugs and more tckNadrieril2020-01-272-29/+45
|
* Moar typecheckNadrieril2020-01-251-145/+342
|
* More typecheckNadrieril2020-01-251-8/+231
|
* Enable comparing Closures for equalityNadrieril2020-01-251-1/+2
|
* Typecheck more casesNadrieril2020-01-251-53/+134
|
* Implement basic typecheck with new approachNadrieril2020-01-241-0/+147
|
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-231-0/+8
|
* Simplify type error typeNadrieril2020-01-211-2/+1
|
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-201-7/+9
| | | | Inspired from dhall_haskell
* Restore more types in value_to_tyexprNadrieril2020-01-192-1/+15
|