ghc-hetmet.git
2010-03-03 simonpj@microsoft.comAdd comments to darcs-all and packages
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
2010-03-02 Simon Marlowfix Windows build
2010-03-02 Simon Marlowsdist: Haddock.Interface.{Lex,Parse} moved to Haddock...
2010-03-02 Ian LynaghAdd handling for | to the transitional alternative...
2010-03-02 Ian LynaghTweak alternative layout rule
2010-03-02 Ian LynaghAdd transitional rules for the alternative layout rule
2010-03-02 Ian LynaghFix the alternative layout rule to handle explicit...
2010-03-01 Simon Marlowexpand comments for #2578 fix
2010-02-27 ich@christoph... a faster appendFS
2010-03-01 simonpj@microsoft.comImplement a smart constructor mkUnsafeCoercion, and...
2010-03-01 simonpj@microsoft.comSuggest -XGeneralizedNewtypeDeriving (fix Trac #3888)
2010-03-01 simonpj@microsoft.comTidy up AnyTyCon stuff
2010-03-01 simonpj@microsoft.comFix pretty-printing of IfaceAnyTc (fixes Trac #3883)
2010-03-01 simonpj@microsoft.comOmit unnecessary parens when pretty-printing IfaceExpr
2010-02-25 simonpj@microsoft.comComments only
2010-02-25 simonpj@microsoft.comAdd comment
2010-02-25 simonpj@microsoft.comChange pretty printing of InlinePrag slightly
2010-02-28 Ian LynaghAdd -no-auto-link-packages docs to the user guide;...
2010-02-28 Ian LynaghWhitespace only in docs/users_guide/packages.xml
2010-02-27 Ian LynaghAdd a LICENSE file to libraries/bin-package-db
2010-02-27 Ian LynaghHave separate rules to generate tags and TAGS
2010-02-27 Ian LynaghFix trac #2578
2010-02-26 Ian LynaghFix the build with GHC < 6.12
2010-02-26 Simon Marlowupdate the docs to reflect changes in the tracing flags
2010-02-26 Simon MarlowTweak the tracing flags slightly, and clean up error...
2010-02-26 Simon MarlowFix crash when using printf format specifiers in traceE...
2010-02-25 Simon Marlowhack to make the docs build again in a lndir build...
2010-02-24 Simon MarlowForce encoding to UTF-8 when writing individual .conf...
2010-02-22 Ben.Lippmeier... Fix build for non-x86 arches again.
2010-02-23 Ian LynaghFix the link to the ghc docs in libraries/prologue.txt
2010-02-23 Ian LynaghFix more library links in the user guide
2010-02-23 Ian LynaghFix the links to the base docs from the user guide
2010-02-23 Ian LynaghRemove old, unused release notes
2010-02-22 Ben.Lippmeier... Fix #3875: Crash in parallel GC, wrong pointer was...
2010-02-21 Ian LynaghAdd utils/ghctags/ghc.mk
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-02-20 Ian LynaghRemove the old hstags util
2010-02-20 Ian LynaghCheck for suitable versions of make in bindists; fixes...
2010-02-19 Ian LynaghFix build on Windows
2010-02-18 Ian LynaghUse the shared C wrapper code in ghci.c too
2010-02-18 Ian LynaghRefactor gcc.c, pulling out the reusable code
2010-02-17 Simon MarlowFix a recompilation checking bug when a package depende...
2010-02-17 Simon Marlowdarcs-all --extra get: gets a few extra packages
2010-02-17 Simon MarlowAllow extra packages to be added to the build, by setti...
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-02-16 Simon MarlowWrite the binary cache file atomically
2010-02-16 Simon Marlowdisable a false assertion, with a comment to explain why
2010-02-16 Simon MarlowFix a bug that can lead to noDuplicate# not working...
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-15 Simon Marlowfix lost context switches in GHCi (fixes test 3429...
2010-02-15 Ben.Lippmeier... Fix build for non-x86 architectures
2010-02-15 Roman LeshchinskiyAdd comments about the ForceSpecConstr mechanism
2010-02-15 Roman LeshchinskiySpot ForceSpecConstr arguments in polymorphic loops
2010-02-14 Ian LynaghDon't rely on tar supporting -z; trac #3841
2010-02-11 Simon Marlowdon't constant fold division that would result in negat...
2010-02-10 simonpj@microsoft.comImprove error dump in TcEnv
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comDocumentation for changes to Template Haskell and quasi...
2010-02-08 simonpj@microsoft.comRemove redundant import
2010-02-10 simonpj@microsoft.comStop fruitless ANF-ing
2010-02-10 simonpj@microsoft.comComments only
2010-02-10 simonpj@microsoft.comSimplify syntax for quasi-quotation
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-02-09 Simon Marlowgenerate slightly better code for ccall argument-pushin...
2010-02-09 Simon Marlow--lazy overrides --partial too
2010-02-08 simonpj@microsoft.comFix Trac #3850
2010-02-05 Simon MarlowFix a bug introduced in the SSE2 support: callClobbered...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2010-02-03 Simon Marlowadd libraries/binary
2010-02-03 Simon Marlowadd comment for srt_bitmap field
2010-02-03 benl@cse.unsw... Use bash to run boot-pkgs, the default Solaris shell...
2010-02-03 benl@cse.unsw... Disable -Wcast-align when building the rts
2010-02-03 benl@cse.unsw... Stifle warning about printf format strings
2010-02-03 benl@cse.unsw... Cast to (void*) to stifle warning about signedness
2010-02-02 benl@cse.unsw... Add missing import sm_mutex, which fixes the -fvia...
2010-01-30 Simon MarlowFix typo in error message (#3848)
2010-02-01 simonpj@microsoft.comFix Trac #3831: blowup in SpecConstr
2010-01-29 Simon MarlowRe-read pragmas after preprocessing (#2464, #3674,...
2010-01-28 Simon Marlowtweak the totally-bogus arbitrary stack-squeezing heuri...
2010-01-27 Simon Marlowfix warning on Windows
2010-01-27 Simon Marlowfix Windows build (GHC.Conc.runHandlers is Unix-only)
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2010-01-27 Simon MarlowWin32 yieldThread(): use SwitchToThread() instead of...
2010-01-27 Simon Marlowfix warnings
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-27 Simon Marlowdefine INFINITY and NAN if they don't exist (#2929)
2010-01-27 Simon Marlowremove suspicious whitespace-only lines
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2010-01-26 Simon Marlowavoid using non-standard %zd format specifier (#3804)
2010-01-26 Simon MarlowFix signal segfaults on Solaris (#3790)
2010-01-26 Simon Marlowcomment-out an incorrect assertion
2010-01-26 Simon MarlowFix a deadlock, and possibly other problems
2010-01-22 Simon MarlowWhen acquiring a spinlock, yieldThread() every 1000...
2010-01-22 Simon Marlow'store' should be static (#3835)
2010-01-22 Simon MarlowAdd some missing getStablePtr()s for CAFs that the...
2010-01-22 Ian LynaghRemove an out-of-date comment
2010-01-22 Simon Marlowfix build on Windows
2010-01-22 Simon Marlowfix warning on Windows
2010-01-19 Simon MarlowFix docs for sizeofByteArray#/sizeofMutableByteArray...
next