summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Note [The equality types story] in TysPrimRichard Eisenberg2015-12-167-43/+148
* Look through type synonyms in GADT kind signaturesJan Stolarek2015-12-162-3/+5
* Update haddock submoduleBen Gamari2015-12-161-6/+0
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-168-94/+106
* Update binary submodule to binary-0.8 snapshotHerbert Valerio Riedel2015-12-161-1/+1
* Expose enabled language extensions to THBen Gamari2015-12-1543-554/+500
* primops: Mark actions evaluated by `catch*` as lazyBen Gamari2015-12-151-10/+20
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-152-17/+28
* Comment layout onlySimon Peyton Jones2015-12-151-5/+5
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-1511-324/+538
* Comments on equality types and classesSimon Peyton Jones2015-12-152-29/+78
* TysWiredIn: Fix a comment - Note [TYPE] is in TysPrimÖmer Sinan Ağacan2015-12-141-1/+1
* DynFlags: delete function that doesn't do anythingThomas Miedema2015-12-151-12/+3
* DynFlags: remove Opt_StaticThomas Miedema2015-12-157-34/+30
* DynFlags Remove -fwarn-context-quantification flagBen Gamari2015-12-152-5/+5
* Add IsString Outputable.SDoc instanceHerbert Valerio Riedel2015-12-141-0/+4
* Make binds in do-blocks strict when -XStrict (#11193)Adam Sandberg Eriksson2015-12-141-9/+11
* Suggest import Data.Kinds when * is out of scopeRichard Eisenberg2015-12-141-12/+23
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-142-21/+19
* Some more typos in commentsGabor Greif2015-12-141-2/+2
* Remove redundant importsRichard Eisenberg2015-12-123-3/+0
* Refactor type families in Template HaskellJohn Leo2015-12-122-18/+25
* Dwarf: Use .short instead of .hword on DarwinBen Gamari2015-12-121-1/+8
* Make -XStrict imply -XStrictDataAdam Sandberg Eriksson2015-12-121-0/+1
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-127-111/+150
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-123-20/+50
* Frontend plugins.Edward Z. Yang2015-12-124-7/+34
* Add kind equalities to GHC.Richard Eisenberg2015-12-11230-13967/+19195
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-118-26/+88
* Improved data family export documentationDavid Kraeutmann2015-12-111-2/+3
* Make sure PatSyns only get added once to tcg_patsynsMatthew Pickering2015-12-113-14/+11
* More typos in comments/docsGabor Greif2015-12-098-10/+10
* Comments onlySimon Peyton Jones2015-12-091-5/+4
* Fix DeriveAnyClass (Trac #9968)Simon Peyton Jones2015-12-092-157/+208
* Add missing whitespace in toArgs' error msgHerbert Valerio Riedel2015-12-081-2/+2
* An assortment of typosGabor Greif2015-12-085-7/+7
* Comments about polymorphic recursionSimon Peyton Jones2015-12-082-10/+49
* Comments onlySimon Peyton Jones2015-12-081-4/+24
* Fix typo sneaked in with fd3b845c01aa26b6e5Herbert Valerio Riedel2015-12-081-2/+2
* Fix double MaybeT instanceHerbert Valerio Riedel2015-12-081-4/+0
* Make HasDynFlags more transformers friendlyHerbert Valerio Riedel2015-12-083-12/+43
* Get rid of tcView altogetherÖmer Sinan Ağacan2015-12-078-69/+58
* Re-use `transformers`'s `MaybeT` rather than our ownHerbert Valerio Riedel2015-12-071-56/+4
* Move checking for missing signatures to RnNames.reportUnusedNamesEric Seidel2015-12-074-119/+119
* Refactor ConDeclAlan Zimmerman2015-12-0715-333/+418
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-074-316/+146
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-072-0/+38
* Re-export data family when exporting a data instance without an export listDavid Kraeutmann2015-12-071-8/+18
* Implement new `-fwarn-noncanonical-monoid-instances`Herbert Valerio Riedel2015-12-062-42/+112
* pmcheck: Comments about undecidability of literal equalityGeorge Karachalias2015-12-053-7/+73