summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-0/+3
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-20/+39
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-081-1/+2
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+6
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-061-9/+9
* Show dynamic object files (#16062)erthalion2019-04-161-2/+9
* Add -ddump-stg-final to dump stg as it is used for codegen.klebinger.andreas@gmx.at2019-04-121-0/+3
* removing x87 register support from native code genCarter Schonwald2019-04-101-8/+12
* GHC no longer ever defines TABLES_NEXT_TO_CODE on its ownJoachim Breitner2019-04-091-1/+1
* codegen: use newtype for Alignment in BasicTypesArtem Pyanykh2019-04-091-1/+5
* Add `-optcxx` option (#16477)Yuriy Syrovetskiy2019-04-081-2/+9
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-6/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-7/+7
* Rip out object splittingBen Gamari2019-03-051-20/+5
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-2/+2
* Fix regression incorrectly advertising TH supportHerbert Valerio Riedel2019-02-231-0/+8
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+7
* NCG: fast compilation of very large strings (#16190)Sylvain Henry2019-02-141-0/+6
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-041-0/+3
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-311-0/+2
* Change comments as requested by code review. #10857Roland Senn2019-01-161-1/+1
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-0/+17
* Add -Wmissing-deriving-strategieschessai2019-01-061-0/+2
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-0/+7
* Explicitly pass -fno-PIC to C compiler on linuxZejun Wu2018-12-111-1/+3
* Support generating HIE filesAlec Theriault2018-12-111-3/+19
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-111-0/+3
* Support registering Plugins through the GHC APIDaniel Gröber2018-12-111-6/+13
* Add -fno-safe-haskell flagMatthew Pickering2018-12-071-3/+13
* Implement late lambda liftSebastian Graf2018-11-231-0/+26
* Fix unused-import warningsDavid Eichmann2018-11-221-0/+2
* Don't pass -no-pie when -pgmc is suppliedKrzysztof Gogolewski2018-11-221-1/+4
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-3/+5
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-5/+100
* Surprising error message with bang patternSasa Bogicevic2018-10-151-1/+4
* Deprecate -fllvm-pass-vectors-in-regsBen Gamari2018-10-151-5/+4
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-121-0/+1
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-031-0/+4
* Add -fkeep-cafsSimon Marlow2018-09-281-1/+3
* Expose wopt_set/unset_fatal in DynFlagsNeil Mitchell2018-09-281-1/+1
* Remove dead code for commandline parsingKrzysztof Gogolewski2018-08-281-8/+1
* Introduce flag -keep-hscpp-filesroland2018-08-211-0/+5
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-0/+2
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-161-9/+6
* Add flag to show docs of valid hole fitsMatthías Páll Gissurarson2018-07-121-0/+3
* Mark AutoDeriveTypeable as deprecatedKrzysztof Gogolewski2018-07-061-1/+4
* Remove -Wamp flagroland2018-06-221-3/+0
* Fix gcc.exe: error: CreateProcess: No such file or directoryMoritz Angermann2018-06-201-0/+9