ghc-hetmet.git
2008-06-06 Ian LynaghFix warnings in TcRnTypes
2008-06-06 Ian LynaghFix warnings in TcTyClsDecls
2008-06-06 Ian LynaghFix warnings in TcHsType
2008-06-06 Ian LynaghFix warnings in TcSimplify
2008-06-06 Ian LynaghFix warnings in TcRules
2008-06-06 Ian LynaghFix warnings in TcInstDcls
2008-06-06 Ian LynaghFix warnings in TcMType
2008-06-06 Ian LynaghFix warnings in TcForeign
2008-06-06 Ian LynaghFix warnings in TcClassDcl
2008-06-06 Ian LynaghFix a bug in eqPatType
2008-06-06 Ian LynaghShow whether DEBUG is on in ghc --info
2008-06-06 Ian LynaghUse -fno-toplevel-reorder with gcc >= 4.2 on sparc...
2008-06-06 Ian LynaghTeach configure about amd64/NetBSD; fixes trac #2348
2008-06-06 Ian LynaghEnable the mangler for netbsd/amd64; fixes trac #2347
2008-06-06 simonpj@microsoft.comImprove documentation for standalone deriving
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-06-05 simonpj@microsoft.comVital follow-up to fix of Trac #2045
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comComments only
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-06-04 simonpj@microsoft.comFix Trac #2339: reify (mkName "X")
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-06-04 simonpj@microsoft.comSort modules and packages in debug print (reduce test...
2008-06-04 Simon MarlowFix #2334: tyvar binders can have Names inside (equalit...
2008-06-04 Simon Marlowfix pointer tagging bug in removeIndirections (fixes...
2008-06-04 Simon MarlowFix unreg build
2008-06-04 Simon Marlowtiny tweak to the stack squeezing heuristic (fixes...
2008-06-04 Manuel M T... MacOS installer: don't quote XCODE_EXTRA_CONFIGURE_ARGS
2008-06-04 Manuel M T... MacOS installer: terminate build on intermediate failure
2008-06-03 simonpj@microsoft.comFix Trac #2331 (error message suggestion)
2008-05-30 simonpj@microsoft.comImprove documentation of RULES
2008-05-30 simonpj@microsoft.comImprove documentation for INLINE pragma
2008-06-03 Simon Marlowadd debugDumpTcRn and use it for some debugging output
2008-06-03 Simon MarlowTurn "NOTE: Simplifier still going..." message into...
2008-06-03 Simon Marlowremove the "expanding to size" messages
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-06-03 Simon Marlow-no-link-chk has been a no-op since at least 6.0; remove it
2008-06-03 Simon Marlow-no-link-chk is a relic
2008-06-03 simonpj@microsoft.comShorten debug messages
2008-06-02 simonpj@microsoft.comFix minor layout issue (whitespace only)
2008-06-02 Manuel M T... MacOS installer: clean up Xcode project spec
2008-06-02 Simon MarlowFix validate: -Werror bug in patch "Replacing copyins...
2008-06-02 Simon MarlowFIX #2231: add missing stack check when applying a PAP
2008-06-02 Simon Marlow-fforce-recomp should be unnecessary for Main.hs in...
2008-06-02 dias@eecs.harvard.eduMissing import in C-- parser
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-30 Simon Marlowdisable SAT for now (see #2321)
2008-05-30 Roman LeshchinskiyAdd dph packages to build system
2008-05-29 Manuel M T... PackageMaker target depends on deployment target
2008-05-29 Simon Marlowhs_add_root: use use rts_lock()/rts_unlock() for a...
2008-05-29 Simon MarlowMake it less fatal to not call ioManagerStart()
2008-05-29 Simon MarlowFIX BUILD with GHC 6.4.x
2008-05-28 Simon MarlowFIX #1970: ghci -hide-all-packages should work
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-27 Manuel M T... make framework-pkg needs to cope with missing DSTROOT
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-23 Simon Marlowdon't make -ddump-if-trace imply -no-recomp
2008-05-27 Simon Marlowclarify that unsafeCoerce# :: Float# -> Int# is not...
2008-05-28 dias@eecs.harvard.eduwhen linking, ignore unknown .reloc section that appear...
2008-05-26 Ian LynaghSimplify specifying that some libraries need to use... 2008-05-28
2008-05-26 Ian LynaghCope with libraries in libraries/foo/bar rather than...
2008-05-26 Manuel M T... Fix fwrite$UNIX2003 symbols when cross-compiling for...
2008-05-01 claus.reinke... document :source command for GHCi, point to Haskell...
2008-05-23 Ian LynaghDo some stack fiddling in stg_unblockAsyncExceptionszh_ret
2008-05-21 Ian LynaghFix warnings in TcTyDecls
2008-05-21 Ian LynaghFix whitespace in TcTyDecls
2008-05-22 Manuel M T... Ensure runhaskell is rebuild in stage2
2008-05-21 simonpj@microsoft.comFix Trac #1061: refactor handling of default methods
2008-05-21 simonpj@microsoft.comComment typo
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-05-20 simonpj@microsoft.comFix Trac #2293: improve error reporting for duplicate...
2008-05-15 simonpj@microsoft.comTuples cannot contain unboxed types
2008-05-20 Ian LynaghMake TcType warning-free
2008-05-17 Ian LynaghTeach push-all how to send as well
2008-05-19 Ian LynaghMake TcUnify warning-free
2008-05-19 Ian LynaghFix a comment typo
2008-05-19 Ian LynaghDetab TcUnify
2008-05-19 Simon MarlowFIX #1955: confusion between .exe.hp and .hp suffixes...
2008-05-20 Simon Marlowsort the output of :show packages
2008-05-20 Simon Marlowupdate the "perf" settings to match the default
2008-05-20 Simon Marlowuse -O2 for libraries and stage2 compiler by default
2008-05-19 Simon Marlowbump GHC's maximum stack size to 64Mb (see #2002)
2008-05-20 Roman LeshchinskiyAdd -Odph
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-05-20 Norman Ramseydocumentation for ZipDataflow
2008-05-18 Ian LynaghMake TcBinds warning-free
2008-05-18 Ian LynaghDetab TcBinds
2008-05-17 Ian LynaghMove the register-inplace special-case stuff into the...
2008-05-16 Ian LynaghLibraries Makefile Hack for ndp
2008-05-16 Ian LynaghWhen building libraries, we need to register them if...
2008-05-17 Tim ChevalierAdd dummy LICENSE file to make Cabal go through
2008-05-16 Simon MarlowFIX #2257: timer_settime() hangs during configure
2008-05-16 Simon Marlowvalidate fix: eliminate a warning
2008-05-15 Simon Marlowvalidate fix: eliminate a warning on non-Windows
2008-05-15 Simon MarlowFIX #2014: Template Haskell w/ mutually recursive modules
2008-05-01 claus.reinke... Document ghc-pkg find-module, substring matching, and...
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-05-15 Tim Chevalierdon't rebuild PrimEnv if genprimopcode and/or primops...
next