summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-2/+2
* Add -fspecialise-aggressivelySimon Peyton Jones2014-08-281-0/+2
* Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-181-1/+8
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-3/+29
* Refactor PackageFlags so that ExposePackage is a single constructor.Edward Z. Yang2014-08-051-7/+18
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-5/+13
* Allow warning if could have been infered safe instead of explicitDavid Terei2014-08-011-42/+52
* Typo fixesGabor Greif2014-08-011-1/+1
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-311-1/+3
* do not link with -lrt on Solaris for threaded wayKarel Gardas2014-07-281-1/+0
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-0/+1
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-5/+5
* Add -XBinaryLiterals language extension (re #9224)Herbert Valerio Riedel2014-06-271-0/+2
* Add new flag -fwrite-interface for -fno-code.Edward Z. Yang2014-06-261-0/+2
* Fix #9047Austin Seipp2014-06-231-0/+2
* Remove unused --run-cps/--run-cpsz optionsSimon Marlow2014-06-081-4/+0
* Only use UnicodeSytanx pretty printing if the locale supports itJoachim Breitner2014-06-061-9/+9
* Use UnicodeSyntax when printingJoachim Breitner2014-06-061-0/+4
* Make DeriveTraversable imply DeriveFunctor/FoldableSjoerd Visscher2014-06-061-0/+3
* Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993)Owen Stephens2014-06-041-1/+2
* Remove deprecated -optdep optionsSimon Marlow2014-05-301-14/+0
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+3
* Remove external coreAustin Seipp2014-05-031-1/+2
* ghc & docs: kill unused flagsAustin Seipp2014-04-211-10/+0
* ghc: Do not add a space in '-U __PIC__'Austin Seipp2014-04-211-4/+4
* Deprecate the AMP warnings.Austin Seipp2014-04-201-2/+2
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-261-4/+16
* Revert "Fix #8745 - GND is now -XSafe compatible."Austin Seipp2014-03-241-1/+4
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-221-2/+10
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-1/+1
* Fix #8745 - GND is now -XSafe compatible.Austin Seipp2014-02-171-4/+1
* Implement CallArity analysisJoachim Breitner2014-02-101-0/+5
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-1/+3
* Enable LLVM-based code generation for FreeBSD/amd64.Gabor Pali2014-01-171-1/+1
* Tidy up Outputable.printDoc, and add printDoc_Simon Peyton Jones2014-01-171-4/+7
* Cache compiler info in DynFlagsAustin Seipp2014-01-151-6/+20
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-151-3/+3
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-141-2/+3
* Add Solaris linker support to SysToolsKarel Gardas2014-01-141-0/+1
* Fix the behavior of ae87e122 (#8180)Austin Seipp2014-01-141-3/+1
* Disable -dynamic-too on WindowsAustin Seipp2014-01-141-0/+5
* Add Windows to NoSharedLibsPlatformListAustin Seipp2014-01-131-1/+3
* Make showSDoc and friends respect -dppr-colsSimon Peyton Jones2014-01-101-7/+4
* Fix -dynamic-too clashing with -o (#8180)Austin Seipp2014-01-071-14/+19
* New flag: -ddump-strsigsJoachim Breitner2013-12-091-0/+2
* Fix loopification with profiling and enable it by default (#8275)Patrick Palka2013-12-011-0/+1
* Add -ftype-function-stack to set type function stack depthJoachim Breitner2013-11-221-0/+3
* Make -XTemplateHaskell an error in a stage-1 compiler (except with -M)Simon Peyton Jones2013-11-121-2/+10
* Wibbles to 'Tidy up the error messages we get from TH'Simon Peyton Jones2013-11-061-1/+1
* Warn if you use -XTemplateHaskell in stage1Simon Peyton Jones2013-11-061-4/+4