summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/ast/expr.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-13The syntax has very little sharing; no need for Rc anymoreNadrieril1-11/+5
2019-08-13Store Imports in their own node instead of in EmbedNadrieril1-3/+12
2019-08-13Considerably simplify Embed handlingNadrieril1-84/+26
2019-08-13Stop tracking the absence of Embed values at the type levelNadrieril1-14/+2
2019-08-13No need to track the absence of `Span`s at the type levelNadrieril1-68/+63
2019-08-08Add support for dependent typesNadrieril1-1/+5
2019-08-07Add truncated Natural subtractionNadrieril1-0/+1
2019-08-07Remove union literals from the languageNadrieril1-2/+0
2019-08-07Sort labels in projection expressionsNadrieril1-2/+2
2019-08-06Generalize empty list annotationsNadrieril1-1/+1
2019-08-06Add some new tests and implement import alternativesNadrieril1-0/+39
2019-08-06Remove old-style optional literalsNadrieril1-4/+0
2019-05-12TweakNadrieril1-12/+12
2019-05-12clippyNadrieril1-1/+0
2019-05-10Write a custom map type that allows duplicatesNadrieril1-4/+5
2019-05-09Small utility SubExpr::from_builtinNadrieril1-0/+4
2019-05-09ExprF need not be generic in LabelNadrieril1-53/+21
2019-05-09Make shift fallible and improve shift ergonomicsNadrieril1-9/+13
2019-05-09Detect duplicate record fields in typecheckNadrieril1-5/+4
2019-05-08Rename the record combining operators internallyNadrieril1-5/+5
2019-05-07Don't discard normalization work done by typecheckingNadrieril1-1/+1
2019-05-07Reorganize dhall_syntaxNadrieril1-0/+0
2019-05-07Clean up some of the SubExpr type-changing methodsNadrieril1-29/+11
2019-05-04We actually don't need SubExpr::shift anymoreNadrieril1-81/+0
2019-05-04Revert "Make SubExpr generic in the variable labels type"Nadrieril1-111/+96
2019-05-04Revert "Recover arrow type detection"Nadrieril1-14/+1
2019-05-04Recover arrow type detectionNadrieril1-1/+14
2019-05-04Make SubExpr generic in the variable labels typeNadrieril1-96/+111
2019-05-04Thread Spans through the ASTNadrieril1-40/+53
2019-05-04Move `Note`s into the spine of the ASTNadrieril1-41/+28
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-0/+0
2019-05-02Remove shift0Nadrieril1-23/+17
2019-04-30Fix shifting. This completely destroys sharing so performance is dead.Nadrieril1-1/+3
2019-04-29Don't shift by mutable refNadrieril1-7/+19
2019-04-29Properly substitute when typing AppNadrieril1-8/+15
2019-04-22Remove now obsolete subst_shiftNadrieril1-42/+1
2019-04-21Prepare for interop between two contextsNadrieril1-13/+21
2019-04-20An empty optional value is purely semanticNadrieril1-3/+1
2019-04-19A union constructor is a purely semantic valueNadrieril1-2/+0
2019-04-19Make App() only store one argumentNadrieril1-1/+1
2019-04-18subst_shift in a single passNadrieril1-5/+57
2019-04-18Use argument-position impl trait for mapping functionsNadrieril1-87/+39
2019-04-18Remove more duplicationNadrieril1-32/+34
2019-04-18Avoid an unnecessary unroll()Nadrieril1-3/+1
2019-04-18Reduce duplication between mapping functionsNadrieril1-57/+33
2019-04-18Deprecate some thingsNadrieril1-20/+5
2019-04-18Merge impl blocksNadrieril1-106/+104
2019-04-18Consistent type variable namingNadrieril1-33/+34
2019-04-18Start cleaning up the mess of mapping functionsNadrieril1-21/+90
2019-04-18Simplify implementation of shift and subst_shiftNadrieril1-27/+31