Use mutator threads to do GC, instead of having a separate pool of GC threads
[ghc-hetmet.git] / compiler /
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-14 Simon MarlowDon't put stdin into non-blocking mode (#2778, #2777)
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-11 Simon MarlowFix to i386_insert_ffrees (#2724, #1944)
2008-11-05 Neil MitchellPerform case-insensitive matching of path components...
2008-11-10 Thomas SchillingDocumentation only. Clarify that 'load*' may indeed...
2008-11-10 Thomas SchillingFix documentation (to say the opposite).
2008-11-10 Thomas SchillingDocumentation only.
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-11-08 Ian LynaghWe now require GHC 6.6, so we always have Applicative
2008-11-08 Ian LynaghRemove a CPP test that's always true (__GLASGOW_HASKELL...
2008-11-08 Ian LynaghRemove some dead code now that __GLASGOW_HASKELL__...
2008-11-08 Ian Lynaghghc_ge_605 is now always YES
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
2008-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-10-31 Thomas SchillingRemove dead code.
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
2008-10-31 simonpj@microsoft.comComments only
2008-10-31 Thomas SchillingQuickfix for warning.
2008-10-28 Thomas SchillingExport typeclasses for accessing compiler results.
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-31 simonpj@microsoft.comFix imports
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-30 simonpj@microsoft.comFix Trac #2674: in TH reject empty case expressions...
2008-10-29 simonpj@microsoft.comChange naming conventions for compiler-generated dictio...
2008-10-29 simonpj@microsoft.comFix tcrun031: yet more tidying up in TcDeriv
2008-10-29 simonpj@microsoft.comAdd Outputable instance for CoercionI
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-28 simonpj@microsoft.comRemove dead code
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-10-22 simonpj@microsoft.comFix Trac #2714 (a minor wibble)
2008-10-21 Manuel M T ChakravartyReject programs with superclass equalities for now
2008-10-21 Ian LynaghFix doc syntax
2008-10-21 simonpj@microsoft.comComments and parens only
2008-10-21 simonpj@microsoft.comDo proper cloning in worker/wrapper splitting
2008-10-21 simonpj@microsoft.comDon't float an expression wrapped in a cast
2008-10-21 simonpj@microsoft.comFix Trac #2668, and refactor TcDeriv
2008-10-19 simonpj@microsoft.comSpelling error in comment
2008-10-19 simonpj@microsoft.comWhite space only
2008-10-19 simonpj@microsoft.comComments to explain strict overlap checking for type...
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-09-23 simonpj@microsoft.comImprove crash message from applyTys and applyTypeToArgs
2008-09-20 simonpj@microsoft.comWibble to ungrammatical error message
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-21 Manuel M T ChakravartyFIX #2693
2008-10-20 Judah JacobsonRestore the terminal attributes even if ghci does not...
2008-10-21 Manuel M T ChakravartyFIX #2688
2008-10-14 Thomas SchillingMove documentation within 80 column boundary.
2008-10-14 Thomas SchillingImprove haddock documentation for 'GHC.topSortModuleGraph'.
2008-10-14 Thomas SchillingImprove haddock documentation for HsExpr module.
2008-10-14 Thomas SchillingImprove Haddock-markup for HsDecls module.
2008-10-20 Thomas SchillingRun Haddock with compacting GC and show RTS statistics.
2008-10-20 Simon MarlowRe-export Located(..) and related functions
2008-10-20 Simon Marlowwhitespace fix
2008-10-16 Judah JacobsonFIX #2691: Manually reset the terminal to its initial...
2008-10-16 Judah JacobsonEliminate duplicate flags in the tab completion of...
2008-10-15 Ian LynaghFix trac #2687
2008-10-15 Ian LynaghFix trac #2680; avoid quadratic behaviour from (++)
2008-10-15 simonpj@microsoft.comComments only
2008-10-15 simonpj@microsoft.comFix Trac #2497; two separate typos in Lexer.x
2008-10-14 Thomas SchillingMake tags work on Unices, too.
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
2008-10-13 Ian LynaghFill out the ghc package's cabal file
2008-10-13 Thomas SchillingAdd 'etags' makefile target.
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-10-11 pepeFix a typo which was causing ghci to quit on commands...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-10-09 Manuel M T ChakravartyFIX #2639
2008-10-09 Manuel M T ChakravartyCover PredTy case in Type.tyFamInsts
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
2008-10-07 Thomas SchillingAdd accessors to 'HsModule' and haddockify it.
2008-10-08 Roman LeshchinskiyTrack changes to package dph
2008-10-07 Clemens FruhwirthRevert AutoLinkPackages change for dynamic libraries...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-10-06 Thomas SchillingAdd accessors to 'Target' fields and haddockify.
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-07 Roman LeshchinskiyAdd Word8 support to vectoriser
2008-10-02 'Jose Pedro Magalhaesremoved Data.Generics.Basics, added Data.Data
2008-10-03 Ian LynaghFix a build problem with GHC 6.4.2
2008-10-03 Clemens FruhwirthNo AutoLinkPackages for dynamic library linking
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comMake a debug check more refined
next