summaryrefslogtreecommitdiff
path: root/dhall (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15Update spec submodule and add new testsNadrieril1-1/+172
2019-03-14Handle and parse interpolated stringsNadrieril5-13/+30
2019-03-14Implement binary decodingNadrieril5-11/+237
2019-03-12rustfmtNadrieril1-2/+10
2019-03-12Handle Some and None builtinsNadrieril2-33/+42
2019-03-12Greatly reduce parser stack usageNadrieril1-1/+1
2019-03-11Fix stack overflows in prelude testsNadrieril1-4/+4
2019-03-11Fix List/fold implementationNadrieril2-16/+14
2019-03-11Update dhall-lang and reactivate prelude testsNadrieril1-127/+127
2019-03-11Normalize lazilyNadrieril1-166/+212
2019-03-09Considerably simplify typecheck using dhall_expr!()Nadrieril1-96/+50
2019-03-09Add typecheck testsNadrieril2-0/+178
2019-03-09Obey clippy lintsNadrieril5-6/+10
2019-03-09Remove the pervasive Label type parameterNadrieril5-93/+65
2019-03-09Use new Label type everywhereNadrieril5-88/+64
2019-03-09Use new Label type instead of &str in parserNadrieril2-3/+3
2019-03-09Disable Prelude tests for nowNadrieril1-127/+134
2019-03-09A whole new bunch of tests now pass !Nadrieril3-52/+54
2019-03-09Rename dhall! to dhall_expr! for clarityNadrieril1-5/+5
2019-03-09Recursive imports work !Nadrieril1-2/+2
2019-03-09rustfmtNadrieril1-16/+34
2019-03-09First import works !Nadrieril4-74/+93
2019-03-08Clean up some of the messNadrieril2-24/+17
2019-03-08Rename Expr back to its true nameNadrieril6-84/+84
2019-03-08Finally get rid of all the &'i strNadrieril5-108/+114
2019-03-08Make labels non-CopyNadrieril2-8/+8
2019-03-08rustfmtNadrieril2-5/+9
2019-03-08Slowly propagate the new type parameter throughout the codebaseNadrieril5-83/+106
2019-03-08Generalise Context on its type of keysNadrieril1-4/+4
2019-03-08Make Expr generic in its type of labelsNadrieril2-4/+5
2019-03-07Make test harness less macro-yNadrieril2-59/+126
2019-03-06rustfmtNadrieril3-35/+46
2019-03-06Finally get rid of old parserNadrieril2-35/+4
2019-03-06Start parsing importsNadrieril5-6/+15
2019-03-06Merge dhall_normalize back into dhall; that was unnecessaryNadrieril6-4/+187
2019-03-06rustfmtNadrieril1-1/+1
2019-03-06Simplify normalization using dhall! macroNadrieril1-1/+1
2019-03-06Move context to dhall_coreNadrieril3-58/+1
2019-03-06Remove doctest noise from cargo testNadrieril1-0/+3
2019-03-06Split-off normalization into its own crateNadrieril4-1/+5
2019-03-06Split-off core into its own crateNadrieril11-2624/+10
2019-03-06rustfmtNadrieril8-311/+570
2019-03-06Implement normalization for some more builtinsNadrieril3-15/+56
2019-03-06rustfmtNadrieril1-167/+292
2019-03-06Add missing builtinsNadrieril1-9/+27
2019-03-05Merge binary operations in ASTNadrieril4-126/+106
2019-03-05Update test listNadrieril2-22/+22
2019-03-05Use core aliases for number typesNadrieril1-3/+4
2019-03-05Parse doublesNadrieril1-0/+16
2019-03-05Add literal_expression_raw backNadrieril1-29/+28