ghc-hetmet.git
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2011-01-11 Ian LynaghFix installation on cygwin
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2011-01-10 simonpj@microsoft.comMove imports around (no change in behaviour)
2011-01-07 simonpj@microsoft.comMake fuzzy matching a little less eager for short ident...
2011-01-05 simonpj@microsoft.comFix Trac #4870: get the inlining for an imported INLINA...
2011-01-09 Ian LynaghRejig the includes/ installation rules
2011-01-08 Ian LynaghMake DESTDIR an absolute path when installing; fixes...
2011-01-08 Ian LynaghAdd utils/ghc-cabal/Makefile
2011-01-08 Ian LynaghRemove redundant import
2010-11-30 Michal TerepetaImprove error message of :set in ghci (ticket #4190).
2010-11-27 Michal TerepetaImprove error message when importing data constructors...
2011-01-07 Simon Marlowcatch SIGTSTP and save/restore terminal settings (...
2011-01-07 Simon Marlowcomment updates
2011-01-06 Ian LynaghOn Cygwin, use a Cygwin-style path for /bin/install...
2011-01-06 Ian LynaghFix mkUserGuidePart program name on Windows
2011-01-06 Simon Marlowadd comment to remind people to update driver/gcc/gcc.c
2011-01-06 Simon Marlowuse Win32 CreateProcess() rather than mingw spawnv...
2011-01-06 Simon Marlowupdate paths now that we upgraded gcc to 4.5.0
2011-01-06 Simon Marlowfix markup
2011-01-05 Simon Marlowfix up multi-line GHCi patch (#4316)
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...
next