summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various parsing tweaksNadrieril2019-08-072-7/+3
* Forbid surrogate pairs and non-charactersNadrieril2019-08-071-0/+2
* Generalize empty list annotationsNadrieril2019-08-062-2/+8
* Prepare for https://github.com/dhall-lang/dhall-lang/pull/630Nadrieril2019-08-064-45/+71
* rustfmtNadrieril2019-08-061-1/+2
* Add toMap keywordNadrieril2019-08-061-0/+21
* Auto-generate typechecking tests listNadrieril2019-08-062-398/+33
* Change URL parsingNadrieril2019-08-061-0/+1
* Change some testsNadrieril2019-08-062-15/+18
* RFC3986 URLsNadrieril2019-08-062-3/+25
* Add some testsNadrieril2019-08-062-2/+28
* Add some new tests and implement import alternativesNadrieril2019-08-063-4/+4
* 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-064-15/+29
* rustfmtNadrieril2019-08-032-26/+64
* Merge pull request #93 from Nadrieril/catchup-specNadrieril Feneanar2019-08-033-19/+24
|\
| * Update dhall-lang submoduleNadrieril2019-08-031-5/+10
| * Update dhall-lang submoduleNadrieril2019-08-031-12/+12
| * Update dhall-lang submoduleNadrieril2019-08-031-2/+2
* | Merge remote-tracking branch 'origin/master' into fintan/typecheck-combine-typesFintanH2019-08-033-9/+129
|\|
| * Merge remote-tracking branch 'origin/master' into fintan/typecheck-combineFintanH2019-08-033-15/+58
| |\
| * | Mark RecursiveRecordMerge as unreachableFintanH2019-08-011-0/+1
| * | Add the typechecking of RecursiveRecordMerge.FintanH2019-08-013-8/+129
* | | Simplify Const checking logicFintanH2019-08-031-11/+7
* | | Merge remote-tracking branch 'origin/master' into fintan/typecheck-combine-typesFintanH2019-08-033-6/+50
|\ \ \ | | |/ | |/|
| * | Add unreachable call for RightBasedRecordMerge caseFintanH2019-07-311-0/+1
| * | Reuse the merge_maps function to implement the right-biased unionFintanH2019-07-312-7/+7
| * | Add case for RightBasedRecordMerge in the typechecking phase.Fintan Halpenny2019-07-312-5/+48
| |/
* / Add typechecking for RecursiveRecordTypeMerge.FintanH2019-08-013-7/+120
|/
* Finish implementing binary encodingNadrieril2019-05-122-8/+11
* clippyNadrieril2019-05-126-126/+118
* Split-off printer and binary encoding tests from parser testsNadrieril2019-05-122-37/+85
* Include success or failure prefix in test filteringNadrieril2019-05-124-24/+18
* Implement binary encodingNadrieril2019-05-128-32/+359
* Write a custom map type that allows duplicatesNadrieril2019-05-101-29/+38
* Merge Type and TypedNadrieril2019-05-093-105/+55
* Fix missing methods for testsNadrieril2019-05-091-0/+8
* Make visibilities more consistentNadrieril2019-05-0910-125/+106
* Rewrite Deserialize trait around new Value and TypeNadrieril2019-05-097-88/+73
* Rewrite the StaticType trait and everything around itNadrieril2019-05-099-276/+223
* Tweak TypedNadrieril2019-05-091-15/+16
* Reduce the distance between Type and TypedNadrieril2019-05-093-157/+108
* Remove TypeIntermediate in favor of special-purpose functionsNadrieril2019-05-091-214/+183
* Small utility SubExpr::from_builtinNadrieril2019-05-091-9/+3
* ExprF need not be generic in LabelNadrieril2019-05-094-15/+9
* Make shift fallible and improve shift ergonomicsNadrieril2019-05-098-129/+169
* Detect duplicate record fields in typecheckNadrieril2019-05-095-77/+79
* Generate normalization tests automaticallyNadrieril2019-05-094-393/+84