summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add myself to LICENSENadrieril2019-04-121-0/+24
* oopsNadrieril2019-04-121-2/+4
* Fix READMENadrieril2019-04-121-1/+1
* Merge branch 'lifetimes'Nadrieril2019-04-1214-316/+398
|\
| * Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-126-98/+165
| * Avoid use of ExprF::as_ref when not neededNadrieril2019-04-112-75/+41
| * Thread lifetimes through other newtypesNadrieril2019-04-119-157/+177
| * Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-115-23/+52
|/
* Remove type parameter from TypeErrorNadrieril2019-04-113-28/+27
* Respect import boundariesNadrieril2019-04-116-69/+109
* Be more civilized when typecheck case unimplementedNadrieril2019-04-111-2/+3
* Ditch quick_error because it doesn't support generic parametersNadrieril2019-04-114-42/+50
* Improve simple type handling in typecheckNadrieril2019-04-112-37/+39
* Abstract get_type() into a traitNadrieril2019-04-116-49/+96
* Handle untyped case differently from the type of SortNadrieril2019-04-114-75/+107
* `Some` is not a builtin, it's a keywordNadrieril2019-04-114-4/+0
* Remove premature #[inline(always)]Nadrieril2019-04-112-30/+0
* Merge branch 'serde'Nadrieril2019-04-1121-304/+663
|\
| * Add basic deserialization supportNadrieril2019-04-118-13/+98
| * Simplify test harnessNadrieril2019-04-104-121/+99
| * Display error messagesNadrieril2019-04-101-0/+5
| * Allow providing type for typechecking in APINadrieril2019-04-104-20/+21
| * Mild cleanup importsNadrieril2019-04-102-18/+16
| * Cleanup error handlingNadrieril2019-04-106-56/+58
| * Split traits module into submodulesNadrieril2019-04-103-50/+47
| * Add error submoduleNadrieril2019-04-104-8/+8
| * Write main lib docNadrieril2019-04-101-0/+106
| * Prepare for serde supportNadrieril2019-04-104-3/+29
| * Add a new Deserialize trait for reading dhall valuesNadrieril2019-04-102-0/+64
| * s/load_from/parse/Nadrieril2019-04-103-20/+20
| * Add SimpleType and SimpeStaticType. Derive the latterNadrieril2019-04-107-76/+173
|/
* Update dhall-lang submoduleNadrieril2019-04-092-1/+0
* Circumvent https://github.com/rust-lang/rust/issues/59803Nadrieril2019-04-082-7/+10
* clippyNadrieril2019-04-0810-50/+62
* Limit public APINadrieril2019-04-083-14/+8
* Rename spec testsNadrieril2019-04-084-601/+601
* Update toolchainNadrieril2019-04-081-1/+1
* Move spec tests into the relevant filesNadrieril2019-04-089-659/+668
* TweaksNadrieril2019-04-072-4/+2
* Update README.mdNadrieril2019-04-071-9/+2
* Use upstream grammarNadrieril2019-04-071-704/+1
* Update dhall-lang submoduleNadrieril2019-04-071-0/+0
* Merge branch 'statemachine-api'Nadrieril2019-04-0718-402/+722
|\
| * Restrict public APINadrieril2019-04-077-71/+104
| * FixNadrieril2019-04-071-0/+1
| * Use macros in typecheck; much cleanerNadrieril2019-04-071-132/+125
| * Universe hierarchy is overkillNadrieril2019-04-072-77/+63
| * More typecheckNadrieril2019-04-071-66/+89
| * Avoid constructing exprs manually when possibleNadrieril2019-04-077-19/+29
| * Store Normalized in type errorNadrieril2019-04-071-46/+66