summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* TypecheckContext doesn't need PartialEqNadrieril2020-01-171-9/+0
* releaseNadrieril2020-01-161-1/+1
* Deserialize more typesNadrieril2020-01-161-0/+4
* Update dhall-lang submoduleNadrieril2019-12-271-8/+7
* Ensure normalization respects var names on the noseNadrieril2019-12-242-18/+13
* 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
* Release new versionNadrieril2019-12-241-1/+1
* Extend merge to work on OptionalsNadrieril2019-12-245-5/+47
* Add debug output to unhandled type error messageNadrieril2019-12-241-1/+1
* Update dhall-lang submoduleNadrieril2019-12-231-10/+18
* Update dhall-lang submoduleNadrieril2019-12-232-13/+14
* Add two new Integer builtinsNadrieril2019-12-235-0/+20
* Update dhall-lang submoduleNadrieril2019-12-221-77/+42
* rustfmtNadrieril2019-12-222-7/+8
* Implement parsing for record completionNadrieril2019-12-229-8/+52
* Update dhall-lang submoduleNadrieril2019-12-221-0/+2
* Update dhall-lang submoduleNadrieril2019-12-222-1/+10
* Bump dhall versionNadrieril2019-12-211-1/+1
* Generate parser manually to make the crate publishableNadrieril2019-12-211-3/+9
* Prepare for publishing on crates.ioNadrieril2019-12-211-0/+1
* Simplify iterator impls for DupTreeMapNadrieril2019-12-201-172/+115
* Use smallvec instead of custom structNadrieril2019-12-201-77/+22
* Move ValueKind into value.rsNadrieril2019-12-208-279/+269
* Reorder value.rsNadrieril2019-12-201-81/+81
* Fix some commentsNadrieril2019-12-202-11/+4
* Remove Expr::as_mutNadrieril2019-12-201-9/+6
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-205-14/+19
* Reorganize printerNadrieril2019-12-201-135/+132
* Use a named struct instead of a tuple in ExprNadrieril2019-12-201-10/+19
* Remove an unused implNadrieril2019-12-201-7/+1
* Reorganize ast::exprNadrieril2019-12-201-75/+76
* s/ExprF/ExprKind/Nadrieril2019-12-2011-148/+156
* Move error module to root of crateNadrieril2019-12-2012-10/+10
* Move out conversion from value back to ast to its own fileNadrieril2019-12-195-91/+125