summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: document import resolution rootNadrieril2019-04-131-4/+6
* Document all of the APINadrieril2019-04-134-10/+60
* Remove some leftover dependenciesNadrieril2019-04-123-10/+0
* Restrict public API to its most minimal expressionNadrieril2019-04-128-101/+111
* docs: mark blocks that do not contain Rust code as textNadrieril2019-04-121-1/+1
* Note nightlyness in READMENadrieril2019-04-121-0/+2
* Clarify licenseNadrieril2019-04-127-0/+10
* Remove Gabriel Gonzalez from the list of copyright holdersNadrieril2019-04-121-26/+0
* Remove any remains from the standard or `dhall-haskell`Nadrieril2019-04-122-147/+28
* 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