summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add travis integrationNadrieril2019-03-192-11/+18
* Implement a few more primitivesNadrieril2019-03-183-38/+65
* Split List literal between empty and non-emptyNadrieril2019-03-184-32/+41
* tweaksNadrieril2019-03-181-4/+14
* Split off builtin application normalization for clarityNadrieril2019-03-181-168/+149
* Improve normalization ergonomicsNadrieril2019-03-181-145/+150
* Improve ergonomics of typecheckingNadrieril2019-03-181-354/+248
* Considerably simplify subst, shift and typecheckingNadrieril2019-03-184-241/+88
* Clean up some mess relating to Clone boundsNadrieril2019-03-172-13/+13
* Use Rc consistently everywhereNadrieril2019-03-175-436/+554
* Use Rc instead of Box in AST to allow structural sharingNadrieril2019-03-163-7/+10
* Use Box more uniformly in ASTNadrieril2019-03-163-102/+107
* Store an Option in OptionalLit instead of a vecNadrieril2019-03-163-31/+24
* rustfmtNadrieril2019-03-151-26/+24
* Get rid of box patternsNadrieril2019-03-152-14/+13
* Store a vec in AppNadrieril2019-03-153-161/+147
* Split different tests features into their own filesNadrieril2019-03-154-238/+241
* Rework test harnessNadrieril2019-03-152-591/+594
* Update spec submodule and add new testsNadrieril2019-03-151-1/+172
* Handle and parse interpolated stringsNadrieril2019-03-145-13/+30
* Implement binary decodingNadrieril2019-03-145-11/+237
* rustfmtNadrieril2019-03-121-2/+10
* Handle Some and None builtinsNadrieril2019-03-122-33/+42
* Greatly reduce parser stack usageNadrieril2019-03-121-1/+1
* Fix stack overflows in prelude testsNadrieril2019-03-111-4/+4
* Fix List/fold implementationNadrieril2019-03-112-16/+14
* Update dhall-lang and reactivate prelude testsNadrieril2019-03-111-127/+127
* Normalize lazilyNadrieril2019-03-111-166/+212
* Considerably simplify typecheck using dhall_expr!()Nadrieril2019-03-091-96/+50
* Add typecheck testsNadrieril2019-03-092-0/+178
* Obey clippy lintsNadrieril2019-03-095-6/+10
* Remove the pervasive Label type parameterNadrieril2019-03-095-93/+65
* Use new Label type everywhereNadrieril2019-03-095-88/+64
* Use new Label type instead of &str in parserNadrieril2019-03-092-3/+3
* Disable Prelude tests for nowNadrieril2019-03-091-127/+134
* A whole new bunch of tests now pass !Nadrieril2019-03-093-52/+54
* Rename dhall! to dhall_expr! for clarityNadrieril2019-03-091-5/+5
* Recursive imports work !Nadrieril2019-03-091-2/+2
* rustfmtNadrieril2019-03-091-16/+34
* First import works !Nadrieril2019-03-094-74/+93
* Clean up some of the messNadrieril2019-03-082-24/+17
* Rename Expr back to its true nameNadrieril2019-03-086-84/+84
* Finally get rid of all the &'i strNadrieril2019-03-085-108/+114
* Make labels non-CopyNadrieril2019-03-082-8/+8
* rustfmtNadrieril2019-03-082-5/+9
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-085-83/+106
* Generalise Context on its type of keysNadrieril2019-03-081-4/+4
* Make Expr generic in its type of labelsNadrieril2019-03-082-4/+5
* Make test harness less macro-yNadrieril2019-03-072-59/+126
* rustfmtNadrieril2019-03-063-35/+46