Refactor TcRnDriver, and check exports on hi-boot files
[ghc-hetmet.git] / compiler / main /
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
2007-02-07 simonpj@microsoft.comForce recompilation on all -ddump flags
2007-02-07 simonpj@microsoft.comForce recompilation with -ddump-minimal-imports
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-20 Pepe IborraAdd obtainTerm1 to the GHC api
2007-01-19 Ian LynaghDon't start a GHC session before answering --version...
2007-01-16 Simon Marlowallow 'ghci -threaded' (fixes #1101)
2007-01-15 Ian LynaghGive -fwrapv to gcc when it supports it
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 Pepe IborraThis patch teaches ghci to announce that a module has...
2007-01-11 simonpj@microsoft.comComments only
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-11 simonpj@microsoft.comLog-message for: Improve command-line parser (add OptIn...
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...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2006-12-20 Pepe IborraFix import lists
2006-12-19 Ian LynaghAdd HscTypes.hi-boot-6 so builds with older GHCs succeed
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-16 Ian LynaghMerge DynFlags changes 2006-12-17
2006-12-16 Ian LynaghFix the build
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraHandle breakpoint jumps while splicing TH functions...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraExtend the GHC API with breakpoints and breakpoint...
2006-12-10 Pepe IborraPlaying with closures
2006-12-09 andy@galois.comAdding tracing support
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-11-29 andy@galois.comTickBox representation change
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-22 simonpj@microsoft.comImprove recovery in hptRules
2006-11-21 Ian LynaghFix ":i Maybe", noticed by Claus Reinke
2006-11-20 Ian LynaghDon't force -static on mips
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comComments and layout only
2006-11-01 sof@galois.comimport Maybes wibble
2006-10-25 andy@galois.com6.4 compatiblity
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon Marlowfix 5.04 compile
2006-10-23 Simon Marlowwibble in parseStaticFlags
2006-10-19 basvandijk@home.nlA little abstraction
2006-10-18 Ian LynaghFix the build with GHC 6.2.2
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-06 Simon Marlowremove unused origPkgIdMap field from PackageState
2006-10-06 Simon MarlowCache the package database the first time it is read
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comAvoid repeatedly loading GHC.Prim
2006-10-06 simonpj@microsoft.comPrint the 'skipping' messages at verbosity level 1
2006-10-06 simonpj@microsoft.comImport trimming
2006-10-06 simonpj@microsoft.comImprove comments and error tracing
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-10-05 Ian LynaghMerge changes
2006-10-03 Ian LynaghRemove unused option -femit-extern-decls
2006-10-04 simonpj@microsoft.comTrim imports
2006-10-04 simonpj@microsoft.comRemvove totally unused static flags
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-10-04 simonpj@microsoft.com-frule-check is not a static flag
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-07-27 LemmihAdd a C++ phase. Fixes bug #800
2006-09-28 Simon MarlowFix #906, and do #914 while I'm in here (it wasn't...
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 ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyOption -findexed-types
2006-09-20 Manuel M T ChakravartyATs are now implicitTyThings
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyFixed two data family bugs
2006-09-20 Manuel M T ChakravartyMake sure ATs are included into the temporary env for...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-15 Manuel M T ChakravartyRenaming of indexed types
2006-09-15 Manuel M T ChakravartyParser support for assoc synonyms
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
next