summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Expose fewer pub thingsNadrieril2020-02-196-53/+18
| * Update spec to version 13Nadrieril2020-02-192-4/+14
* | Merge pull request #131 from Nadrieril/hirNadrieril Feneanar2020-02-1957-2480/+2237
|\|
| * Avoid re-typechecking after importNadrieril2020-02-197-15/+26
| * Discard import headers while we don't use themNadrieril2020-02-183-13/+10
| * Remove useless `normalize` option from ToExprOptionsNadrieril2020-02-183-26/+6
| * Borrow relevant Hir from TirNadrieril2020-02-185-40/+52
| * Remove spans from NirNadrieril2020-02-171-15/+7
| * Rename Value to NirNadrieril2020-02-1712-401/+377
| * Rename TyExpr to TirNadrieril2020-02-175-31/+29
| * Remove some unused codeNadrieril2020-02-171-24/+0
| * Factor out desugaring from resolveNadrieril2020-02-171-22/+31
| * Extract resolve-relevant envs togetherNadrieril2020-02-174-112/+118
| * Move hir and resolve into a moduleNadrieril2020-02-175-2/+6
| * Avoid recomputing universes in tckNadrieril2020-02-167-59/+97
| * Oops, leftover #![allow(dead_code)]Nadrieril2020-02-161-17/+1
| * Start requiring Universe to build a TypeNadrieril2020-02-167-180/+218
| * Introduce proper Type structNadrieril2020-02-155-57/+121
| * Desugar Completion during resolutionNadrieril2020-02-155-55/+49
| * Factor some tck code to avoid needing get_type_tyexprNadrieril2020-02-155-52/+88
| * OopsNadrieril2020-02-142-16/+14
| * TyExpr always carries a typeNadrieril2020-02-134-89/+68
| * Rework annotation and Sort handlingNadrieril2020-02-1316-87/+114
| * Simplify conversions to/from TyExprNadrieril2020-02-138-108/+108
| * Only store type at root node in tyexprNadrieril2020-02-132-29/+26
| * Introduce LitKind to factor out common enum nodesNadrieril2020-02-1111-163/+185
| * Simplify ExprKind visitorNadrieril2020-02-112-140/+84
| * Remove the Embed variant from ExprKindNadrieril2020-02-1115-137/+80
| * Remove need for EmbedNadrieril2020-02-104-20/+22
| * Remove types from NzEnvNadrieril2020-02-097-42/+47
| * Automate conversion between envsNadrieril2020-02-093-22/+26
| * Remove all types from ValueNadrieril2020-02-095-89/+16
| * Take Hir for typecheckNadrieril2020-02-097-57/+58
| * Resolve variables alongside import resolutionNadrieril2020-02-098-83/+161
| * Resolve by ref instead of by mutNadrieril2020-02-093-274/+81
| * Introduce environment for import resolutionNadrieril2020-02-091-31/+56
| * Remove extra types stored in ValueNadrieril2020-02-093-47/+20
| * Remove most TyExpr from normalizationNadrieril2020-02-0916-126/+98
| * Add Hir as untyped alternative to TyExprNadrieril2020-02-095-65/+133
| * Remove move type propagation through ValueNadrieril2020-02-095-237/+86
| * Remove most reliance on types stored in ValueNadrieril2020-02-095-67/+88
|/
* Upgrade Rust toolchainNadrieril2020-02-093-4/+1
* Merge pull request #130 from Nadrieril/improve-testsNadrieril Feneanar2020-02-09173-184/+633
|\
| * Track error output of parsing and binary decoding testsNadrieril2020-02-0963-7/+325
| * Remove distinction between failure and error testsNadrieril2020-02-092-40/+4
| * Add option to overwrite test filesNadrieril2020-02-092-48/+136
| * Move ui outputs to a sensible placeNadrieril2020-02-09109-16/+11
| * Massively deduplicate test harnessNadrieril2020-02-094-159/+199
| * Track output of import errorsNadrieril2020-02-094-0/+44
|/
* Add forgotten test outputsNadrieril2020-02-066-0/+40