ghc-hetmet.git
2011-01-28 simonpj@microsoft.comFix an egregious strictness analyser bug (Trac #4924)
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2011-01-26 simonpj@microsoft.comFix dependencies among specialisations for imported Ids
2011-01-26 simonpj@microsoft.comFix bug in roughTopNames
2011-01-26 simonpj@microsoft.comComments only, plus a tiny bit of debug printing
2011-01-26 simonpj@microsoft.comComments only
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2011-01-26 simonpj@microsoft.comBleat a bit more informatively in unionLists
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-24 Ian LynaghFix validate on OS X 64
2011-01-25 simonpj@microsoft.comSplit main/GHC into GHC and GhcMake
2011-01-25 simonpj@microsoft.comComments only
2011-01-25 simonpj@microsoft.comFix Trac #3717 by making exprOkForSpeculation a bit...
2011-01-25 simonpj@microsoft.comImprove dataToTag# magic
2011-01-25 simonpj@microsoft.comFix Trac #4917: try a bit harder to unify on-the-fly
2011-01-24 Manuel M T... DPH options updated
2011-01-23 Ian LynaghAdd build system profiling to build system
2011-01-23 Ian LynaghFix ghci in stage3
2011-01-23 Ian LynaghRemove use of non-existent $$(dir) variable in the...
2011-01-23 Ian LynaghAdd some missing dependencies
2011-01-23 Ian LynaghTweak some deps to avoid multiple $(wildcard ...)s
2011-01-22 Ian LynaghUse := when assigning the result of $(wildcard ...)
2011-01-22 Ian LynaghSimplify the build system, and remove 2 phases
2011-01-21 Ian LynaghManually control more of the Cabal flags for the compil...
2011-01-21 Ian LynaghRemove some hardcoded makefile settings
2011-01-19 Simon Marlowtweak newArray# documentation again
2011-01-20 Ian LynaghFix OSTYPE test
2011-01-19 simonpj@microsoft.comComments only
2011-01-13 simonpj@microsoft.comAdd OSTYPE build-system variable, and use it
2011-01-19 Ian LynaghRemove an extraneous comma that stopped ghc-cabal from...
2011-01-19 Ian LynaghMove some make variables around
2011-01-19 Ian LynaghRemove a debugging 'info'
2011-01-19 Ian LynaghMove the PACKAGE_MAGIC evaluation inside package-data.mk
2011-01-19 Ian LynaghFix libraries/index.html's haddock dependency on Windows
2011-01-19 Ian LynaghAdd configure phases for the stage 3 compiler
2011-01-18 Marco SilvaInclude kfreebsdgnu in the list of Target Platforms.
2011-01-18 Edward Z. YangFix documentation bug: newArray# accepts word count...
2011-01-18 Ian LynaghUpdate the location of libffi.dll.a
2011-01-17 Ian LynaghUpdate the generics docs; pointed out by Christian...
2011-01-17 Ian Lynaghghc-cabal now adds the language flag being used
2011-01-17 Ian LynaghReinstate the OS X flags in the LDFLAGS etc variables
2011-01-17 Ian LynaghAdd NondecreasingIndentation extension to ghc-bin
2011-01-17 Ian LynaghChange an "if ... else return ()" into a "when"
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-17 Ian LynaghFix deps on the ghc package
2011-01-17 Ian LynaghTidy up gmp cleaning
2011-01-16 Ian LynaghRemove redundant libraries/cabal-bin.hs
2011-01-16 Ian LynaghTurn off dtrace unless you override USE_DTRACE
2011-01-16 Ian LynaghSimplify a bit of makefile
2011-01-16 Ian LynaghTweak Windows phase ordering
2011-01-16 Ian LynaghHandle dependencies of programs on libraries correctly
2011-01-16 Ian LynaghIt's not clear if LDFLAGS flags will be given to gcc...
2011-01-16 Ian LynaghFix cross-package dependency generation on Windows
2011-01-16 Ian LynaghAdd some Windows-only CONFIGURE_PHASEs
2011-01-16 Ian LynaghSimplify, and future-proof, a dependency in the build...
2011-01-16 Ian LynaghRemove an unnecessary phase, and some unnecessary deps
2011-01-16 Ian LynaghWe can now pass -include-pkg-deps to the bootstrapping...
2011-01-16 Ian LynaghRemove some flags that are redundant now GHC gets confi...
2011-01-16 Ian LynaghChange some HC_OPTS var handling
2011-01-16 Ian LynaghRemove some unnecessary workarounds
2011-01-16 Ian LynaghTidy up a bit
2011-01-15 Ian LynaghBuild system improvements
2011-01-15 Ian LynaghWhitespace tweak
2011-01-15 Ian LynaghFix libffi build rules
2011-01-14 simonpj@microsoft.comFix Trac #4874: specialisation of INLINABLE things
2011-01-14 simonpj@microsoft.comComments only
2011-01-14 simonpj@microsoft.comFix a buglet in postInlineUnconditionally
2011-01-14 Simon Marlowcope with empty libraries/stamp directory (in git repo)
2011-01-14 Simon Marlowadd .gitignore
2011-01-13 Edward Z. YangFix longstanding bug in C-- inlining for functions...
2011-01-13 Simon Marlowfix for remote repos without -r
2011-01-13 Simon Marlowadd a version of packages that stores all the repos...
2011-01-13 Simon Marlowadd the -r flag from darcs-all
2011-01-13 simonpj@microsoft.comMake Template Haskell classInstances function return...
2011-01-13 simonpj@microsoft.comImprove the finder's error messages
2011-01-13 simonpj@microsoft.comWhite space only
2011-01-12 simonpj@microsoft.comProduce an error message, not a crash, for HsOpApp...
2011-01-12 Simon Marlowupdate to work with current packages file format
2011-01-07 Simon MarlowIn configure, test that GHC generates code for the...
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...
next