summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert multiple commitsAustin Seipp2015-05-1496-2232/+1770
* Test Trac #10359Simon Peyton Jones2015-05-133-1/+135
* Test Trac #10403Simon Peyton Jones2015-05-133-0/+37
* Test Trac #10248Simon Peyton Jones2015-05-133-0/+21
* Make the "matchable-given" check happen firstSimon Peyton Jones2015-05-131-53/+60
* Add a case to checkValidTyConSimon Peyton Jones2015-05-131-0/+3
* Update haddock submoduleSimon Peyton Jones2015-05-131-0/+0
* Separate transCloVarSet from fixVarSetSimon Peyton Jones2015-05-132-7/+22
* Fix imports in HscMain (stage2)Simon Peyton Jones2015-05-131-3/+1
* Two wibbles to fix the buildSimon Peyton Jones2015-05-132-2/+8
* Change in capitalisation of error msgSimon Peyton Jones2015-05-131-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-1383-1705/+1947
* Delete commented-out lineSimon Peyton Jones2015-05-131-1/+0
* Revert D727Austin Seipp2015-05-1211-124/+12
* Fix fragile T9579 testsJavran Cheng2015-05-1310-73/+48
* Update Safe Haskell documentation.David Terei2015-05-121-264/+398
* Update some tests for recent Safe Haskell change.David Terei2015-05-125-13/+13
* Backpack docs: Consistently italicize metavariables.Edward Z. Yang2015-05-122-85/+85
* Turn off warnings when compiling boolFormulaAlan Zimmerman2015-05-124-66/+137
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-128-40/+63
* We need an empty boolFormula.stderrAlan Zimmerman2015-05-121-0/+0
* Use fmap instead of <$> (Fixes #10407)Erik de Castro Lopo2015-05-121-3/+3
* Make template-haskell build with GHC 7.6, fixes bootstrap build.Edward Z. Yang2015-05-113-7/+11
* New handling of overlapping inst in Safe HaskellDavid Terei2015-05-1172-279/+995
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-117-8/+36
* Backpack docs: proper discourse on ModIface and ModDetails.Edward Z. Yang2015-05-112-26/+124
* Ignore out and toc files.Edward Z. Yang2015-05-111-0/+2
* Backpack docs: more carefully describe unification versus unioning.Edward Z. Yang2015-05-112-7/+6
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-1155-364/+381
* ApiAnnotations : PatBind gives wrong SrcSpan for the pattern.Alan Zimmerman2015-05-119-19/+207
* ApiAnnotations : pquals production adds AnnVbar in the wrong placeAlan Zimmerman2015-05-118-1/+282
* Fix build breakage from 9736c042Austin Seipp2015-05-111-4/+7
* ApiAnnotations : BooleanFormula construction discards originalAlan Zimmerman2015-05-118-5/+328
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-1111-17/+126
* More accurate allocation stats for :set +sSimon Marlow2015-05-118-118/+234
* haddock: update submodule to fix #10206Austin Seipp2015-05-111-0/+0
* IdInfo comment updateJoachim Breitner2015-05-111-3/+3
* ApiAnnotations : mkGadtDecl discards annotations for HsFunTyAlan Zimmerman2015-05-119-1/+166
* Api Annotations: RdrHsSyn.mkAtDefault causes annotations to be disconnected.Alan Zimmerman2015-05-117-13/+177
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-0953-360/+360
* Quick fix: drop base bound on template-haskell.Edward Z. Yang2015-05-091-1/+1
* Always do polymorphic typed quote check, c.f. #10384Edward Z. Yang2015-05-094-10/+10
* RnSplice's staging test should be applied for quotes in stage1.Edward Z. Yang2015-05-094-11/+32
* Split off quotes/ from th/ for tests that can be done on stage1 compiler.Edward Z. Yang2015-05-0937-71/+73
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-0910-274/+251
* Backpack docs: AvailInfo plan, and why selectors are hard.Edward Z. Yang2015-05-082-14/+109
* ApiAnnotations: misplaced AnnComma for squals productionAlan Zimmerman2015-05-088-1/+689
* ApiAnnotations : AnnComma missing in TupleSectionAlan Zimmerman2015-05-088-2/+162
* Backpack docs: meditate on AvailTC with four examples.Edward Z. Yang2015-05-072-26/+233
* ApiAnnotations : RdrHsSyn.isFunLhs discards parenthesesAlan Zimmerman2015-05-078-23/+184