Rename -XPArr to -XParallelArrays
[ghc-hetmet.git] / compiler / main /
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
2010-11-24 Ian LynaghSeparate NondecreasingIndentation out into its own...
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-11-20 Ian LynaghAdd an extension for GHC's layout-rule relaxations
2010-11-17 simonpj@microsoft.comFix Trac #4501: a transposition error in DynFlags
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-11-10 Ian LynaghObey the -rtsopts flag when making shared libraries...
2010-10-29 benl@ouroborus.netFix import warning
2010-10-28 simonpj@microsoft.comRemove -ds-multi-tyvar static flag
2010-10-28 simonpj@microsoft.comDeprecate -fmethod-sharing, which no longer does anything
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-21 Thomas SchillingFix #4424. Allow `-hide-all-packages` to be set dynami...
2010-08-31 simonpj@microsoft.comComments only
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-10-23 Ian LynaghRemove the need to explicitly flatten the dynflags
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-15 Ian LynaghAdd a -fghci-sandbox flag so that we can en/disable...
2010-10-13 simonpj@microsoft.comRemove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope
2010-10-12 Ian LynaghRemove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-10-06 Ian LynaghDeprecate -fglasgow-exts
2010-10-06 Ian LynaghRemove Opt_GADTs and Opt_TypeFamilies from -fglasgow...
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-28 Ian LynaghUse showCommandForUser when showing tracing commands
2010-09-24 simonpj@microsoft.comAdd a comment
2010-09-24 Ian LynaghChange "OPTIONS" to "OPTIONS_GHC" in error messages...
2010-09-23 Simon Marlowemit a helpful error message for missing DPH packages
2010-09-23 simonpj@microsoft.comMake -funfolding-dict-threshold work properly
2010-09-23 simonpj@microsoft.comImpredicative types is no longer deprecated
2010-09-23 simonpj@microsoft.comDo not make FunctionalDependencies force MonoLocalBinds
2010-09-22 simonpj@microsoft.comRemove -fwarn-simple-patterns, and make -fwarn-incomple...
2010-09-22 simonpj@microsoft.comFix an ASSERT failure with profiling
2010-09-20 Ian LynaghAdd "Use archives for ghci" to --info output
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-18 Matthias KilianEnable shared libs on OpenBSD
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 Ian LynaghRemove defaultExtensionFlags
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-03 simonpj@microsoft.comDeprecate NoRelaxedPolyRec
2010-07-28 simonpj@microsoft.comAdd OutsideIn flag
2010-09-10 Ian LynaghEnable -fregs-graph with -O2; fixes #2790
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-05-27 benl@ouroborus.netWhitespace only
2010-08-25 simonpj@microsoft.comPanic in the right way
2010-08-23 simonpj@microsoft.comThe templateHaskellOk check should only run in stage2
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-20 Ian LynaghAdd the RTS library path to the library search path
2010-08-19 Ian LynaghRemove some duplication of C flags
2010-08-17 David TereiLLVM: Nicer format for lack of shared lib warning
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-08-13 David TereiLLVM: Enable shared lib support on Linux x64
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-08-05 Ian LynaghEnsure extension flags are flattened in the Cmm phase
2010-08-05 Ian LynaghAdd "cmmcpp" as a Haskellish source suffix
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-02 Ian LynaghRemove "On by default" comments in DynFlags
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-07-29 Ian LynaghAdd a debugTrace for the phases that we run
2010-07-26 David TereiLLVM: If user specifies optlo, don't use '-O' levels
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-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-19 Ian LynaghDeprecate NewQualifiedOperators extension (rejected...
2010-07-22 David TereiLLVM: Allow optlc and optlo to override default params...
2010-07-20 David TereiLLVM: Decrease max opt level used under OSX to avoid bug
2010-07-16 Ian LynaghAdd platform info to "ghc --info" output
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-07-08 Ian LynaghReorder the CPP flags so -optP can override the platfor...
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-07-07 Ian LynaghHandle haddock headers when looking for LANGUAGE/OPTION...
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-06-25 Ian LynaghUse machdepCCOpts in runPhase_MoveBinary; fixes trac...
2010-06-24 Ian LynaghFix panic when running "ghc -H"; trac #3364
2010-06-21 Simon Marlowfix the home_imps filter to allow for 'import "this...
2010-06-22 David TereiRemove LlvmAs phase as the llvm opt tool now handles...
2010-06-21 Simon MarlowROLLBACK: picCCOpts: -dynamic should not entail -optc...
2010-06-18 amsay@amsay.nettrac #1789 (warnings for missing import lists)
2010-06-18 David TereiRemove unused 'ddump-opt-llvm' flag
2010-06-18 David TereiAdd support of TNTC to llvm backend
2010-06-17 Ian LynaghDon't automatically insert a -fvia-C flag in an unregis...
2010-06-17 Simon MarlowpicCCOpts: -dynamic should not entail -optc-fPIC
2010-06-15 Ian LynaghDeprecate the -fvia-C flag; trac #3232
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
next