summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* The Backpack patch.Edward Z. Yang2016-10-081-42/+77
* Simplify implementation of wWarningFlagsMatthew Pickering2016-10-071-10/+3
* Don't suggest deprecated flags in error messagesMartin Ceresa2016-10-071-1/+9
* DynFlags: Fix absolute import path to generated headerBen Gamari2016-10-021-1/+1
* Recognise US spelling for specialisation flags.Tim McGilchrist2016-10-011-0/+5
* Implement deriving strategiesRyan Scott2016-09-301-0/+1
* Remove directories from include pathsBen Gamari2016-09-161-1/+2
* Remove -flocal-ghci-history from default flagsRyan Scott2016-09-101-1/+0
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-311-2/+1
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-311-0/+7
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-311-0/+3
* Fix handling of package-db entries in .ghc.environment files, etc.Duncan Coutts2016-08-301-1/+3
* check that the number of parallel build is greater than 0Ruey-Lin Hsu2016-08-051-2/+11
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+1
* CodeGen: Way to dump cmm only once (#11717)Vladimir Trubilov2016-07-171-5/+15
* Log heap profiler samples to event logBen Gamari2016-07-161-0/+1
* Use UniqFM for SigOfBartosz Nitka2016-06-131-4/+5
* Fix #12099: Remove bogus flagsSean Gillespie2016-06-101-4/+4
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-241-12/+18
* Move Extension type to ghc-boot-thBen Gamari2016-05-161-2/+2
* added docstring for '-fhistory-size' flagSergei Trofimovich2016-05-021-1/+1
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-221-1/+4
* Add flag to control number of missing patterns in warningsDavid Luposchainsky2016-04-171-0/+5
* Reduce default for -fmax-pmcheck-iterations from 1e7 to 2e6Herbert Valerio Riedel2016-04-101-1/+1
* Add -f(no-)version-macro to explicitly control macros.Edward Z. Yang2016-03-301-1/+4
* DynFlags: Initialize unsafeGlobalDynFlags enough to be usefulBen Gamari2016-03-261-1/+9
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-241-0/+20
* Default RuntimeRep variables unless -fprint-explicit-runtime-repsBen Gamari2016-03-241-0/+2
* DsExpr: Rip out static/dynamic check in list desugaringBen Gamari2016-03-241-2/+0
* TypeApplications does not imply AllowAmbiguousTypesRichard Eisenberg2016-03-211-1/+0
* Add -foptimal-applicative-doSimon Marlow2016-03-111-0/+2
* Handle unset HOME environment variable more gracefullyBen Gamari2016-03-111-4/+5
* DynFlags: Add -Wredundant-constraints to -WallBen Gamari2016-02-291-1/+2
* Default to -fno-show-warning-groups (re #10752)Herbert Valerio Riedel2016-02-271-2/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-7/+86
* Make warning names more consistentManav Rathi2016-02-251-13/+18
* 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
* 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
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-111-545/+772
* 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
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-7/+5
* Add some Outputable instancesOleg Grenrus2016-02-011-1/+9
* Implement basic uniform warning set towerHerbert Valerio Riedel2016-02-011-4/+24
* 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