ghc-hetmet.git
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
2010-11-21 Ian LynaghMakefile tweak
2010-11-21 Ian LynaghFix a makefile include ordering sanity check
2010-11-20 Ian LynaghAdd an extension for GHC's layout-rule relaxations
2010-11-20 Ian LynaghTweak the bindist configure.ac.in
2010-11-20 Ian Lynaghconfigure.ac tweaks
2010-11-20 Ian LynaghWhen testing the bindist, tell it where gcc is
2010-11-19 simonpj@microsoft.comComments only
2010-11-18 Roman LeshchinskiyForceSpecConstr now forces specialisation even for...
2010-11-18 simonpj@microsoft.comMove the superclass generation to the canonicaliser
2010-11-18 simonpj@microsoft.comFix the generation of in-scope variables for IfaceLint...
2010-11-18 simonpj@microsoft.comComments only
2010-11-18 simonpj@microsoft.comOmit bogus test for -XDeriveFunctor
2010-11-18 simonpj@microsoft.comImprove error message on advice from a user
2010-11-17 Ian LynaghFix the type sanity test in genprimopcode's Syntax.hs 2010-11-18
2010-11-17 Ian LynaghBuild random with the stage2 compiler
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-05 scpmw@leeds... Eventlog: Put correct size for startup event
2010-11-17 simonpj@microsoft.comDocument SPECIALISE for imported functions
2010-11-17 simonpj@microsoft.comFix Trac #4498: bang-pattern bindings are monomorphic
2010-11-17 simonpj@microsoft.comComments only
2010-11-17 simonpj@microsoft.comFix Trac #4501: a transposition error in DynFlags
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-11-16 simonpj@microsoft.comAdd -fwarn-lazy-unlifted-bindings to the list of flags
2010-11-16 simonpj@microsoft.comWarn a bit less often about unlifted bindings.
2010-11-16 simonpj@microsoft.comLibraries bytestirng, time, binary need -fno-warn-ident...
2010-11-16 simonpj@microsoft.comImprove documentation for -fwarn-incomplete-patterns
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-11-15 simonpj@microsoft.comFix -fwarn-missing-import-lists (fix Trac #4489)
2010-11-15 simonpj@microsoft.comDeriving Typeable changes
2010-11-15 simonpj@microsoft.comEnsure that instance overlap errors are report properly
2010-11-15 simonpj@microsoft.comEnsure that unification variables alloc'd during solvin...
2010-11-14 Ian LynaghFix paths used for doc publishing in the nightly builds
2010-11-14 Ian LynaghRemove -Ofile docs
2010-11-14 Ian LynaghUpdate to docbook 4.5; fixes trac #4447
2010-11-14 Ian LynaghAdd a build system dependency; fixes #4357
2010-11-14 Ian LynaghBuild system tweak: Inline DQ now it's the same on...
2010-11-13 Ian LynaghFix up the ifdefs in Task.c
2010-11-11 Edward Z. YangUse standard task ID print style (hexadecimal).
2010-11-12 simonpj@microsoft.comRemove use of (now-gone) VarPatOut
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-11-05 simonpj@microsoft.comTrack change in isInlinePragma
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use them
2010-11-12 simonpj@microsoft.comWarn about top-level bangs (Trac #4477)
2010-11-12 Ben LippmeierSlurp author spellings file from base and add more...
2010-11-12 simonpj@microsoft.comA (final) re-engineering of the new typechecker
2010-11-12 simonpj@microsoft.comAllow the old [$foo| ... |] syntax for quasi-quotes
2010-11-11 simonpj@microsoft.comFix multi-line string (minor glitch in stage-1 compiler)
2010-11-10 Roman LeshchinskiyAdd upstream URLs for vector and primitive
2010-11-10 Ian LynaghObey the -rtsopts flag when making shared libraries...
2010-11-03 Ian LynaghAvoid scary message from tar if dph isn't in the tree
2010-11-03 Ian LynaghWhitespace only
2010-11-03 Ian LynaghRemove no-longer-necessary withFlattenedDynflags
2010-11-03 Ian LynaghUse liftIO rather than io
2010-11-02 Ian LynaghFix a #if test
2010-11-02 Ian LynaghFix building genprimopcode with GHC 7.0, and remove...
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-10-29 Ian LynaghWhitespace only, in rts/win32/OSMem.c
2010-11-01 simonpj@microsoft.comImprove error messages
2010-10-29 Ian LynaghUncomment and fix an OS X linker debug print
2010-10-29 Simon Marlowfix bugs in tryTakeMVar/tryPutMVar
next