summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated lineGabor Greif2015-12-011-1/+0
* Fix grammar and typo in TcTyDeclsBartosz Nitka2015-12-011-3/+3
* MkId: Typos in commentsÖmer Sinan Ağacan2015-11-301-6/+6
* Implement warnings for Semigroups as parent of MonoidDavid Luposchainsky2015-11-299-3/+287
* Some improvements on CoreToDos passed to pluginsÖmer Sinan Ağacan2015-11-292-2/+9
* GHCi should not defer typed holesThomas Miedema2015-11-291-1/+2
* Remove deprecated quasiquoter syntax.Matthew Pickering2015-11-292-23/+0
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-293-17/+42
* Check arity on default decl for assoc typesSimon Peyton Jones2015-11-271-8/+17
* Add a simplifier trace for eta-expansionSimon Peyton Jones2015-11-251-1/+4
* Comments onlySimon Peyton Jones2015-11-251-1/+0
* Refactor default methods (Trac #11105)Simon Peyton Jones2015-11-2522-276/+332
* DynFlags: Drop stale commentBen Gamari2015-11-241-2/+1
* Simplify the MonadFail codeSimon Peyton Jones2015-11-241-54/+42
* Comments onlySimon Peyton Jones2015-11-241-13/+31
* DynFlags: Update comments to reflect new users guideBen Gamari2015-11-241-6/+7
* Add -Wcompat warning flag groupDavid Luposchainsky2015-11-241-9/+22
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-245-86/+180
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-242-1/+93
* Add `PrelNames.thenAName` for `Applicative(*>)`Herbert Valerio Riedel2015-11-241-11/+17
* Add the rest of the notes for Located RdrNameAlan Zimmerman2015-11-234-2/+18
* Improve constraint-used-as-type error msgSimon Peyton Jones2015-11-231-27/+33
* Output source notes in extended DWARF DIEsBen Gamari2015-11-234-29/+125
* Dwarf: Ensure tick parentage is preservedBen Gamari2015-11-232-8/+45
* Support multiple debug output levelsBen Gamari2015-11-2310-23/+26
* Add a note explaining why every RdrName is LocatedAlan Zimmerman2015-11-231-0/+1
* Make abstractVars deterministic in SetLevelBartosz Nitka2015-11-233-16/+23
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-2335-250/+284
* Add comment to Parser.y re extra API AnnotationAlan Zimmerman2015-11-221-1/+17
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-2123-322/+501
* Add DVarSet - a deterministic set of VarsBartosz Nitka2015-11-215-12/+313
* Set AIX specific CFLAGS flagsHerbert Valerio Riedel2015-11-191-0/+13
* Make GHC aware of OSAIX and AixLDHerbert Valerio Riedel2015-11-193-0/+7
* Fix interaction of DuplicateRecordFields and GHC.GenericsAdam Gundry2015-11-191-2/+2
* Mention "-XMonadFailDesugaring" in the docsDavid Luposchainsky2015-11-181-2/+2
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-1818-58/+104
* Refactor HsExpr.RecordCon, RecordUpdSimon Peyton Jones2015-11-1810-78/+96
* Comments on TcRnTypes.canDischargeSimon Peyton Jones2015-11-181-9/+26
* Comments onlySimon Peyton Jones2015-11-181-2/+3
* Improve MonadFail errors by mentioning the patternDavid Luposchainsky2015-11-182-8/+29
* Disable failed specialisation warnings by default & update documentation.Ben Gamari2015-11-181-4/+2
* More import related hintsJoachim Breitner2015-11-184-108/+129
* DynFlags: Don't list TemplateHaskell as supported if it's notBen Gamari2015-11-181-2/+13
* MonadFail proposal, phase 1David Luposchainsky2015-11-1718-35/+224
* Implement OverloadedLabelsAdam Gundry2015-11-1714-4/+103
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-172-21/+44
* Remove orphan Functor instance of Data.Graph.SCCÖmer Sinan Ağacan2015-11-171-10/+1
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-1616-317/+179
* Move usage calculation to desugaring, simplifying ModGuts.Edward Z. Yang2015-11-165-215/+215
* s/FrontendMerge/FrontendInterface/gEdward Z. Yang2015-11-162-3/+3