Initialise Settings before DynFlags
[ghc-hetmet.git] / ghc / Main.hs
2011-04-21 Ian LynaghInitialise Settings before DynFlags
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-04 Austin SeippTeach GHC to compile objective-c files; trac #5025
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2009-10-12 Ian LynaghThe -e flag now has a "SepArg" argument; fixes #3568
2009-10-12 Ian LynaghPrint warnings after doMkDependHS
2009-07-29 Simon Marlowfix warnings
2009-07-29 Simon MarlowImplement "ghc --abi-hash M1 M2 ..."
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-04-26 Ian LynaghGHC new build system megapatch
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-09-26 Ian LynaghSplit ShowVersion etc off into a different type to...
2008-09-25 Ian LynaghFix the behaviour of flags like --help and --version...
2008-09-23 Simon Marlow#2566: emit a warning for 'ghc -c foo.bar'
2008-09-14 Thomas SchillingUse 'GhcMonad' in ghc/Main.
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working