ghc-hetmet.git
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
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 Simon Marlowerrno corresponding to ERROR_NO_DATA should be EPIPE...
2010-09-15 Simon MarlowWindows: use a thread-local variable for myTask()
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
2010-09-15 simonpj@microsoft.comImprove pretty-printing of family instances
2010-09-15 simonpj@microsoft.comFix Trac #4240: -ddump-minimal-imports
2010-09-15 simonpj@microsoft.comComments only
2010-09-14 Simon Marlowimplement setThreadAffinity on Windows (#1741)
2010-09-14 Simon MarlowCOFF: cope with new debug sections in gcc 4.x (fixes...
2010-09-15 Simon Marloweliminate clutter from make output
2010-09-15 Simon Marlowrts_isProfiled should be a visible API (fixes T2615...
2010-09-14 Simon MarlowFix the "lost due to fragmentation" calculation
2010-09-14 Simon Marlowfix +RTS -S output: use peak_mblocks_allocated, now...
2010-09-15 simonpj@microsoft.comFix egregious bug in deeplyInstantiate
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-14 simonpj@microsoft.comImprove ASSERT
2010-09-14 simonpj@microsoft.comComment on what an "enumeration" type is
2010-09-14 simonpj@microsoft.comMake absent-arg wrappers work for unlifted types (fix...
2010-09-14 simonpj@microsoft.comComments only
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-14 simonpj@microsoft.comMore wibbles to deriving error messages
2010-09-13 Simon MarlowFix getThreadCPUTime()
2010-09-13 Simon Marlowfilter out the gcc-lib directory from the rts package...
2010-09-13 Simon MarlowDon't include GC time in heap profiles (#4225)
2010-09-13 Simon MarlowUse clock_gettime (if available) to measure the process...
2010-09-13 Simon Marlowmake stg_arg_bitmaps public, and available via the...
2010-09-13 Simon Marlowfix typo
2010-09-14 David TereiUpdate release notes and docs with LLVM info.
next