summaryrefslogtreecommitdiff
path: root/dhall (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-23Update dhall-lang submoduleNadrieril1-2/+3
2019-03-23Handle double overflows in parserNadrieril1-2/+2
2019-03-23Parse unicode escapes in stringNadrieril1-1/+1
2019-03-22Handle quoted labelsNadrieril1-1/+1
2019-03-22oopsNadrieril1-7/+7
2019-03-22Parse a lot more of the import typesNadrieril3-17/+91
2019-03-22Improve binary decoding errorsNadrieril1-14/+25
2019-03-21Improve import handling in parserNadrieril5-6/+44
2019-03-21rustfmtNadrieril1-11/+3
2019-03-21Follow the spec for handling DoublesNadrieril2-2/+2
2019-03-21Represent Optional literals more faithfullyNadrieril3-39/+20
2019-03-21Rename Record/Union to RecordType/UnionTypeNadrieril2-7/+7
2019-03-21Reorganize dhall_core a bitNadrieril4-7/+7
2019-03-20Make parser implementation non-recursiveNadrieril1-16/+1
2019-03-20Cleanup parser codeNadrieril1-1/+1
2019-03-20Obsolete old parser macros; performance is now deadNadrieril1-1/+1
2019-03-20Handle simple parsing cases with new macrosNadrieril1-1/+1
2019-03-19rustfmtNadrieril2-15/+21
2019-03-19Test printer in parser testsNadrieril1-0/+5
2019-03-19Add travis integrationNadrieril2-11/+18
2019-03-18Implement a few more primitivesNadrieril3-38/+65
2019-03-18Split List literal between empty and non-emptyNadrieril4-32/+41
2019-03-18tweaksNadrieril1-4/+14
2019-03-18Split off builtin application normalization for clarityNadrieril1-168/+149
2019-03-18Improve normalization ergonomicsNadrieril1-145/+150
2019-03-18Improve ergonomics of typecheckingNadrieril1-354/+248
2019-03-18Considerably simplify subst, shift and typecheckingNadrieril4-241/+88
2019-03-17Clean up some mess relating to Clone boundsNadrieril2-13/+13
2019-03-17Use Rc consistently everywhereNadrieril5-436/+554
2019-03-16Use Rc instead of Box in AST to allow structural sharingNadrieril3-7/+10
2019-03-16Use Box more uniformly in ASTNadrieril3-102/+107
2019-03-16Store an Option in OptionalLit instead of a vecNadrieril3-31/+24
2019-03-15rustfmtNadrieril1-26/+24
2019-03-15Get rid of box patternsNadrieril2-14/+13
2019-03-15Store a vec in AppNadrieril3-161/+147
2019-03-15Split different tests features into their own filesNadrieril4-238/+241
2019-03-15Rework test harnessNadrieril2-591/+594
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