summaryrefslogtreecommitdiff
path: root/dhall_core/src/context.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-08Slowly propagate the new type parameter throughout the codebaseNadrieril1-2/+2
2019-03-08Generalise Context on its type of keysNadrieril1-8/+10
2019-03-06Move context to dhall_coreNadrieril1-0/+0
2019-03-06rustfmtNadrieril1-1/+6
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+0
2017-09-08fixed some clippy warningsAndre Bogus1-2/+2
2017-03-10Fix context lookup orderNanoTech1-1/+1
2017-03-10Replace Cow<'i, str> with &'i str in ExprNanoTech1-3/+2
2017-03-10Begin implementing type checkingNanoTech1-0/+52