summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* 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-081-0/+35
* Implement new `-fwarn-noncanonical-monoid-instances`Herbert Valerio Riedel2015-12-061-1/+5
* Revert "Create empty dump files when there was nothing to dump"Ben Gamari2015-12-031-2/+2
* Create empty dump files when there was nothing to dumpVladimir Trubilov2015-12-021-2/+2
* Move Stg-specific code from DynFlags to SimplStgÖmer Sinan Ağacan2015-12-021-26/+0
* Implement warnings for Semigroups as parent of MonoidDavid Luposchainsky2015-11-291-1/+4
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-291-4/+24
* DynFlags: Drop stale commentBen Gamari2015-11-241-2/+1
* DynFlags: Update comments to reflect new users guideBen Gamari2015-11-241-6/+7
* Add -Wcompat warning flag groupDavid Luposchainsky2015-11-241-9/+22
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-241-0/+3
* Support multiple debug output levelsBen Gamari2015-11-231-4/+6
* Make GHC aware of OSAIX and AixLDHerbert Valerio Riedel2015-11-191-0/+1
* Mention "-XMonadFailDesugaring" in the docsDavid Luposchainsky2015-11-181-2/+2
* Disable failed specialisation warnings by default & update documentation.Ben Gamari2015-11-181-4/+2
* DynFlags: Don't list TemplateHaskell as supported if it's notBen Gamari2015-11-181-2/+13
* MonadFail proposal, phase 1David Luposchainsky2015-11-171-0/+4
* Implement OverloadedLabelsAdam Gundry2015-11-171-0/+2
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-141-0/+2
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-1/+14
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-7/+14
* DynFlags: -freverse-errors should be defFlagBen Gamari2015-11-011-2/+2
* Reimplement shadowing on a per database basis.Edward Z. Yang2015-10-301-1/+1
* DynFlags: Add (another) missing hunk from D1360Ben Gamari2015-10-291-0/+5
* Make worker-wrapper optionalChristiaan Baaij2015-10-271-4/+25
* DynFlags: Yet one more fixBen Gamari2015-10-271-0/+3
* DynFlags: Fix more merge errorsBen Gamari2015-10-271-1/+3
* Fix "Use correct documentation flag for freverse-errors"Ben Gamari2015-10-271-0/+4
* Make it possible to have different UniqSupply strategiesBartosz Nitka2015-10-271-8/+6
* Use correct documentation flag for freverse-errorsSiddhanathan Shanmugam2015-10-271-2/+2
* Add flag to reverse errors in GHC/GHCiSiddhanathan Shanmugam2015-10-261-2/+11
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-0/+5
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-15/+15
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-1/+2
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-141-5/+0
* Delete ShPackageKey for now.Edward Z. Yang2015-10-101-41/+0
* Move orphan instance/rule warnings to typechecker/desugarer.Edward Z. Yang2015-10-081-1/+2
* DeriveLift extension (#1830)RyanGlScott2015-09-211-0/+2
* ApplicativeDo transformationSimon Marlow2015-09-171-0/+2
* DynFlags: remove unused sPgm_sysman (#8689)Thomas Miedema2015-09-161-4/+1
* Accept underscores in the module parser. (Thanks spinda for the fix.)Edward Z. Yang2015-09-031-1/+1
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-021-0/+2
* Fix rdynamic flag and test on WindowsTamar Christina2015-08-181-1/+1
* DynFlags: Prohibit hpc and byte-code interpreterBen Gamari2015-08-131-0/+4
* Ensure DynFlags are consistentBen Gamari2015-08-061-2/+34
* Warn about missed specialisations for importsSimon Peyton Jones2015-08-051-5/+8
* Make -fcpr-off a dynamic flagChristiaan Baaij2015-08-051-0/+3