summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Oops, this endeavour is doomedNadrieril2020-01-171-0/+1
|
* Use binder ids to reconstruct variables in expr outputNadrieril2020-01-175-40/+75
|
* Simplify Value::to_exprNadrieril2020-01-172-78/+52
|
* Use binder ids for Value equalityNadrieril2020-01-172-8/+74
|
* Store corresponding binder id in AlphaVarNadrieril2020-01-172-11/+16
|
* Assign a unique id to each binderNadrieril2020-01-172-5/+25
|
* Introduce a notion of binderNadrieril2020-01-175-46/+56
|
* Implement traverse_ref for ValueKindNadrieril2020-01-176-2/+169
|
* Parameterize ValueKind by its subnodesNadrieril2020-01-174-23/+29
|
* Revert "Implement PartialEq manually for ValueKind"Nadrieril2020-01-171-64/+1
| | | | This reverts commit 88c31554561bd7a600560af0e6bc97c48649f43f.
* Implement PartialEq manually for ValueKindNadrieril2020-01-171-1/+64
|
* Construct T/Build closures in Expr spaceNadrieril2020-01-173-64/+58
|
* Tiny clarificationNadrieril2020-01-171-13/+10
|
* s/TypecheckContext/TyCtx/Nadrieril2020-01-174-30/+19
|
* Make TypecheckContext a named structNadrieril2020-01-171-9/+11
|
* TypecheckContext doesn't need RcNadrieril2020-01-171-14/+18
| | | | It's almost never cloned anymore
* TypecheckContext doesn't need PartialEqNadrieril2020-01-171-9/+0
|
* releaseNadrieril2020-01-166-9/+11
|
* Merge pull request #125 from Nadrieril/improve-apiNadrieril Feneanar2020-01-165-71/+296
|\ | | | | Improve API
| * Deserialize more typesNadrieril2020-01-165-21/+210
| |
| * Improve serde_dhall docs greatlyNadrieril2020-01-161-50/+86
|/
* Update dhall-lang submoduleNadrieril2019-12-275-23/+9
|
* Ensure normalization respects var names on the noseNadrieril2019-12-243-18/+14
|
* Ensure inferred type is always in normal formNadrieril2019-12-244-7/+19
|
* Ensure the output of type inference matches the spec variable namesNadrieril2019-12-242-9/+9
|
* Add missing serde link to READMENadrieril2019-12-241-1/+1
|
* Reorder badgesNadrieril2019-12-241-1/+1
|
* Add badges to READMENadrieril2019-12-241-0/+4
|
* Release new versionNadrieril2019-12-246-9/+15
|
* Merge pull request #124 from Nadrieril/catchup-specNadrieril Feneanar2019-12-2495-362/+507
|\ | | | | Catchup on standard changes
| * Note waiting for release of abnfNadrieril2019-12-241-1/+1
| |
| * Extend merge to work on OptionalsNadrieril2019-12-2411-12/+64
| |
| * Add debug output to unhandled type error messageNadrieril2019-12-2479-79/+79
| |
| * Update dhall-lang submoduleNadrieril2019-12-232-10/+18
| |
| * Update dhall-lang submoduleNadrieril2019-12-232-1/+1
| |
| * Update dhall-lang submoduleNadrieril2019-12-234-13/+22
| |
| * Update dhall-lang submoduleNadrieril2019-12-232-1/+7
| |
| * Add two new Integer builtinsNadrieril2019-12-236-0/+20
| |
| * Update dhall-lang submoduleNadrieril2019-12-222-0/+13
| |
| * Update abnf dependency in the hopes of fixing a bugNadrieril2019-12-225-84/+129
| |
| * Update dhall-lang submoduleNadrieril2019-12-222-77/+42
| |
| * rustfmtNadrieril2019-12-222-7/+8
| |
| * Update dhall-lang submoduleNadrieril2019-12-222-1/+1
| |
| * Update dhall-lang submoduleNadrieril2019-12-222-1/+1
| |
| * Implement parsing for record completionNadrieril2019-12-2211-8/+68
| |
| * Update dhall-lang submoduleNadrieril2019-12-224-6/+4
| |
| * Update dhall-lang submoduleNadrieril2019-12-226-1/+15
| |
| * Put test builders in a vecNadrieril2019-12-221-79/+33
|/
* Merge pull request #122 from Nadrieril/publishNadrieril Feneanar2019-12-2214-89/+82
|\ | | | | Publish to crates.io
| * FixNadrieril2019-12-211-2/+2
| |