summaryrefslogtreecommitdiff
path: root/dhall/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a few more pretty errorsNadrieril2019-11-111-0/+3
|
* Propagate more spansNadrieril2019-11-111-2/+6
|
* Store a `Span` in `Value`Nadrieril2019-11-111-4/+19
|
* Capture absence of span in Span itselfNadrieril2019-11-111-1/+2
|
* Add mapping functions to InterpolatedTextContentsNadrieril2019-09-032-26/+8
|
* Use map_mut in ValueF::normalize_mutNadrieril2019-09-032-16/+2
|
* Cleanup conversion of `Value` to `Expr`Nadrieril2019-08-302-93/+44
|
* Rename SubExpr to Expr, and Expr to RawExprNadrieril2019-08-282-7/+7
| | | | For clarity, and consistency with Value
* Check correctness of type info in a few more placesNadrieril2019-08-261-17/+43
|
* Remove now unnecessary VoVF enumNadrieril2019-08-252-76/+29
|
* Rework apply_builtin to enforce preservation of type informationNadrieril2019-08-251-17/+15
|
* Enforce type information almost everywhereNadrieril2019-08-252-33/+36
|
* Check consistency of type informationNadrieril2019-08-251-25/+28
|
* Keep type information through normalizationNadrieril2019-08-251-11/+28
|
* 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
| | | | | Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized
* 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
| | | | Helps detect unused code
* rustfmtNadrieril2019-08-151-2/+1
|
* Fix variable substitutionNadrieril2019-08-151-4/+2
| | | | I have no idea how this didn't get caught before
* Custom Debug impls to improve debug legibilityNadrieril2019-08-152-3/+37
|
* Remove special closures from ValueNadrieril2019-08-152-94/+7
| | | | Instead construct their values directly
* Fix bug in shifting contextsNadrieril2019-08-151-1/+10
|
* Fix typo in normalizationNadrieril2019-08-141-1/+1
|