ghc-hetmet.git
2008-09-26 Ian LynaghAdd an example of how to use SCCs to the user guide
2008-09-26 Ian LynaghAdd some description of the +RTS -t/-s/-S output
2008-09-26 Ian LynaghRemove a redundant options pragma
2008-09-26 Ian LynaghSplit ShowVersion etc off into a different type to...
2008-09-26 Ian LynaghPass SRC_HC_OPTS to GHC when building GHC's Main.hs
2008-09-26 Ian LynaghImprove runghc docs; fixes trac #2477
2008-09-25 Manuel M T... Type families: fixes in flattening & finalisation
2008-09-25 Ian LynaghFix the behaviour of flags like --help and --version...
2008-09-25 Ian LynaghFollow the integer package changes
2008-09-25 Manuel M T... Type families: fix decomposition problem
2008-09-24 Judah JacobsonDon't exit ghci if :info is called on an undefined...
2008-09-24 Ian LynaghFix maintainer-clean
2008-09-24 Ian LynaghUse -f when making the runhaskell symlink
2008-09-24 Ian LynaghUse -perm -100 rather than -perm /a+x when looking...
2008-09-24 Ian LynaghUse $(FIND) rather than find, as the former may be...
2008-09-24 Ian LynaghLook for gfind as well as find
2008-09-24 Ian LynaghIn configure, don't call FPTOOLS_HADDOCK
2008-09-24 Ian LynaghUse $(TAR) rather than tar
2008-09-24 Ian LynaghAdd $(strip) to a Makefile test
2008-09-24 Ian LynaghUse test -f rather than test -e, for portability (Solaris)
2008-09-23 Ian LynaghRemove some dependencies on bootstrapping.conf from...
2008-09-23 Ian LynaghBump the version number to 6.11
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-21 Ian LynaghMake "sh -e boot" work
2008-09-21 Ian LynaghUse -f rather than -e for portability
2008-09-21 Ian LynaghAdd some special cases for putting dph in bindists
2008-09-20 Ian LynaghEscape a hash in the Makefile (it was breaking source...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-23 Simon Marlow#2566: emit a warning for 'ghc -c foo.bar'
2008-09-22 Simon MarlowFix to new executable allocation code (fixed print002...
2008-09-22 Simon Marlowclean sm/Evac_thr.c and sm/Scav_thr.c
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (first bug): correct type checking for...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (second bug): complain about an empty...
2008-09-20 Ian LynaghUpdate dependencies
2008-09-20 Ian LynaghFix building with GHC 6.6
2008-09-20 Ian LynaghRemove fno-method-sharing from the list of static flags
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-19 Ian LynaghGix the ghcii script
2008-09-19 Ian LynaghCreate runhaskell as well as runghc
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-19 Ian LynaghFix building the extralibs tarball
2008-09-19 Ian LynaghInstall libffi when installing frmo a bindist
2008-09-19 Ian LynaghFix how we put libffi into bindists
2008-09-19 Ian LynaghDon't require Parser.y in a source dist 6_10_branch_has_been_forked
2008-09-19 Ian LynaghAdd HpcParser.hs to source dists
2008-09-19 Ian LynaghFix the list of generated files that need to go into...
2008-09-19 simonpj@microsoft.comImprove documentation of overlapping instances
2008-09-18 Ian LynaghPut generated files in source dists
2008-09-18 Ian LynaghAdd libraries/syb to .darcs-boring
2008-09-18 pepeFix a couple of issues with :print
2008-04-18 pepewibble
2008-09-18 Chaddai FoucheRichTokenStream support
2008-09-18 Ian LynaghWhen passing gcc -B, also tell it where the mingw inclu...
2008-09-18 Ian LynaghDon't put the mingw directory in RTS's package.conf
2008-09-18 Ian LynaghBe more forceful when cleaning in compiler/ and ghc/
2008-09-18 Ian LynaghGenerate ghc.cabal and ghc-bin.cabal with configure
2008-09-18 Ian LynaghMake the ghci scripts point to the versioned GHC progra...
2008-09-18 simonpj@microsoft.comFix Trac #1470: improve handling of recursive instances...
2008-09-18 simonpj@microsoft.comComments only
2008-09-18 simonpj@microsoft.comReplace ASSERT with WARN, and explain why
2008-09-18 simonpj@microsoft.comAdd a missing "prime" (env' --> env'') thereby fixing...
2008-09-17 simonpj@microsoft.comFix nasty infelicity: do not short-cut empty substituti...
2008-09-17 simonpj@microsoft.comAvoid arity reduction when doing eta-reduce
2008-09-17 simonpj@microsoft.comAdd extra WARN test
2008-09-17 simonpj@microsoft.comComments only
2008-09-17 simonpj@microsoft.comRe-adjust interaction between -ddump flags and force...
2008-09-17 simonpj@microsoft.comAdd Outputable GhcMode instance
2008-09-17 simonpj@microsoft.comImprove error reporting for 'deriving' (Trac #2604)
2008-09-16 simonpj@microsoft.comAdd link to GADT paper re rigid types
2008-09-18 Simon MarlowFix MacOS X build: don't believe __GNUC_GNU_INLINE__...
2008-09-18 Simon Marlowrequire Alex version 2.1.0
2008-09-18 Manuel M T... Type families: fixes in the new solver
2008-09-18 Tim Chevalierext-core library: Parser fixes; make it build with...
2008-09-17 Ian LynaghWibble ghc-pkg imports to fix building on Windows
2008-09-17 Ian Lynaghghc-pkg needs to make package.conf with sensible permis...
2008-09-17 Thomas SchillingChange 'loadWithCompiler' callback argument to just...
2008-09-17 Simon MarlowFix: GhcStage2HcOpts were being added to stage 3 too
2008-09-17 Manuel M T... Type families: unify with family apps in checking mode
2008-09-16 Manuel M T... Type families: bug fixes
2008-09-16 Manuel M T... Keep sysnonyms folded in equalities if possible
2008-09-16 Manuel M T... Type families: apply flattening coercions in the right...
2008-09-15 Manuel M T... TcTyFuns: tidy warning
2008-09-15 Manuel M T... Signature for Inst.isValidWantedEqInst
2008-09-14 Manuel M T... Remember if RewriteInst is swapped & bug fixes
2008-09-14 Manuel M T... Type families: fixed all non-termination in the testsuite
2008-09-13 Manuel M T... Type families: completed the new equality solver
2008-09-16 Ian LynaghUse the new -optdep flag replacements when building...
2008-09-15 Ian LynaghUse "exec" when running ghc in the wrapper
2008-09-14 Ian LynaghAdd "#!/bin/sh" to runghc.wrapper
2008-09-14 Ian LynaghAdd a "#!/bin/sh" to ghc.wrapper
2008-09-16 andygill@ku.eduFixing directory creation to not create "" directories...
2008-09-16 andygill@ku.eduFix Trac #2052 Allowing hpc to understand hsc files.
2008-09-15 andygill@ku.eduFix Trac #2311: creates subdirs for package coverage...
2008-09-16 Simon MarlowFIX #2469: sort out our static/extern inline story
2008-09-16 Simon MarlowFix a warning
2008-09-15 Simon MarlowStop using mremap() to allocate space for trampolines
2008-09-12 Simon Marlowadd $(GhcStage[123]HcOpts)
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
next