summaryrefslogtreecommitdiff
path: root/dhall/src/phase (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge TypedValue and ValueNadrieril2019-08-193-166/+117
|
* Reduce untyped construction of ValuesNadrieril2019-08-192-43/+62
|
* Use TypedValue instead of Typed in normalize and typecheckNadrieril2019-08-193-262/+187
| | | | | 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-193-158/+149
|
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-181-8/+21
|
* s/Thunk/Value/Nadrieril2019-08-173-150/+152
|
* s/Value/ValueF/Nadrieril2019-08-163-184/+188
|
* Try to minimize untyped TypedThunksNadrieril2019-08-162-25/+36
|
* Remove dead codeNadrieril2019-08-163-34/+6
|
* Typecheck before normalizing in testsNadrieril2019-08-161-4/+1
|
* Avoid capture when typechecking union constructorNadrieril2019-08-161-2/+1
|
* Reduce api surface of dhall crateNadrieril2019-08-166-46/+41
| | | | Helps detect unused code
* Use `!` type instead of custom empty typeNadrieril2019-08-161-3/+3
|
* Disable some unused unstable featuresNadrieril2019-08-153-4/+3
|
* Remove special closures from ValueNadrieril2019-08-151-42/+55
| | | | Instead construct their values directly
* Implement inline headers parsingNadrieril2019-08-132-35/+23
|
* Implement Hash for ParsedSubExprNadrieril2019-08-132-23/+34
|
* Store Imports in their own node instead of in EmbedNadrieril2019-08-134-13/+25
|
* Considerably simplify Embed handlingNadrieril2019-08-132-3/+1
|
* Stop tracking the absence of Embed values at the type levelNadrieril2019-08-133-19/+17
|
* No need to track the absence of `Span`s at the type levelNadrieril2019-08-134-39/+36
|
* s/TypeThunk/TypedThunk/gNadrieril2019-08-133-41/+49
|
* Swap Typed and TypeThunkNadrieril2019-08-131-70/+25
|
* Remove ensure_... macros in typecheckNadrieril2019-08-121-115/+89
| | | | They weren't worth it
* Remove dhall::expr!() macroNadrieril2019-08-102-29/+81
| | | | It's a lot of hassle for not a lot of benefit
* Update dhall-lang submoduleNadrieril2019-08-101-0/+13
|
* Update dhall-lang submoduleNadrieril2019-08-081-0/+1
|
* Add support for dependent typesNadrieril2019-08-083-23/+56
|
* Update dhall-lang submoduleNadrieril2019-08-071-0/+3
|
* Flatten nested let bindingsNadrieril2019-08-071-6/+40
|
* Remove an annoying redundancy in the test harnessNadrieril2019-08-071-2/+2
|
* Add binary-decode testsNadrieril2019-08-071-0/+21
|
* Add truncated Natural subtractionNadrieril2019-08-072-0/+11
|
* Remove union literals from the languageNadrieril2019-08-073-25/+3
|
* Various parsing tweaksNadrieril2019-08-071-3/+3
|
* Generalize empty list annotationsNadrieril2019-08-061-2/+6
|
* Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2019-08-063-42/+66
|
* rustfmtNadrieril2019-08-061-1/+2
|
* Auto-generate typechecking tests listNadrieril2019-08-061-395/+0
|
* Change some testsNadrieril2019-08-061-0/+5
|
* RFC3986 URLsNadrieril2019-08-061-1/+7
|
* Add some testsNadrieril2019-08-061-0/+10
|
* Add some new tests and implement import alternativesNadrieril2019-08-062-3/+3
|
* rustfmtNadrieril2019-08-061-7/+10
|
* Update dhall-lang submoduleNadrieril2019-08-061-0/+2
|
* Remove old-style optional literalsNadrieril2019-08-063-37/+16
|
* Inline headersNadrieril2019-08-063-15/+21
|
* rustfmtNadrieril2019-08-032-26/+64
|
* Merge pull request #93 from Nadrieril/catchup-specNadrieril Feneanar2019-08-032-14/+14
|\ | | | | Do some catch up on the spec
| * Update dhall-lang submoduleNadrieril2019-08-031-12/+12
| |