summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try property testing against reference implementationNadrieril2019-04-253-0/+401
|
* Correctly shift values before inserting into contextNadrieril2019-04-251-4/+7
|
* normalize_to_type can use the captured contextNadrieril2019-04-251-14/+14
|
* RecordTypesNadrieril2019-04-231-62/+108
|
* Fix shifting under PiNadrieril2019-04-231-13/+29
|
* Silence warningsNadrieril2019-04-232-0/+5
|
* Avoid duplicating TypeInternal in TypedImprovedNadrieril2019-04-231-44/+40
|
* Avoid constructing ExprF::Pi while typecheckingNadrieril2019-04-231-57/+93
|
* Avoid duplicating work when matching on Pi typesNadrieril2019-04-235-40/+118
|
* Pass TypedImproved directly to type_last_layerNadrieril2019-04-231-40/+55
|
* Temporarily simplify functions depending on TypeInternalNadrieril2019-04-223-41/+35
|
* Pass through new TypedImproved typeNadrieril2019-04-221-25/+92
|
* Store context in TypedNadrieril2019-04-223-33/+39
|
* Remove now obsolete subst_shiftNadrieril2019-04-221-42/+1
|
* Avoid shift_subst in typecheckNadrieril2019-04-222-32/+40
|
* Prepare for interop between two contextsNadrieril2019-04-214-38/+112
|
* Factor out context handlingNadrieril2019-04-212-19/+34
|
* Embrace TypeInternal as a semantic valueNadrieril2019-04-214-9/+25
|
* Move TypeInternal to typecheckNadrieril2019-04-202-23/+31
|
* CleanupNadrieril2019-04-201-3/+0
|
* Improve test failure ergonomicsNadrieril2019-04-203-10/+37
|
* Update readme completion countersNadrieril2019-04-201-3/+3
|
* Merge branch 'whnf'Nadrieril2019-04-2018-492/+973
|\ | | | | | | | | | | | | Massive normalization rewrite, for greatly improved flexibility and performance. Closes #84
| * An empty optional value is purely semanticNadrieril2019-04-208-35/+15
| |
| * Implement more normalization simplificationsNadrieril2019-04-202-36/+40
| |
| * shift by mutable ref to avoid reallocationsNadrieril2019-04-201-80/+71
| |
| * TweaksNadrieril2019-04-201-5/+6
| |
| * AppliedBuiltin does not need a contextNadrieril2019-04-201-25/+23
| |
| * Avoid a lot of unnecessary cloning in apply_builtinNadrieril2019-04-202-126/+184
| |
| * improved_slice_patterns now returns ownership on errorNadrieril2019-04-206-13/+35
| |
| * CleanupNadrieril2019-04-201-166/+144
| |
| * Swap importNadrieril2019-04-201-62/+54
| |
| * Remove last remnant of expr buildingNadrieril2019-04-201-12/+29
| |
| * Introduce special closures to avoid constructing exprsNadrieril2019-04-201-34/+67
| |
| * Avoid a lot of slow Expr costructionNadrieril2019-04-201-73/+52
| |
| * FormattingNadrieril2019-04-201-153/+152
| |
| * Remove WHNF/Closure distinctionNadrieril2019-04-201-132/+113
| |
| * Refcount contexts to avoid clonesNadrieril2019-04-201-40/+40
| |
| * Rewrite apply_builtin to work on WHNFsNadrieril2019-04-201-152/+160
| |
| * More cleanupNadrieril2019-04-201-125/+51
| |
| * Cleanup leftover normalization codeNadrieril2019-04-201-58/+10
| |
| * Text interpolationNadrieril2019-04-202-19/+35
| |
| * Text literalsNadrieril2019-04-202-3/+66
| |
| * Improve WHNF ergonomicsNadrieril2019-04-201-104/+135
| | | | | | | | This will be needed for the apply_builtin rewrite anyways
| * Simplify apply_builtinNadrieril2019-04-201-111/+69
| |
| * Optionals and unionsNadrieril2019-04-201-24/+96
| |
| * Natural literals and simplificationsNadrieril2019-04-191-14/+32
| |
| * Implement boolean simplificationsNadrieril2019-04-191-24/+31
| |
| * Boolean literalsNadrieril2019-04-191-10/+34
| |
| * List literalsNadrieril2019-04-191-7/+47
| |