Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / compiler /
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
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 LynaghRemove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__
2010-10-10 Ian LynaghRemove unnecessary import
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-24 Simon MarlowUsing 'stdcall' when it is not supported is only a...
2010-09-29 Ian LynaghRemove an unused import on Windows
2010-09-28 Ian LynaghUse showCommandForUser when showing tracing commands
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 Ian LynaghChange "OPTIONS" to "OPTIONS_GHC" in error messages...
2010-09-23 Simon Marlowemit a helpful error message for missing DPH packages
2010-09-24 simonpj@microsoft.comFix braino in WwLib/Literal patch
2010-09-23 simonpj@microsoft.comMake -funfolding-dict-threshold work properly
2010-09-23 simonpj@microsoft.comImpredicative types is no longer deprecated
2010-09-23 simonpj@microsoft.comDo not make FunctionalDependencies force MonoLocalBinds
2010-09-23 simonpj@microsoft.comAllow absent State# RealWorld arguments
2010-09-23 simonpj@microsoft.comAdd notSCCNote, and use it
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-23 simonpj@microsoft.comAvoid ASSERT black hole
2010-09-23 simonpj@microsoft.comRejig the absent-arg stuff for unlifted types
2010-09-22 simonpj@microsoft.comRemove -fwarn-simple-patterns, and make -fwarn-incomple...
2010-09-22 simonpj@microsoft.comGet rid of non-exhaustive lambda
2010-09-22 simonpj@microsoft.comFix an ASSERT failure with profiling
2010-09-21 Ian LynaghFixes for when HADDOCK_DOCS=NO
2010-09-20 Ian LynaghAdd "Use archives for ghci" to --info output
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-20 Ian LynaghFilter out the FFI library when loading package in...
2010-09-19 simonpj@microsoft.comLoosen the conditions for -XUndecidableInstances; fixes...
2010-09-19 simonpj@microsoft.comFurther improvements in error messages
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-19 simonpj@microsoft.comInclude the "stupid theta" in the type of $con2tag
2010-09-18 Matthias KilianEnable shared libs on OpenBSD
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-17 Ian LynaghBump dependencies
2010-09-17 simonpj@microsoft.comFix overriding of implicit parameters in the solver
2010-09-17 simonpj@microsoft.comMinor type printing amomaly
2010-09-17 simonpj@microsoft.comSpaces only
2010-09-17 simonpj@microsoft.comMinor refactoring
2010-09-17 simonpj@microsoft.comAdd types of implicit parameters as untouchable
2010-09-17 simonpj@microsoft.comBetter pretty printing of implicit parameters
2010-09-17 simonpj@microsoft.comYet more error message improvement
2010-09-17 simonpj@microsoft.comMore error message wibbles
2010-09-17 simonpj@microsoft.comMore error refactoring
2010-09-17 simonpj@microsoft.comRefactor type errors a bit
2010-09-16 simonpj@microsoft.comFix a very subtle shadowing bug in optCoercion
2010-09-16 simonpj@microsoft.comFix bad error in tyVarsOfType
2010-09-16 simonpj@microsoft.comMore assertions
2010-09-16 simonpj@microsoft.comAdd more location info in CoreLint
2010-09-16 simonpj@microsoft.comPrint coercion variables as such (debugging change...
2010-09-15 simonpj@microsoft.comRemove pprTrace
2010-09-15 simonpj@microsoft.comRemove dead code dealing with type refinement
2010-09-15 simonpj@microsoft.comUse mkAppTy
2010-09-15 simonpj@microsoft.comComments only
2010-09-15 simonpj@microsoft.comExtend eta reduction to work with casted arguments
2010-09-15 simonpj@microsoft.comAllow "INLINEABLE" as a synonym
2010-09-15 simonpj@microsoft.comDocumentation for INLINABLE
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-15 Ian LynaghFix typo
2010-09-15 simonpj@microsoft.comAdd quotes in error message
2010-09-15 simonpj@microsoft.comFix isDefaultInlinePragma
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-15 simonpj@microsoft.comLess voluminous error when derived code doesn't typecheck
next