summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move main datatypes into their own modulesNadrieril2019-05-0610-1199/+1217
* Move api-related modules into an api moduleNadrieril2019-05-067-38/+41
* Consolidate errors in the error moduleNadrieril2019-05-0642-188/+196
* Reorganize dhall into a phase structureNadrieril2019-05-0615-477/+499
* Merge TypedInternal and TypedNadrieril2019-05-064-75/+34
* Remove mainNadrieril2019-05-051-93/+0
* s/DoubleVar/AlphaVar/Nadrieril2019-05-053-44/+44
* Implement normalization simplificationsNadrieril2019-05-051-10/+15
* Preserve text WHNF on concatenationNadrieril2019-05-051-9/+9
* WHNF for TextLit means no interpolations of text and strict alternationNadrieril2019-05-051-41/+63
* Fix Integer equalityNadrieril2019-05-051-4/+5
* Merge branch 'alpha-normalization'Nadrieril2019-05-055-269/+312
|\
| * Make Value equality be alpha-equivalenceNadrieril2019-05-053-21/+99
| * Use alpha-normalization in equivalence checkingNadrieril2019-05-051-80/+2
| * Implement alpha-normalizationNadrieril2019-05-054-69/+194
| * Clarify match_vars implementationNadrieril2019-05-041-12/+12
| * subst_shift now correctly preserves WHNFNadrieril2019-05-041-26/+24
| * We actually don't need SubExpr::shift anymoreNadrieril2019-05-042-85/+5
| * Revert "Make SubExpr generic in the variable labels type"Nadrieril2019-05-0412-351/+303
| * Revert "Recover arrow type detection"Nadrieril2019-05-042-47/+19
| * Recover arrow type detectionNadrieril2019-05-042-19/+47
| * Make SubExpr generic in the variable labels typeNadrieril2019-05-0412-303/+351
|/
* Keep Spans through normalization and typecheckingNadrieril2019-05-043-36/+39
* Thread Spans through the ASTNadrieril2019-05-045-129/+141
* Move `Note`s into the spine of the ASTNadrieril2019-05-047-247/+86
* Remove dummy lifetimesNadrieril2019-05-0410-328/+260
* Replace pest::Span with a custom non-borrowing implementationNadrieril2019-05-041-25/+50
* rustfmtNadrieril2019-05-044-4/+4
* Rename dhall_generator to dhall_proc_macrosNadrieril2019-05-0412-17/+17
* Rename dhall_core to dhall_syntaxNadrieril2019-05-0427-89/+89
* No need for extra stack in tests anymoreNadrieril2019-05-033-44/+6
* Remove some deprecated functionsNadrieril2019-05-033-124/+30
* Rework normalization to reduce expensive Value copyingNadrieril2019-05-031-457/+494
* Apply builtin arguments lazilyNadrieril2019-05-031-143/+165
* Avoid unnecessary RefCell::borrow_mutNadrieril2019-05-032-20/+37
* Update dhall-lang submoduleNadrieril2019-05-021-0/+0
* Update dhall-lang submoduleNadrieril2019-05-025-6/+48
* Update dhall-lang submoduleNadrieril2019-05-024-74/+93
* Update normalization testsNadrieril2019-05-022-12/+13
* Update dhall-lang submoduleNadrieril2019-05-022-16/+25
* Update dhall-lang submoduleNadrieril2019-05-024-3/+15
* Update dhall-lang submoduleNadrieril2019-05-025-29/+44
* Typecheck text interpolationNadrieril2019-05-021-3/+16
* Typecheck missing builtin casesNadrieril2019-05-021-29/+47
* Merge branch 'refactor-typechecking'Nadrieril2019-05-0210-829/+1774
|\
| * Remove shift0Nadrieril2019-05-023-55/+43
| * Instead of possibly nonexistent Type, treat Sort speciallyNadrieril2019-05-027-242/+282
| * Store Thunk in NormalizedNadrieril2019-05-025-41/+44
| * TweaksNadrieril2019-05-023-76/+78
| * Remove now useless TypedOrType typeNadrieril2019-04-301-86/+34