ghc-hetmet.git
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...
2008-10-14 Clemens FruhwirthAdd "dyn" to GhcRTSWays when compiling --enable-shared
2008-10-13 Ian LynaghFill out the ghc package's cabal file
2008-10-14 Clemens FruhwirthPatching libffi so it can be built as DLL
2008-10-13 Thomas SchillingAdd 'etags' makefile target.
2008-10-13 Thomas SchillingUse cabal information to get GHC's flags to `ghctags'.
2008-10-14 Clemens FruhwirthVersion bump for libffi to 3.0.6
2008-10-13 Clemens FruhwirthEncode shared/static configuration into stamps to do...
2008-10-13 Ian LynaghAdd a link to the GHC API docs from the library haddock...
2008-10-13 Ian LynaghLink to the GHC API documentation from the main doc...
2008-10-13 Ian LynaghWhitespace only in docs/index.html
2008-10-13 Ian LynaghTweak gen_contents_index
2008-10-13 Clemens FruhwirthBuild fixes for DLLized rts
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-13 Clemens FruhwirthAdd HsFFI.o to INSTALL_LIBS
2008-10-13 Clemens FruhwirthRename symbol macros to a consistant naming scheme
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-10-11 Ian LynaghSimplify the "is $bindir in $PATH" test
2008-10-11 Ian LynaghCorrect the "is $bindir in $PATH" test
2008-10-11 pepeFix a typo which was causing ghci to quit on commands...
2008-10-11 Clemens FruhwirthDrop libm from the linker dependencies for libffi
2008-10-10 Clemens FruhwirthDo not generate haddock documentation when running...
2008-10-10 Josef SvenningssonWhen waking up thread blocked on TVars, wake oldest...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-08 Simon MarlowatomicModifyIORef: use a local cas() instead of the...
2008-10-10 Clemens FruhwirthDelay building libffi until package.conf is created...
2008-10-09 Ian LynaghInstall a versioned ghc-pkg script; fixes trac #2662
2008-10-09 Ian LynaghFix bindist creation: Only the main RTS was being put...
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-10-09 Simon Marlowundo incorrect assertion, and fix comments
2008-10-09 Simon Marlowremove old GRAN/PARALLEL_HASKELL code
2008-10-09 Manuel M T... FIX #2639
2008-10-09 Manuel M T... Cover PredTy case in Type.tyFamInsts
2008-10-09 Clemens FruhwirthDrop ghcconfig.h/RtsConfig.h from libffi's package...
2008-10-08 Clemens FruhwirthDon't use sed's -i flag as Solaris doesn't know it...
2008-10-08 Clemens FruhwirthDon't use /dev/null trick to create empty object files...
2008-10-08 Clemens FruhwirthTurn libffi into a Haskell package
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
2008-10-07 Thomas SchillingAdd accessors to 'HsModule' and haddockify it.
2008-10-08 Simon Marlowfix syntax errors in src-dist publish rules
2008-10-08 Simon Marlowadd comments and an ASSERT_LOCK_HELD()
2008-10-08 Simon MarlowFix #2663: we had a hard-wired capabilities[0]
2008-10-03 Simon MarlowFix #1955 for heap profiles generated by +RTS -hT
2008-10-07 Simon Marlowadd a section id for +RTS -hT
2008-10-07 Simon Marlowupdate documentation for PostfixOperators
2008-10-07 Simon Marlowfix markup
2008-10-08 Roman LeshchinskiyFix bug in DPH docs
next