summaryrefslogtreecommitdiff
path: root/dhall/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use take_mut::take lightly since normalize_whnf might panicNadrieril2019-08-211-9/+18
* Reduce API surface of dhall crateNadrieril2019-08-202-21/+7
* Use Ret in apply_builtinNadrieril2019-08-201-6/+0
* Propagate type information in Value::app()Nadrieril2019-08-201-8/+15
* Track evaluation status alongside ValueF in VoVFNadrieril2019-08-202-36/+40
* No need for Cow in return type of get_typeNadrieril2019-08-201-3/+2
* Introduce a new enum to store either a Value or a ValueFNadrieril2019-08-202-6/+57
* Naming tweaksNadrieril2019-08-202-9/+8
* Add Value::from_builtinNadrieril2019-08-202-12/+5
* Clarify conversion of Const/Builtin to ValueNadrieril2019-08-201-5/+2
* CleanupNadrieril2019-08-202-16/+6
* Tweak Value APINadrieril2019-08-191-28/+19
* Merge TypedValue and ValueNadrieril2019-08-193-161/+88
* Reduce untyped construction of ValuesNadrieril2019-08-193-65/+51
* Use TypedValue instead of Typed in normalize and typecheckNadrieril2019-08-193-44/+39
* s/to_valuef/to_whnf/ and avoid cloning ValueFs when possibleNadrieril2019-08-192-23/+22
* Merge ValueInternal and TypedValueInternalNadrieril2019-08-181-111/+79
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-182-70/+63
* s/Thunk/Value/Nadrieril2019-08-175-775/+775
* Share type alongside the value in a thunkNadrieril2019-08-162-40/+110
* Use generic Shift/Subst implsNadrieril2019-08-163-192/+186
* Store type in ThunkNadrieril2019-08-162-58/+71
* Remove Const-optimization for nowNadrieril2019-08-161-14/+5
* s/Value/ValueF/Nadrieril2019-08-164-153/+155
* Try to minimize untyped TypedThunksNadrieril2019-08-161-7/+6
* fixup! No need for generic Context anymoreNadrieril2019-08-161-1/+1
* Free variables don't exist anymoreNadrieril2019-08-161-21/+13
* No need for generic Context anymoreNadrieril2019-08-161-75/+38
* Remove dead codeNadrieril2019-08-164-80/+21
* Reduce api surface of dhall crateNadrieril2019-08-164-52/+45
* rustfmtNadrieril2019-08-151-2/+1
* Fix variable substitutionNadrieril2019-08-151-4/+2
* Custom Debug impls to improve debug legibilityNadrieril2019-08-152-3/+37
* Remove special closures from ValueNadrieril2019-08-152-94/+7
* Fix bug in shifting contextsNadrieril2019-08-151-1/+10
* Fix typo in normalizationNadrieril2019-08-141-1/+1
* Considerably simplify Embed handlingNadrieril2019-08-132-7/+3
* Stop tracking the absence of Embed values at the type levelNadrieril2019-08-132-11/+11
* TyposNadrieril2019-08-131-2/+2
* s/TypeThunk/TypedThunk/gNadrieril2019-08-132-45/+47
* Swap Typed and TypeThunkNadrieril2019-08-131-21/+104
* Move api into its own crateNadrieril2019-08-131-4/+4
* Remove dhall::expr!() macroNadrieril2019-08-102-9/+45
* Add support for dependent typesNadrieril2019-08-082-1/+22
* Remove union literals from the languageNadrieril2019-08-071-12/+3
* Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2019-08-061-3/+5
* clippyNadrieril2019-05-123-5/+3
* Merge Type and TypedNadrieril2019-05-091-1/+1
* Make visibilities more consistentNadrieril2019-05-094-67/+54
* Reduce the distance between Type and TypedNadrieril2019-05-091-48/+11