summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Unconditionally handle TH known key names.Edward Z. Yang2016-02-261-3/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-258-34/+139
* Make warning names more consistentManav Rathi2016-02-251-13/+18
* HscMain: Delete some unused codeÖmer Sinan Ağacan2016-02-251-68/+0
* Follow-up to 32a9a7f514bdd33ff72a673adeHerbert Valerio Riedel2016-02-231-2/+2
* Extend `-Wunrecognised-warning-flag` to cover `-f(no-)warn-*`Herbert Valerio Riedel2016-02-231-5/+7
* Delete support for deprecated "-- # ..."-style haddock optionsThomas Miedema2016-02-191-4/+0
* (Another) minor refactoring of substitutionsSimon Peyton Jones2016-02-181-1/+1
* DynFlags: Don't panic on incompatible Safe Haskell flagsBen Gamari2016-02-161-1/+1
* Rename missing-pat-syn-sigs to missing-pat-syn-signaturesMatthew Pickering2016-02-151-1/+1
* Another batch of typo fixes in non-codeGabor Greif2016-02-111-1/+1
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-111-545/+772
* Comments about ru_autoSimon Peyton Jones2016-02-111-7/+9
* Always do eta-reductionSimon Peyton Jones2016-02-111-1/+16
* DynFlags: drop tracking of '-#include' flagsSergei Trofimovich2016-02-091-7/+1
* Print * has Unicode star with -fprint-unicode-syntaxBen Gamari2016-02-091-1/+4
* Remove unused LiveVars and SRT fields of StgCaseÖmer Sinan Ağacan2016-02-081-2/+2
* White space and comments onlySimon Peyton Jones2016-02-081-5/+8
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-061-2/+2
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-041-2/+2
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-7/+5
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-011-1/+4
* Add some Outputable instancesOleg Grenrus2016-02-011-1/+9
* Implement basic uniform warning set towerHerbert Valerio Riedel2016-02-011-4/+24
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-012-26/+10
* Rename "open" subst functionsBartosz Nitka2016-01-271-3/+3
* Test for undef bugs in the LLVM backend when validatingReid Barton2016-01-271-0/+2
* ghci: fix trac issue #11481Benjamin Bykowski2016-01-271-1/+1
* Enable RemoteGHCi on WindowsTamar Christina2016-01-271-7/+0
* Construct in_scope set in mkTopTCvSubstBartosz Nitka2016-01-261-2/+2
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-0/+5
* Implement -Wunrecognised-warning-flagBen Gamari2016-01-251-4/+18
* Rename -Wmissing-monadfail-instance to plural-formHerbert Valerio Riedel2016-01-251-3/+3
* HscTypes: Fix typo in commentBen Gamari2016-01-251-1/+1
* Implement `-Wnoncanonical-monadfail-instances` warningHerbert Valerio Riedel2016-01-241-0/+3
* Remove `replaceDynFlags` from `ContainsDynFlags`Thomas Miedema2016-01-243-6/+1
* Remove -Wredundant-superclasses from standard warningsBen Gamari2016-01-231-1/+0
* Comments onlySimon Peyton Jones2016-01-211-0/+10
* substTy to substTyUnchecked to fix Travis buildBartosz Nitka2016-01-202-3/+4
* Hide derived OccNames from userBen Gamari2016-01-191-3/+5
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-194-38/+40
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-1814-104/+105
* un-wire-in error, undefined, CallStack, and IPEric Seidel2016-01-181-1/+1
* Fix some typosRik Steenkamp2016-01-161-1/+1
* Fix #11405.Richard Eisenberg2016-01-151-2/+2
* Fix #10872.Richard Eisenberg2016-01-151-3/+30
* Refactor lookupFixityRn-related code following D1744RyanGlScott2016-01-151-6/+11
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-141-2/+2
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-131-14/+3
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-091-1/+3