ghc-hetmet.git
2008-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-11-06 Simon Marlowre-instate counting of sparks converted
2008-11-06 Simon Marlowfix ASSERT_SPARK_POOL_INVARIANTS(): top>bottom is valid
2008-11-06 Simon MarlowpruneSparkQueue(): fix bug when top>bottom
2008-11-06 Simon Marlowdon't yield if the system is shutting down
2008-11-06 Simon Marlowleave out ATTRIBUTE_ALIGNED on Windows, it gives a...
2008-11-06 Simon MarlowCope with ThreadRelocated when traversing the blocked_queue
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 MarlowallocateInGen(): increase alloc_blocks (#2747)
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-11-05 Simon Marlowdon't yield the Capability if blackholes_need_checking
2008-11-05 Simon Marlowdeadlock fix: reset the flag *after* checking the black...
2008-11-05 Simon Marlowretreat the top/bottom fields of the spark pool in...
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
2008-11-04 Simon Marlowbugfix: don't ingore the return value from rts_evalIO()
2008-10-24 Simon MarlowDocument the new SPARKS statistic, and xref from the...
2008-10-24 Simon MarlowMove the freeing of Capabilities later in the shutdown...
2008-10-23 Simon MarlowPad Capabilities and Tasks to 64 bytes
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-31 Ian LynaghRefuse to register packages with unversioned dependenci...
2008-10-31 Ian LynaghWe now require GHC 6.6 to build the HEAD (and thus...
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-28 Thomas SchillingInclude record fields in tags.
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.comClarify documentatoin
2008-10-23 Ian LynaghUpdate library version numbers in the release notes
2008-10-07 Simon Marlowvarious updates to the release notes
2008-09-20 Ian LynaghAdd library release notes
2008-09-20 Ian LynaghAdd release notes for the compiler
2008-10-28 Ian LynaghDoc fix
2008-10-28 Ian LynaghRename some variables in docs
2008-10-28 Ian LynaghFix typos
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-24 Ian LynaghUse pdflatex rather than latex for building
2008-10-24 Ian LynaghRemove an unmatched } in core.tex
2008-10-24 Ian LynaghAdd a usepackage{url}
2008-10-22 Ian LynaghUpdate ANNOUNCE
2008-10-23 Simon MarlowFix a bug in the new scheduler
2008-10-23 Simon Marlowadd an assertion
2008-10-23 Simon Marlowfix a warning
2008-10-22 Simon Marlowtraverse the spark pools only once during GC rather...
2008-10-22 Simon MarlowRefactoring and reorganisation of the scheduler
2008-09-15 berthold@mathematik... Work stealing for sparks
2008-10-23 Simon Marlowinclude an elapsed time table
2008-10-23 Simon Marlowgenerate a valid summary for older GHC versions too
2008-10-22 simonpj@microsoft.comFix Trac #2714 (a minor wibble)
2008-10-21 Manuel M T... Reject programs with superclass equalities for now
2008-10-21 Ian LynaghFix doc syntax
2008-10-21 Ian LynaghDon't put the README file in the Windows installer...
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... FIX #2693
2008-10-20 Judah JacobsonRestore the terminal attributes even if ghci does not...
2008-10-21 Manuel M T... FIX #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 MarlowFIX (partially) #2703: bug in stack overflow handling...
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-19 Ian LynaghAdd dph haddock docs to the doc index
2008-10-17 Ian LynaghClean the bootstrapping extensible-exceptions package
2008-10-15 Ian LynaghFix trac #2687
2008-10-15 Ian LynaghFix trac #2680; avoid quadratic behaviour from (++)
2008-10-15 Ian LynaghFix the build when the bootstrapping compiler has a...
2008-10-14 Ian LynaghFix the name of prologue.txt when making bindists
2008-10-15 simonpj@microsoft.comComments only
2008-10-15 simonpj@microsoft.comFix Trac #2497; two separate typos in Lexer.x
2008-10-15 simonpj@microsoft.comUpdate manual: tidy up instances, say more about type...
2008-10-14 Thomas SchillingMake tags work on Unices, too.
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
next