summaryrefslogtreecommitdiff
path: root/dhall (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril3-15/+10
2019-04-11Thread lifetimes through other newtypesNadrieril8-156/+175
2019-04-11Add lifetime parameters to Parsed and ResolvedNadrieril5-23/+52
2019-04-11Remove type parameter from TypeErrorNadrieril3-28/+27
2019-04-11Respect import boundariesNadrieril5-49/+63
2019-04-11Be more civilized when typecheck case unimplementedNadrieril1-2/+3
2019-04-11Ditch quick_error because it doesn't support generic parametersNadrieril3-35/+50
2019-04-11Improve simple type handling in typecheckNadrieril2-37/+39
2019-04-11Abstract get_type() into a traitNadrieril6-49/+96
2019-04-11Handle untyped case differently from the type of SortNadrieril4-75/+107
2019-04-11`Some` is not a builtin, it's a keywordNadrieril1-1/+0
2019-04-11Remove premature #[inline(always)]Nadrieril1-18/+0
2019-04-11Add basic deserialization supportNadrieril6-12/+95
2019-04-10Simplify test harnessNadrieril4-121/+99
2019-04-10Display error messagesNadrieril1-0/+5
2019-04-10Allow providing type for typechecking in APINadrieril4-20/+21
2019-04-10Mild cleanup importsNadrieril2-18/+16
2019-04-10Cleanup error handlingNadrieril5-56/+51
2019-04-10Split traits module into submodulesNadrieril3-50/+47
2019-04-10Add error submoduleNadrieril4-8/+8
2019-04-10Write main lib docNadrieril1-0/+106
2019-04-10Prepare for serde supportNadrieril3-0/+11
2019-04-10Add a new Deserialize trait for reading dhall valuesNadrieril2-0/+64
2019-04-10s/load_from/parse/Nadrieril3-20/+20
2019-04-10Add SimpleType and SimpeStaticType. Derive the latterNadrieril5-61/+147
2019-04-09Update dhall-lang submoduleNadrieril1-1/+0
2019-04-08clippyNadrieril4-31/+40
2019-04-08Limit public APINadrieril3-14/+8
2019-04-08Rename spec testsNadrieril4-601/+601
2019-04-08Move spec tests into the relevant filesNadrieril9-659/+668
2019-04-07TweaksNadrieril2-4/+2
2019-04-07Restrict public APINadrieril7-71/+104
2019-04-07FixNadrieril1-0/+1
2019-04-07Use macros in typecheck; much cleanerNadrieril1-132/+125
2019-04-07Universe hierarchy is overkillNadrieril2-77/+63
2019-04-07More typecheckNadrieril1-66/+89
2019-04-07Avoid constructing exprs manually when possibleNadrieril5-19/+24
2019-04-07Store Normalized in type errorNadrieril1-46/+66
2019-04-07Augment stack size for typecheck testsNadrieril3-8/+30
2019-04-07Handle universe error properlyNadrieril1-35/+49
2019-04-07Put a Cow in TypeNadrieril3-76/+84
2019-04-07More typecheckNadrieril1-78/+86
2019-04-06More improvements to typecheckNadrieril1-133/+114
2019-04-06Store the whole type hierarchy in a TypeNadrieril2-110/+167
2019-04-06Add Sort type universeNadrieril2-9/+12
2019-04-06Start taking Typed seriouslyNadrieril3-111/+135
2019-04-06Thread Typed through type_withNadrieril3-66/+67
2019-04-06Move binary decoding to new APINadrieril4-32/+66
2019-04-06Massage import loading into new APINadrieril3-51/+83
2019-04-06Define some newtypes for ExprNadrieril2-8/+37