ghc-hetmet.git
2010-11-05 Vivian McPhailmultiline commands in GHCi #4316
2011-01-05 Ian LynaghReplace a #if with a Haskell conditional
2011-01-05 Ian LynaghWhitespace only in X86.Ppr
2010-12-19 naur@post11... Fix error compiling AsmCodeGen.lhs for PPC Mac (unused...
2011-01-04 Ian LynaghDefine cTargetArch and start to use it rather than...
2010-12-19 naur@post11... Fix error compiling AsmCodeGen.lhs for PPC Mac (rtsPack...
2011-01-04 Ian LynaghRename the c*Platform variables to c*PlatformString
2010-12-21 gwright@antiope.comFix #4829 (build does not respect --with-gcc option)
2010-12-31 Matthias KilianDrop a seven years old workaround for happy
2010-12-20 Ian LynaghAdd gcc and ld flags to --info output
2010-12-24 simonpj@microsoft.comFix Trac #4525: report type errors in terms of the...
2010-12-24 simonpj@microsoft.comComments only
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the Finder
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the renamer
2010-12-22 simonpj@microsoft.comAdd fuzzyLookup, a variant of fuzzyMatch
2010-12-22 simonpj@microsoft.comWhite space only
2010-12-22 simonpj@microsoft.comLayout and white space only
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-22 simonpj@microsoft.comMake the occurrence analyser track preInlineUnconditionally
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-21 Simon MarlowCount allocations more accurately
2010-12-21 simonpj@microsoft.comAdd a simple arity analyser
2010-12-21 simonpj@microsoft.comMiscellaneous tidying up and refactoring
2010-12-21 simonpj@microsoft.comComments only
2010-12-21 simonpj@microsoft.comSingle-method classes are implemented with a newtype
2010-11-01 simonpj@microsoft.comFor single-method classes use newtypes
2010-12-21 Simon MarlowboundTaskExiting: don't set task->stopped unless this...
2010-12-21 Simon MarlowreleaseCapabilityAndQueueWorker: task->stopped should...
2010-12-21 Simon MarlowFix Windows build
2010-12-21 Simon MarlowraiseExceptionHelper: update tso->stackobj->sp before...
2010-12-21 Simon Marlowadd 'make re2' for rebuilding stage2 (similarly re1...
2010-12-16 Simon Marlowfix warning
2010-12-20 simonpj@microsoft.comSmall improvement to CorePrep
2010-12-19 Ian LynaghFix warnings
2010-12-19 Ian LynaghSmall refactoring
2010-12-19 Matthias KilianDrop GhcWithLlvmCodeGen configuration bits
2010-12-19 Ian LynaghPass --hoogle to haddock; fixes trac #4521
2010-12-18 Roman Leshchinskiyvectoriser: don't always pass superclass dictionaries...
2010-12-18 Roman Leshchinskiyvectoriser: delete dead code
2010-12-18 Roman Leshchinskiyvectoriser: adapt to new superclass story part I (dicti...
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-18 Ian LynaghCreate ~/.ghc/ if it doesn't already exist; fixes trac...
2010-12-18 Ian LynaghDocument GADTSyntax extension
2010-12-18 Ian LynaghImplement GADTSyntax extension
2010-12-17 Ian LynaghWhitespace-only in rts/Linker.c
2010-12-17 Ian LynaghAdd some casts to fix warnings; patch from Greg Wright
2010-12-17 Ian LynaghPut an up-to-date Makefile in docs/Makefile
2010-12-17 Karel Gardasdo not compile part of shared lib RTS with -fno-PIC...
2010-12-17 Karel Gardasprovide shared libraries support on i386-unknown-solari...
2010-12-17 Karel Gardasfix CPP detection of Solaris in NCG
2010-12-16 Ian LynaghFix checkBinaries on OS X
2010-12-16 Ian LynaghRemove redundant HpcMap and HpcSet wrappers around...
2010-12-16 Ian LynaghUse "-perm -u+x" rather than "-executable" to find...
2010-12-16 Ian LynaghRemove a debugging print
2010-12-15 Ian Lynagh__GLASGOW_HASKELL__ >= 604 is now always true
2010-12-15 Ian LynaghRemove more dead code now we require GHC >= 6.12
2010-12-16 Simon Marlowrefactor and tidy up the section on RTS options
2010-12-09 OrphiRelated to #4826: Some minor tweaks to the wording...
2010-12-09 OrphiFIX #4826 partial: Add -rtsopts and -with-rtsopts to...
2010-12-09 OrphiFIX #4826 partially: Change -f to -? in User Guide...
2010-12-16 Simon Marlowfix #3910
2010-12-15 Simon Marlowremove an optimisation that wasn't
2010-12-16 Simon Marlowfix a warning
2010-12-16 Simon Marlowuse EXTERN_INLINE instead of STATIC_INLINE to avoid...
2010-12-16 Simon Marlowremove dead code
2010-12-16 Simon Marlowfix retainer profiling: add missing case for TSO
2010-12-16 Simon Marlowadd a missing STACK case
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-15 Simon Marlowfix for large stack allocations
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-14 Simon Marlowcomments on SRC_HC_OPTS (#4829)
2010-12-09 Simon Marlowfix another sanity error, and refactor/tidy up
2010-12-15 simonpj@microsoft.comFix a bug in functorLikeTraverse, which was giving...
2010-12-15 simonpj@microsoft.comImprove printing for -ddump-deriv
2010-12-15 simonpj@microsoft.comTighten up what it means to be an "enumeration data...
2010-12-15 simonpj@microsoft.comAllow enumerations to have phantom arguments.
2010-12-14 simonpj@microsoft.comInstance declaration overlap allowed if *either* has...
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-14 simonpj@microsoft.comFix Trac #3731: more superclass subtlety (sigh)
2010-12-14 simonpj@microsoft.comLess verbose debug print
2010-12-14 simonpj@microsoft.comWibble to InstEnv.instanceHead
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
2010-12-14 Ian LynaghGHC 6.12 is now needed to build the HEAD
2010-12-13 Ian LynaghAdd libstdc++-4.5.0-1-mingw32-dll-6.tar.lzma to mingw...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 dimitris@microsoft.comDoing the smart canonicalization only if we are not...
2010-12-09 dimitris@microsoft.comMoved canonicalisation inside solveInteract
2010-12-13 Ian LynaghGHCi linker: Assume non-Haskell libraries are dynamic...
2010-12-12 Ian LynaghAdd --version support to ghc-cabal
2010-12-10 Ian LynaghDon't link the GHC RTS into our C-only programs
2010-12-10 Ian LynaghBuild a copy of ghc-cabal with the in-tree compiler...
2010-12-10 Ian LynaghAdd a test that all programs in the bindist were built...
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-10 simonpj@microsoft.comComments only
2010-12-08 simonpj@microsoft.comMake the case-to-let transformation a little less eager
2010-12-10 Simon Marlowwarning fix: don't redefine BLOCKS_PER_MBLOCK
2010-12-10 Simon MarlowOnly reset the event log if logging is turned on (adden...
2010-12-10 Simon Marlowallocate enough room for the longer filename (addendum...
next