summaryrefslogtreecommitdiff
path: root/dhall_core/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-09rustfmtNadrieril1-22/+31
2019-03-09First import works !Nadrieril2-1/+13
2019-03-08Clean up some of the messNadrieril1-2/+13
2019-03-08Rename Expr back to its true nameNadrieril3-127/+126
2019-03-08Finally get rid of all the &'i strNadrieril1-10/+10
2019-03-08Make labels non-CopyNadrieril1-96/+91
2019-03-08Slowly propagate the new type parameter throughout the codebaseNadrieril2-87/+186
2019-03-08Generalise Context on its type of keysNadrieril1-8/+10
2019-03-08Make Expr generic in its type of labelsNadrieril2-92/+93
2019-03-07Revert "Start moving strs in the AST"Nadrieril3-170/+166
2019-03-07Start moving strs in the ASTNadrieril3-166/+170
2019-03-06rustfmtNadrieril1-5/+3
2019-03-06Finally get rid of old parserNadrieril5-597/+22
2019-03-06Start parsing importsNadrieril3-18/+134
2019-03-06Reorder rule in parser to match grammarNadrieril1-108/+110
2019-03-06rustfmtNadrieril2-3/+11
2019-03-06Considerably remove clutter in normalizeNadrieril1-3/+68
2019-03-06Remove FailedParse variantNadrieril1-4/+0
2019-03-06Move context to dhall_coreNadrieril2-0/+57
2019-03-06Split-off normalization into its own crateNadrieril1-286/+4
2019-03-06Split-off core into its own crateNadrieril6-0/+2607