Rename -XPArr to -XParallelArrays
[ghc-hetmet.git] / compiler / main / GHC.hs
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-13 simonpj@microsoft.comRemove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-06-21 Simon Marlowfix the home_imps filter to allow for 'import "this...
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-05-25 simonpj@microsoft.comImprove printing of TyThings; fixes Trac #4087
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-12 Simon MarlowDo some recompilation avoidance in GHC.loadModule
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-09-16 Simon Marlowimprove the cyclic module error message as per #1856
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-16 Thomas SchillingMake updates to the Finder caches atomic. Well, almost.
2009-07-16 Simon Marlowrefactor: use packageConfigId in place of mkPackageId...
2009-07-07 Ian LynaghRemove unused imports
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-06-04 Duncan CouttsFix the flag used to force linking when we are making...
2009-05-19 Duncan CouttsWhen linking a shared library with --make, always do...
2009-04-21 Simon MarlowFIX #2682: banish silly cases of the "module Foo is...
2009-03-11 Simon MarlowFIX #2976: fix buggy implementation of shadowing in...
2008-12-11 Ian LynaghThe default cleanup handler should /always/ delete...
2008-12-02 Thomas SchillingDocument 'loadModule'.
2008-12-02 Thomas SchillingAdd 'needsTemplateHaskell' utility function and documen...
2008-12-02 Thomas SchillingDocumentation only.
2008-12-02 Thomas SchillingExport 'succeeded' and 'failed' helper functions.
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-28 Thomas SchillingLet 'loadModule' generate proper code depending on...
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-27 Thomas SchillingImprove error message for #2739 (but no fix).
2008-11-27 Thomas SchillingCollect instead of print warnings in 'warnUnnecessarySo...
2008-11-26 Thomas SchillingForce recompilation of BCOs when they were compiled...
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-10 Thomas SchillingDocumentation only. Clarify that 'load*' may indeed...
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-10-28 Thomas SchillingExport typeclasses for accessing compiler results.
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-14 Thomas SchillingImprove haddock documentation for 'GHC.topSortModuleGraph'.
2008-10-20 Simon MarlowRe-export Located(..) and related functions
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-18 pepeFix a couple of issues with :print
2008-09-18 Chaddai FoucheRichTokenStream support
2008-09-17 Thomas SchillingChange 'loadWithCompiler' callback argument to just...
2008-09-14 Thomas SchillingUse 'GhcMonad' in GHC and split up checkModule into...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
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 -XPackageImports, new syntax for package-qualified...
2008-08-07 Ian LynaghFollow Digraph changes in GHC; patch from Max Bolingbroke
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-28 Simon MarlowComplete the changes for #1205
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-14 Simon MarlowFIX BUILD on Windows
2008-07-11 Simon MarlowFIX #2248
2008-07-11 Simon Marlowsmall improvement to an error message
2008-07-11 Simon MarlowFIX #2381, and improve the fix for #1565
2008-07-09 Simon Marlow#1205: ':load foo.hs' in GHCi always compiles to bytecode
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian LynaghMake initSysTools use the dflags it is passed, rather...
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in GHC
2008-04-06 Tim ChevalierImprove error message for non-matching file name
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-12 Ian LynaghUse System.FilePath
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-11-30 Simon MarlowFIX #1914: GHCi forgot all the modules that were loaded...
2007-11-14 David WaernAvoid making Either String an instance of Monad in...
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-11-06 Simon Marlowfix stage 1 compilation
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-06-25 nr@eecs.harvard.edurequest for documentation of a new argument
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-11 simonpj@microsoft.comDefine and use PprTyThing.pprTypeForUser
2007-09-10 Simon Marlowrefactoring: eliminate DriverPipeline.CompResult and...
2007-09-11 Simon MarlowFIX #1677; poor error message for misspelled module...
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
next