ghc-hetmet.git
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
2010-09-24 Ian LynaghChange "OPTIONS" to "OPTIONS_GHC" in error messages...
2010-09-23 Ian LynaghAdd deps for TH uses in vector
2010-09-23 Ian LynaghBump Cabal dep
2010-09-23 Ian LynaghUpdate Cabal's version number
2010-09-23 Ian LynaghBuild primitive with stage2
2010-09-24 Simon MarlowFix the Windows __chkstk build error (missing Linker...
2010-09-23 Simon Marlowemit a helpful error message for missing DPH packages
2010-09-24 simonpj@microsoft.comFix computation of installed packages
2010-09-24 simonpj@microsoft.comFix braino in WwLib/Literal patch
2010-09-23 simonpj@microsoft.comFor now, switch off incomplete-pattern warnings in...
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 Simon Marlowmove CHECKED settings to the right place
2010-09-23 Simon Marlowturn off -Werror for primitive and vector
2010-09-23 Simon MarlowAdd primitive and vector packages for DPH support
2010-09-23 Simon MarlowRefactoring and tidy up in the build system
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-22 Ian LynaghRemove an out of date paragraph from the user guide...
2010-09-21 Ian LynaghFix bindisttest when GhcProfiled = YES
2010-09-21 Ian LynaghFixes for when HADDOCK_DOCS=NO
2010-09-21 Ian LynaghBump version to 7.1
2010-09-21 Ian LynaghDon't use -march=i686 on powerpc-apple-darwin
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-09-21 Simon Marlowfix building with extra packages (packages were added...
2010-09-20 Simon Marlowadd extra packages to $(EXTRA_PACKAGES), so we avoid...
2010-09-21 Ian LynaghFix indexing error in archive loader
2010-09-21 Ian LynaghAdd some -Dl belches
2010-09-21 Ian LynaghAdd casts to fix warnings
2010-09-21 Ian LynaghAdd support for BSD-variant large filenames in .a archives
2010-09-20 Ian LynaghTell Cabal that we're not building GHCi libs if UseArch...
2010-09-20 Ian Lynagh"UseArchivesForGhci = YES" on darwin
2010-09-20 Ian LynaghAdd a dependency that my OS X build has recently starte...
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 LynaghTweak gen_contents_index now dph may not be there
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-19 Ian LynaghAdd a release note about the typechecker
2010-09-18 Matthias KilianEnable shared libs on OpenBSD
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-18 Ian LynaghFix mkUserGuidePart deps
2010-09-18 Ian LynaghFix build on cygwin: Normalise slashes in .depend files...
2010-09-17 Ian Lynaghextra packages info is now read from packages file
2010-09-17 Ian LynaghTweak darcs-all
2010-09-17 Ian LynaghBump dependencies
2010-09-17 Ian LynaghLibrary release notes for 7.0.1
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
next