ghc-hetmet.git
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-10 simonpj@microsoft.comComments only
2010-12-08 simonpj@microsoft.comMake the case-to-let transformation a little less eager
2010-12-10 Simon Marlowwarning fix: don't redefine BLOCKS_PER_MBLOCK
2010-12-10 Simon MarlowOnly reset the event log if logging is turned on (adden...
2010-12-10 Simon Marlowallocate enough room for the longer filename (addendum...
2010-12-10 Simon MarlowFix Windows build: move rtsTimerSignal to the POSIX...
2010-12-10 Ben LippmeierDefault the value of -dppr-cols when the static flags...
2010-12-10 Ben LippmeierDefensify naked read in LLVM mangler
2010-12-10 Ben LippmeierFormatting only
2010-12-08 Ben LippmeierAlways ppr case alts on separate lines
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierSuppress more info with -dsuppress-idinfo
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-12-09 Simon Marlowfix ticket number (#4505)
2010-12-09 Simon Marlowfix warnings
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Dmitry AstapovExport the value of the signal used by scheduler (...
2010-12-08 Simon MarlowTweak the "sorry" message a bit
2010-11-23 Boris Lykah:unset settings support
2010-12-08 Ian LynaghFix Windows memory freeing: add a check for fb == NULL...
2010-12-03 Dmitry AstapovFixes for #4512: EventLog.c - provides ability to termi...
2010-12-07 Ian LynaghMake CPPFLAGS variables, as well as CFLAGS and LDFLAGS
2010-12-06 Ian LynaghAdd a configure message
2010-12-06 Ian LynaghLink even programs containing no Haskell modules with GHC
2010-12-06 Ian LynaghCorrect the stage that the includes/ tools are built in
2010-12-05 Ian LynaghTweak the cleaning of inplace/; fixes trac #4320
2010-12-05 Ian LynaghClose .ghci files after reading them; fixes trac #4487
2010-12-03 pepeiborra... Fix the behaviour of :history for ticks surrounding...
2010-11-27 Michal TerepetaDon't warn of duplicate exports in case of module exports.
2010-10-30 Michal TerepetaFix whitespace/layout in RnNames.
2010-12-03 Ian LynaghTell gcc to support back to OS X 10.5
2010-12-02 Ian LynaghMake RelaxedLayout off by default
2010-12-03 simonpj@microsoft.comFix up TcInstDcls
2010-12-03 Simon MarlowthrowTo: report the why_blocked value in the barf()
2010-12-03 Simon Marlowhandle ThreadMigrating in throwTo() (#4811)
2010-12-02 Simon MarlowremoveThreadFromQueue: stub out the link field before...
2010-11-26 Simon Marlowsmall tidyup
2010-12-02 Simon MarlowFix a recomp bug: make classes/datatypes depend directl...
2010-12-01 Simon Marlowmake a panic message more informative and suggest ...
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-12-02 simonpj@microsoft.comA little refactoring (remove redundant argument passed...
2010-12-02 simonpj@microsoft.comMake rebindable if-then-else a little more permissive
2010-12-02 simonpj@microsoft.comImprove error message (Trac #4799)
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-11-30 pho@cielonegro.orgFIX #1845 (unconditional relative branch out of range)
2010-11-30 pho@cielonegro.orgrts/Linker.c (loadArchive):
2010-11-30 pho@cielonegro.orgrts/Linker.c (machoGetMisalignment):
2010-11-30 pho@cielonegro.orgrts/Linker.c (ocFlushInstructionCache):
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-12-01 Simon Marlowfix ref to utils/ext-core, which moved to Hackage ...
2010-12-01 Simon Marlowfix floating-point/FFI section: fenv is C99, not POSIX
2010-11-30 keller@cse... Fixed some 'unused vars' warnings
2010-11-29 keller@cse... vectScalarLam handles int, float, and double now
2010-11-15 keller@cse... Handling of lets, letrec and case when checking if...
2010-11-26 Simon MarlowDocument the behaviour of fenv.h functions with GHC...
2010-11-27 Ian LynaghRemove the no-ghci-lib warning in ghc-pkg
2010-11-27 Ian LynaghAdd GNU-variant support to the .a parser, and other...
2010-11-27 Ian LynaghRe-indent only
2010-11-27 Ian LynaghImprove linker debugging for archive files
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-27 Roman LeshchinskiyInherit the ForceSpecConstr flag in non-recursive neste...
2010-11-27 Roman LeshchinskiyDocument -ddump-rule-firings and -ddump-rule-rewrites
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
2010-11-26 simonpj@microsoft.comAcutally, wild-card variables *can* have occurrences
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-11-25 simonpj@microsoft.comSubstitution should just substitute, not optimise
2010-11-25 simonpj@microsoft.comMake SpecConstr "look through" identity coercions
2010-11-25 simonpj@microsoft.comComment only
2010-11-01 simonpj@microsoft.comWhite space only
2010-11-25 Simon MarlowKeep a maximum of 6 spare worker threads per Capability...
2010-11-15 Simon MarlowUnicide OtherNumber category should be allowed in ident...
2010-11-26 Ben Lippmeiervectoriser: fix warning
2010-11-26 Ben Lippmeiervectoriser: fix warning
2010-11-26 Ben Lippmeiervectoriser: take class directly from the instance tycon
2010-11-25 Ben Lippmeiervectoriser: comments only
2010-11-25 Ben Lippmeiervectoriser: follow changes in mkClass
2010-11-25 Ben Lippmeiervectoriser: tracing wibbles
2010-09-14 benl@ouroborus.netmkDFunUnfolding wants the type of the dfun to be a...
2010-11-25 Ben Lippmeiervectoriser: fix conflicts
2010-09-14 benl@ouroborus.netComments and formatting only
2010-09-09 benl@ouroborus.netComments and formatting to type environment vectoriser
2010-11-24 Ian LynaghDon't mix implicit and explicit layout
2010-11-24 Ian LynaghWhitespace only
2010-11-24 Ian LynaghSeparate NondecreasingIndentation out into its own...
2010-11-24 Ian LynaghAdd another GHC layout rule relaxation to RelaxedLayout
2010-11-24 Ian LynaghRemove an unused build system variable: GhcDir
2010-11-24 Ian LynaghRemove unused build system variable: GhcHasEditline
2010-11-24 Ian LynaghRemove unused variables from the build system: HBC...
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-23 Ian LynaghTweak a configure test
2010-11-23 Ian LynaghAdd a configure test for the visibility hidden attribute
2010-10-29 Simon Marlowsanity: fix places where we weren't filling fresh memor...
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra... Fix bug #3165 (:history throws irrefutable pattern...
2010-11-21 Ian LynaghFor bindists, build ghc-pwd with stage 1
next