ghc-hetmet.git
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-19 simonpj@microsoft.comAdd new VarEnv functions minusVarEnv, intersectsVarEnv...
2010-10-18 dimitris@microsoft.comMajor pass through type checker:(1) prioritizing equali...
2010-10-15 dimitris@microsoft.com(1) Caching FD improvements for efficiency, (2) prevent...
2010-10-14 dimitris@microsoft.comMidstream changes for performance improvement related...
2010-10-12 dimitris@microsoft.comMinor
2010-10-11 dimitris@microsoft.comCommentary changes
2010-10-08 dimitris@microsoft.comKind checking bugfix (#4356) and preventing wanteds...
2010-10-19 Ian LynaghFix a retainer profiling segfault
2010-10-18 Ian LynaghFix -auto-all: Add SCCs to IDs which have a monotype too
2010-10-18 simonpj@microsoft.comDefine SpecConstrAnnotation in GHC.Exts, and import...
2010-10-07 David TereiFix warnings in AsmCodeGen
2010-10-04 David TereiLLVM: Fix compilation of writebarrier, #4308
2010-10-17 Ian LynaghChange how the OS X installer's create-links finds...
2010-10-17 Ian LynaghAdd more quoting to distrib/MacOS/installer-scripts...
2010-09-29 Evan Laforgechange os x installer to allow multiple installed versions
2010-10-16 Ian LynaghOnly put the boot packages in the haddock contents...
2010-10-16 Ian LynaghCorrect the regexp used to search for extra packages
2010-09-27 pho@cielonegro.orgNew member "archiveMemberName" for struct _ObjectCode
2010-10-15 Ian LynaghAdd a -fghci-sandbox flag so that we can en/disable...
2010-10-15 Ian LynaghFix boot; it was failing if darcs-all or validate were...
2010-10-15 simonpj@microsoft.comComments and layout
2010-10-15 simonpj@microsoft.comMake (Located a) an instance of Eq, Ord
2010-10-15 simonpj@microsoft.comGive user-defined rules precedence over built-in rules
2010-10-15 simonpj@microsoft.comFix Trac #4401: meta-tyvars allocated by the constraint...
2010-10-13 simonpj@microsoft.comRemove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope
2010-10-15 Simon MarlowInlinePrag needs an arity only for INLINE, not INLINABLE
2010-10-15 Simon MarlowFix #4346 (INLINABLE pragma not behaving consistently)
2010-10-14 Ian LynaghHave boot check that we have the dph packages when...
2010-10-14 Simon MarlowAdd more documentation for interruptible foreign calls
2010-09-26 Simon Marlowminor refactoring
2010-09-25 Simon MarlowFix for interruptible FFI handling
2010-09-25 Simon Marlowinterruptible FFI: more robust handling of the exceptio...
2010-09-25 Edward Z. YangDon't interrupt when task blocks exceptions, don't...
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-13 Ian LynaghRemove ghc-pkg's dependency on haskell98
2010-10-13 Ian LynaghBuild haskell98 and haskell2010 with stage2
2010-10-13 Ian LynaghFix warning: Remove unused import
2010-10-13 benl@ouroborus.netFix warnings
2010-10-13 benl@ouroborus.netRegAlloc: Track slot liveness over jumps in spill cleaner
2010-10-12 Ian LynaghBump Cabal dep
2010-10-12 Ian LynaghRemove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__
2010-10-12 Ian LynaghFollow Cabal changes: Cabal no longer has a docbook...
2010-10-12 Ian LynaghFix build on Windows: ghc-pkg/Main.hs needs ForeignFunc...
2010-10-10 Ian LynaghRemove unnecessary import
2010-10-07 Ian LynaghMake "./validate --slow" run the full testsuite
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-10-06 Ian LynaghDeprecate -fglasgow-exts
2010-10-06 Ian LynaghRemove Opt_GADTs and Opt_TypeFamilies from -fglasgow...
2010-10-08 simonpj@microsoft.comFix Trac #4360: omitted case in combineCtLoc
2010-10-08 simonpj@microsoft.comBeautiful new approach to the skolem-escape check and...
2010-10-08 simonpj@microsoft.comDo less simplification when doing let-generalisation
2010-10-08 simonpj@microsoft.comSuppress ambiguity errors if any other errors occur
2010-10-08 simonpj@microsoft.comFix Trac #4361: be more discerning when inferring types
2010-10-08 Simon MarlowFloat out partial applications
2010-10-08 simonpj@microsoft.comSuppress knock-on typechecker errors
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comComments only
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-07 simonpj@microsoft.comMake NameEnv back into type NameEnv a = UniqFM a
2010-10-07 simonpj@microsoft.comImprove the rule-matcher
2010-10-07 simonpj@microsoft.comFix Trac #4345: simplifier bug
2010-10-07 simonpj@microsoft.comAvoid redundant simplification
2010-10-07 simonpj@microsoft.comMake the occurrence analyser deal correctly with RULES...
2010-10-07 simonpj@microsoft.comMake warning-free
2010-10-07 simonpj@microsoft.comThis is just white-space and layout
2010-10-07 simonpj@microsoft.comFix an ASSERT failure in FamInstEnv
2010-10-07 simonpj@microsoft.comFix a looping bug in the new occur-check code
2010-10-06 simonpj@microsoft.comFix test T4235 with -O
2010-10-06 simonpj@microsoft.comMake warning-free
2010-10-06 dimitris@microsoft.comMajor bugfixing pass through the type checker
2010-10-04 dimitris@microsoft.comTypechecker performance fixes and flatten skolem bugfixing
2010-09-23 dimitris@microsoft.comPerformance bug fixes
2010-10-06 simonpj@microsoft.comFix Trac #4371: matching of view patterns
2010-10-06 simonpj@microsoft.comRemove unused NoMatchContext construtor
2010-10-06 simonpj@microsoft.comRefactoring: mainly rename ic_env_tvs to ic_untch
2010-10-02 Simon Marlowremove unnecessary/broken definition of mask_
2010-10-02 Simon Marlow-fwarn-tabs: add "Warning" to the message
2010-09-29 Simon Marlowgive a better error message in the non-threaded RTS...
2010-10-05 Simon MarlowFix a very rare crash in GHCi
2010-09-24 Simon MarlowUsing 'stdcall' when it is not supported is only a...
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-10-03 Ian LynaghReplace an outputStr with putStrLn calls; fixes #4332
2010-09-30 Ian Lynaghmake test and fulltest targets in the main Makefile...
2010-09-30 Ian LynaghDon't show the loaded packages in ":show packages"...
2010-09-30 Ian LynaghHandle EXTRA_LIBRARIES when building programs
2010-09-29 Ian LynaghFix the doc directory on Windows
2010-09-29 Ian LynaghRemove an unused import on Windows
2010-09-28 Ian LynaghUse showCommandForUser when showing tracing commands
2010-09-28 Ian LynaghFix hsc2hs docs: 'gcc' is now the default compiler...
2010-09-25 Simon MarlowUse an empty signal handler for SIGPIPE instead of...
2010-09-25 Ian LynaghFix the TH deps
2010-09-24 Ian LynaghCheck inplace doesn't exist before we try to create it
2010-09-24 simonpj@microsoft.comFix an egregious bug: INLINE pragmas on monomorphic...
2010-09-24 simonpj@microsoft.comEta expand only lambdas that bind a non-dictionary Id
2010-09-24 simonpj@microsoft.comAdd a comment
2010-09-24 simonpj@microsoft.comAdd a debug print
2010-09-24 simonpj@microsoft.comJust moving comments around
2010-09-24 Simon Marlowuse putStrLn instead of Haskeline's outputStrLn
next