summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-0/+2
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-1/+42
* Implement -dsuppress-unfoldingsSimon Peyton Jones2015-07-211-0/+3
* Put Opt_Static into defaultFlags if not pc_DYNAMIC_BY_DEFAULT (#7478)Bernhard Herzog2015-07-171-1/+2
* Implement -fprint-expanded-synonymsÖmer Sinan Ağacan2015-07-171-0/+2
* Delete the WayPar wayThomas Miedema2015-07-101-14/+0
* always use -fPIC on OpenBSD/AMD64 platformKarel Gardas2015-07-071-0/+6
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-071-0/+3
* Add -fcross-module-specialise flagBen Gamari2015-06-281-0/+3
* Another major improvement of "improvement"Simon Peyton Jones2015-06-111-0/+5
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-021-5/+7
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-191-7/+5
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-191-5/+7
* Revert D727Austin Seipp2015-05-121-7/+5
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-121-0/+2
* New handling of overlapping inst in Safe HaskellDavid Terei2015-05-111-11/+2
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-23/+4