summaryrefslogtreecommitdiff
path: root/dhall/src/core/value.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-10Remove dhall::expr!() macroNadrieril1-5/+45
2019-08-08Add support for dependent typesNadrieril1-1/+18
2019-08-07Remove union literals from the languageNadrieril1-12/+3
2019-08-06Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril1-3/+5
2019-05-12clippyNadrieril1-1/+1
2019-05-09Make visibilities more consistentNadrieril1-13/+10
2019-05-09ExprF need not be generic in LabelNadrieril1-3/+1
2019-05-09Make shift fallible and improve shift ergonomicsNadrieril1-53/+68
2019-05-09Detect duplicate record fields in typecheckNadrieril1-6/+6
2019-05-08Implement normalization of missing builtinsNadrieril1-2/+7
2019-05-07Promote shift and subst_shift to traitsNadrieril1-3/+7
2019-05-07Move AlphaVar and AlphaLabel into a new moduleNadrieril1-103/+2
2019-05-07Small mistakeNadrieril1-1/+1
2019-05-07Document Value and ThunkNadrieril1-5/+16
2019-05-06Move main datatypes into their own modulesNadrieril1-0/+616