summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary loadInterface for TH quoted name.Edward Z. Yang2015-05-281-13/+2
* ApiAnnotations tweaksAlan Zimmerman2015-05-275-26/+44
* Omit the static form error for variables not in scope.Facundo Domínguez2015-05-251-1/+3
* compiler: kill a stray pprTrace in OccNameAustin Seipp2015-05-231-3/+1
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-225-359/+390
* Fix quadratic behaviour in tidyOccNameSimon Peyton Jones2015-05-223-15/+46
* Reduce magic for seqIdSimon Peyton Jones2015-05-223-20/+35
* White space layout onlySimon Peyton Jones2015-05-221-19/+19
* ApiAnnotatons : AnnDcolon in wrong place for PatBindAlan Zimmerman2015-05-211-2/+3
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-212-13/+15
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-217-77/+142
* Fix binary instance for IfaceLitTySimon Peyton Jones2015-05-201-3/+1
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-194-74/+12
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-11/+11
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-194-12/+74
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-11/+11
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-4/+4
* Remove unneeded compatibility with LLVM < 3.6Michal Terepeta2015-05-191-35/+9
* Make the "matchable-given" check happen firstSimon Peyton Jones2015-05-181-53/+60
* Refactor tuple constraintsSimon Peyton Jones2015-05-1867-1501/+1724
* Delete commented-out lineSimon Peyton Jones2015-05-181-1/+0
* CmmCommonBlockElim: Improve hash functionJoachim Breitner2015-05-181-45/+26
* Greatly speed up nativeCodeGen/seqBlocksJoachim Breitner2015-05-161-18/+35
* Speed up elimCommonBlocks by grouping blocks also by outgoing labelsJoachim Breitner2015-05-161-31/+112
* Revert multiple commitsAustin Seipp2015-05-1467-1745/+1540
* Make the "matchable-given" check happen firstSimon Peyton Jones2015-05-131-53/+60
* Add a case to checkValidTyConSimon Peyton Jones2015-05-131-0/+3
* 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-131-1/+2
* Refactor tuple constraintsSimon Peyton Jones2015-05-1365-1478/+1660
* Delete commented-out lineSimon Peyton Jones2015-05-131-1/+0
* Revert D727Austin Seipp2015-05-124-74/+12
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-121-0/+2
* Use fmap instead of <$> (Fixes #10407)Erik de Castro Lopo2015-05-121-3/+3
* New handling of overlapping inst in Safe HaskellDavid Terei2015-05-1113-155/+380
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-114-5/+13
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-117-289/+245
* ApiAnnotations : PatBind gives wrong SrcSpan for the pattern.Alan Zimmerman2015-05-111-2/+2
* ApiAnnotations : pquals production adds AnnVbar in the wrong placeAlan Zimmerman2015-05-111-1/+1
* Fix build breakage from 9736c042Austin Seipp2015-05-111-4/+7
* ApiAnnotations : BooleanFormula construction discards originalAlan Zimmerman2015-05-111-5/+5
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-114-17/+76
* More accurate allocation stats for :set +sSimon Marlow2015-05-113-67/+163
* IdInfo comment updateJoachim Breitner2015-05-111-3/+3
* ApiAnnotations : mkGadtDecl discards annotations for HsFunTyAlan Zimmerman2015-05-111-1/+2
* Api Annotations: RdrHsSyn.mkAtDefault causes annotations to be disconnected.Alan Zimmerman2015-05-111-13/+19
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-097-245/+289
* Always do polymorphic typed quote check, c.f. #10384Edward Z. Yang2015-05-091-10/+0
* RnSplice's staging test should be applied for quotes in stage1.Edward Z. Yang2015-05-091-11/+6