summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement a few more primitivesNadrieril2019-03-182-17/+44
* Split List literal between empty and non-emptyNadrieril2019-03-183-29/+38
* 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-183-237/+87
* Clean up some mess relating to Clone boundsNadrieril2019-03-172-13/+13
* Use Rc consistently everywhereNadrieril2019-03-174-427/+545
* 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
* Handle and parse interpolated stringsNadrieril2019-03-142-5/+17
* Implement binary decodingNadrieril2019-03-142-0/+215
* rustfmtNadrieril2019-03-121-2/+10
* Handle Some and None builtinsNadrieril2019-03-121-1/+10
* Fix List/fold implementationNadrieril2019-03-111-4/+4
* Normalize lazilyNadrieril2019-03-111-166/+212
* Considerably simplify typecheck using dhall_expr!()Nadrieril2019-03-091-96/+50
* Obey clippy lintsNadrieril2019-03-095-6/+10
* Remove the pervasive Label type parameterNadrieril2019-03-094-90/+64
* Use new Label type everywhereNadrieril2019-03-094-85/+61
* Use new Label type instead of &str in parserNadrieril2019-03-092-3/+3
* A whole new bunch of tests now pass !Nadrieril2019-03-092-1/+2
* 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-093-51/+85
* Clean up some of the messNadrieril2019-03-082-24/+17
* Rename Expr back to its true nameNadrieril2019-03-085-83/+83
* Finally get rid of all the &'i strNadrieril2019-03-084-106/+111
* Make labels non-CopyNadrieril2019-03-082-8/+8
* rustfmtNadrieril2019-03-081-1/+1
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-084-80/+103
* 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-071-0/+46
* rustfmtNadrieril2019-03-063-35/+46
* Finally get rid of old parserNadrieril2019-03-061-28/+2
* Start parsing importsNadrieril2019-03-064-5/+14
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-064-2/+186
* rustfmtNadrieril2019-03-061-1/+1
* Move context to dhall_coreNadrieril2019-03-063-58/+1
* Split-off normalization into its own crateNadrieril2019-03-062-1/+3
* Split-off core into its own crateNadrieril2019-03-068-2611/+8
* rustfmtNadrieril2019-03-067-291/+535
* Implement normalization for some more builtinsNadrieril2019-03-061-5/+16