summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for Template Haskell state.th-new-7.6Geoffrey Mainland2013-06-273-0/+27
* Add support for Template Haskell module finalizers.Geoffrey Mainland2013-06-275-6/+34
* Change the types of typed brackets and splices.Geoffrey Mainland2013-06-272-9/+19
* Allow splices to add additional top-level declarations.Geoffrey Mainland2013-06-275-3/+92
* Code formatting cleanup.Geoffrey Mainland2013-06-271-30/+32
* Add full support for declaration splices.Geoffrey Mainland2013-06-2711-45/+123
* Add support for pattern splices.Geoffrey Mainland2013-06-2716-12/+158
* Clean up smart constructors for splices.Geoffrey Mainland2013-06-273-13/+16
* Clean up error context when checking brackets/splices.Geoffrey Mainland2013-06-272-5/+19
* Add support for typed brackets and splices.Geoffrey Mainland2013-06-271-90/+82
* Track TH stage in the renamer.Geoffrey Mainland2013-06-2712-281/+557
* Check the staging restriction in the renamer.Geoffrey Mainland2013-06-272-32/+134
* Track the typed/untyped distinction in the current TH stage.Geoffrey Mainland2013-06-275-36/+77
* Differentiate typed and untyped splices and brackets in the abstract syntax.Geoffrey Mainland2013-06-277-15/+35
* Add names for TExp type constructor and unType.Geoffrey Mainland2013-06-272-6/+23
* Add syntactic support for typed expression brackets and splices.Geoffrey Mainland2013-06-272-17/+40
* Consolidate TH renaming.Geoffrey Mainland2013-06-274-29/+50
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-06-275-116/+152
* UntabifyGeoffrey Mainland2013-06-051-401/+394
* UntabifyGeoffrey Mainland2013-06-051-406/+399
* UntabifyGeoffrey Mainland2013-06-051-495/+488
* UntabifyGeoffrey Mainland2013-06-051-247/+240
* UntabifyGeoffrey Mainland2013-06-051-408/+401
* UntabifyGeoffrey Mainland2013-06-051-281/+274
* Set RELEASE back to NOghc-7.6Ian Lynagh2013-04-211-1/+1
* Set the version number to 7.6.3, and RELEASE to YES.ghc-7.6.3-releaseIan Lynagh2013-04-181-2/+2
* Add release notes for 7.6.3Ian Lynagh2013-04-183-0/+26
* Update ANNOUNCE for 7.6.3Ian Lynagh2013-04-181-5/+4
* Merge 1353d1 into the 7.6 branchSimon Peyton Jones2013-04-161-1/+1
* Merge b737a4 into the 7.6 branch, curing Trac #7748Simon Peyton Jones2013-04-164-85/+66
* Set RELEASE back to NOIan Lynagh2013-01-291-1/+1
* Tweak the mkDocs scriptIan Lynagh2013-01-291-7/+20
* Tweak the gen_contents_index scriptIan Lynagh2013-01-292-12/+14
* Tweak ANNONCEghc-7.6.2-releaseIan Lynagh2013-01-291-1/+1
* Update ANNOUNCEIan Lynagh2013-01-291-15/+5
* Set version number to 7.6.2 and set RELEASE to YESIan Lynagh2013-01-271-2/+2
* Expose genericRaise; fixes signals004(dyn) no OS X 32Ian Lynagh2013-01-173-4/+4
* Use pthread_kill on OS X tooIan Lynagh2013-01-171-1/+1
* Expose the prototype for getMonotonicNSecIan Lynagh2013-01-173-1/+20
* Fix typo in docs; spotted by Gabor GreifIan Lynagh2013-01-121-1/+1
* add X86_64_GOTTPOFF relocation for errnoSimon Marlow2013-01-121-0/+25
* Change RTS hook APIs to match 7.6.1Ian Lynagh2013-01-125-7/+7
* Fix build for 7.6 branchIan Lynagh2013-01-041-2/+0
* Fix bug in External Core pretty printer (fixes Trac #7547)Simon Peyton Jones2013-01-041-2/+8
* Set DBLATEX_OPTS to -P 'filename.as.url=0' (fixes #7486)Ian Lynagh2013-01-041-0/+2
* Update strictness documentation (Trac #7546)Simon Peyton Jones2013-01-031-7/+4
* Tidy the type in badInstSigErr (fixes Trac #7545)Simon Peyton Jones2013-01-031-5/+13
* Pass the correct inst_tys argument to dataConCannotMatch, in mkRecSelBindsSimon Peyton Jones2013-01-031-6/+10
* Fix TcUnify.matchExpectedTyConApp so that it returns types of compatible kindsSimon Peyton Jones2013-01-031-39/+38
* A better fix for #7493 (see comment for details)Simon Marlow2013-01-031-20/+44