Add several new record features
[ghc-hetmet.git] / compiler / main / DynFlags.hs
2007-06-21 LemmihAdd several new record features
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-04-29 Ian LynaghDon't enable the monomorphism warning by default
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-07 simonpj@microsoft.comForce recompilation on all -ddump flags
2007-02-07 simonpj@microsoft.comForce recompilation with -ddump-minimal-imports
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 simonpj@microsoft.comImprove command-line parser (add OptIntSuffix); make...
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2006-12-16 Ian LynaghMerge DynFlags changes 2006-12-17
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraExtend the GHC API with breakpoints and breakpoint...
2006-12-09 andy@galois.comAdding tracing support
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-11-29 andy@galois.comTickBox representation change
2006-11-20 Ian LynaghDon't force -static on mips
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-09-27 Simon MarlowRename -no-recomp to -fforce-recomp, and document it
2006-09-27 Simon MarlowMake printing of binding results optional in GHCi,...
2006-09-20 Manuel M T ChakravartyOption -findexed-types
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-01 simonpj@microsoft.com-fglasgow-exts no longer implies -fbang-patterns
2006-08-07 simonpj@microsoft.comAdd -fextended-default-rules and -fmono-pat-binds
2006-07-27 simonpj@microsoft.comAdd missing import
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-22 simonpj@microsoft.comAdd -fmono-pat-binds, and make it the default
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-07-04 Simon Marlowx86 needs -fno-unit-at-a-time too
2006-05-23 simonpj@microsoft.comBug-fix to patch "Run simplifier before SpecConstr"
2006-05-23 simonpj@microsoft.comRun simplifier before SpecConstr
2006-05-18 simonpj@microsoft.comComments only
2006-05-03 Simon Marlowonly pass -fno-unit-at-a-time to gcc if it is supported
2006-04-26 simonpj@microsoft.comArrange that -fth is no longer implied by -fglasgow...
2006-04-07 Simon MarlowReorganisation of the source tree