ghc-hetmet.git
2009-11-05 simonpj@microsoft.comUpdate layout of error message slightly
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-05 Simon MarlowFix some more build bugs exposed by the addition of...
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-11-04 simonpj@microsoft.comComment only
2009-11-05 simonpj@microsoft.comComments and layout only, relating to Roman's inlining...
2009-11-05 simonpj@microsoft.comComments only, relating to Roman's new built-in rule...
2009-11-03 simonpj@microsoft.comAdd a (DEBUG-only) warning for top-level error thunks...
2009-11-03 simonpj@microsoft.comComment only
2009-11-05 Simon MarlowGet the package-data.mk dependencies right
2009-11-05 Simon MarlowUpdate docs on ticky-ticky profiling
2009-11-04 Roman LeshchinskiyAdd builtin rule to eliminate unnecessary casts in seq
2009-11-04 Roman LeshchinskiyConsider variables with conlike unfoldings interesting
2009-11-03 simonpj@microsoft.comTweak simpleOptExpr, so that it respects nested INLINE...
2009-11-04 Simon MarlowFix some bugs to do with tools in paths containing...
2009-11-04 Simon Marlow#3604: treat TH with -dynamic in the same way as -prof
2009-11-04 Simon Marlowfix build failure on Windows
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-11-04 Simon Marlowadd '-' to the chars allowed in C header file names
2009-11-04 Simon Marlowhopefully fix validate breakage on OS X and Windows
2009-11-04 Roman LeshchinskiyAlways include libraries/dph/ghc.mk in top-level ghc.mk
2009-11-04 Roman LeshchinskiyFix non-portable regexp
2009-11-03 Simon MarlowFix #1185 (RTS part, also needs corresponding change...
2009-10-21 Simon MarlowGhciMonad.resume should restore the program's argv...
2009-11-03 Ian LynaghRefactor package installation
2009-11-03 simonpj@microsoft.comDocument the CONLIKE pragma
2009-11-03 simonpj@microsoft.comDocument the fact that impredicative polymorphism is...
2009-11-02 simonpj@microsoft.comMinor change to captalisation in error message only
2009-11-02 simonpj@microsoft.comImprove documentation of 'rec' in do-notation
2009-11-02 simonpj@microsoft.comComments only
2009-11-02 simonpj@microsoft.comMake the arity warning a bit more informative (DEBUG...
2009-10-30 simonpj@microsoft.comImprove error message for malformed LANGUAGE pragma
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-06 Ben.Lippmeier... Remove unused DYNAMIC_RTS var from rts/ghc.mk
2009-10-06 Ben.Lippmeier... Use __PIC__ and ming32_TARGET_OS to turn on windows...
2009-10-06 Ben.Lippmeier... Use C syntax for casting. 'stgCast' appears to have...
2009-10-06 Ben.Lippmeier... Handle deps with numbers in them, like 'wsock32'.
2009-10-31 Ian LynaghDefine BootingFromHc in bindists; fixes #3617
2009-10-30 Ian LynaghAdd ghc-cabal dependencies; fixes #3494
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-30 simonpj@microsoft.comBe less noisy in a debug trace (Arity decrease)
2009-10-30 simonpj@microsoft.comFix build with DEBUG on
2009-10-30 simonpj@microsoft.comCure an assert failure by gathering the right set of...
2009-10-30 Ian LynaghFix the build with GHC 6.8
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-28 tom.schrijvers... fix and enable coercion optimization
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-30 Roman LeshchinskiyAdapt vectoriser to new inlining mechanism
2009-10-30 Roman LeshchinskiyUse packByTag instead of pack in the vectoriser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and -ddump-tc-trace wibbles only
2009-10-29 simonpj@microsoft.comWhite space only
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-10-29 simonpj@microsoft.comA small refactoring in the code for desugaring explicit...
2009-10-29 simonpj@microsoft.comWhite space layout only
2009-10-29 simonpj@microsoft.comMake `consBag` infixr, and `snocBag` infixl
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 simonpj@microsoft.comComments only
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-10-29 Roman LeshchinskiyDocument -fstrictness-before
2009-10-29 Roman LeshchinskiyAdd new dynamic flag -fstrictness-before
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
2009-10-16 Roman LeshchinskiyFix bug in data type vectorisation
2009-10-29 Manuel M T... Fix a dynamic linker bug that killed ghci on Snow Leopard
2009-10-29 Ian LynaghImprovements to the gcc wrapper
2009-10-29 simonpj@microsoft.comFix formatting and wording in documentation of DoRec
2009-10-29 Ian LynaghAdd some &&s to configure
2009-10-29 Ian LynaghDon't "set -e" in configure.ac
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-28 simonpj@microsoft.comTrivial improvement to mkForAllTy
2009-10-27 Ian LynaghWrap gcc on Windows, to provide the -B flags
2009-10-26 simonpj@microsoft.comAdd a coercion optimiser, to reduce the size of coercio...
2009-10-23 simonpj@microsoft.comComments only
2009-10-23 simonpj@microsoft.comAdd restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a
2009-10-23 simonpj@microsoft.comUse braces rather than angle-brackets in debug-printing...
2009-10-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-10-20 simonpj@microsoft.comFix Trac #3590: a nasty type-checker bug in left/right...
2009-10-20 simonpj@microsoft.comAllow -ticky and -prof together
2009-10-25 Ian LynaghEscape some $s in makefiles for consistency
2009-10-24 Ian LynaghRemove readline license info from OS X package
2009-10-23 Ian LynaghAdd a test to the unpulled patches in darcs-all
2009-10-23 Ian LynaghExplain why we check for LICENSE, not _darcs, in boot
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-23 Ian LynaghDon't build PS/PDF docs when validating
2009-10-23 Ian LynaghDo "set -e" in configure.ac
2009-10-20 Ian LynaghStop creating $(INPLACE_LIB)/perl.exe
2009-10-20 Ian LynaghCheck for failure when running wget
2009-10-14 Ian LynaghAdd tarball syncing to darcs-all
2009-10-14 Ian LynaghRemove libffi tarball from the repo
2009-10-20 Simon MarlowFix a regression introduced in "overlap checking of...
2009-10-20 simonpj@microsoft.comTidy up TcSplice, especially runMeta and friends
next