summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Revert "Create empty dump files when there was nothing to dump"Ben Gamari2015-12-033-71/+30
* Major Overhaul of Pattern Match Checking (Fixes #595)George Karachalias2015-12-0323-860/+2483
* ErrUtils: Spruce up HaddocksBen Gamari2015-12-021-26/+33
* Create empty dump files when there was nothing to dumpVladimir Trubilov2015-12-023-31/+73
* Avoid panic due to partial ieNameEric Seidel2015-12-021-1/+1
* Move Stg-specific code from DynFlags to SimplStgÖmer Sinan Ağacan2015-12-022-26/+22
* StgSyn: Remove unused SRT constructorÖmer Sinan Ağacan2015-12-022-6/+0
* Comments (TcSMonad)Simon Peyton Jones2015-12-021-4/+8
* Comments only (isIrrefutablePat)Simon Peyton Jones2015-12-022-2/+11
* Implement more deterministic operations and document themBartosz Nitka2015-12-0211-90/+380
* Make the order of fixities in the iface file deterministicBartosz Nitka2015-12-021-1/+5
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-0166-2475/+3125
* 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