ghc-hetmet.git
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-30 simonpj@microsoft.comFix Trac #3100: reifyType
2009-11-30 simonpj@microsoft.comFix Trac #3102: pre-matching polytypes
2009-12-02 Simon MarlowthreadStackUnderflow: put the new TSO on the mut list...
2009-12-02 Simon Marlowdon't sanity check the whole stack when switching inter...
2009-12-02 Simon Marlowfix to sanity checking for ThreadRelocated TSOs
2009-12-02 Simon Marlowsanity check the top stack frame, not the whole stack
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-12-01 Simon MarlowFree full_prog_argv at exit, closing a memory leak
2009-12-01 Simon Marlowfree cap->saved_mut_lists too
2009-12-01 Simon MarlowexitScheduler: move boundTaskExiting call outside ...
2009-12-01 Ian LynaghUse dlltool from the in-tree mingw installation
2009-12-01 Ian LynaghFix Commentary link in the HACKING file; trac #3706
2009-12-01 Ian LynaghAdd an entry fo the ghci command :run to the user guide
2009-12-01 Ian LynaghFix typo in docs
2009-12-01 Ian LynaghDelay expansion of some makefile variables until they...
2009-12-01 Ian LynaghCall $(SED) rather than sed
2009-12-01 Ian LynaghLook for sed as gsed first
2009-12-01 Ian LynaghAvoid running empty for loops; fixes trac #3683
2009-12-01 Simon MarlowFix PS file generation
2009-11-30 Simon MarlowImplement a new heap-tuning option: -H
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-11-30 Simon MarlowFix the prof_scc.png image in the profiling section...
2009-11-30 Simon Marlowdocument 'recache' command in the help output (#3684)
2009-11-30 Simon MarlowCheck whether the main function is actually exported...
2009-11-30 Simon MarlowAvoid using non-standard GNU tar option --force-local
2009-11-15 Matthias KilianReorder ALL_RTS_LIBS
2009-11-29 Ian LynaghUpdate dependencies
2009-11-29 Ian LynaghFollow Cabal changes
2009-11-29 Ian LynaghTweak layout to work with alternative layout rule
2009-11-29 Ian LynaghTweak the alternative layout rule: {} contains commas
2009-11-29 Ian LynaghCorrect the advanceSrcLoc calculation for tabs
2009-11-29 Ian LynaghTweak alternative layout rule
2009-11-29 Ian LynaghMake the alternative layout rule cope with file pragmas
2009-11-29 Ian LynaghGive more informative error messages
2009-11-28 Ian LynaghTeach advanceSrcLoc about tab characters
2009-11-28 Ian LynaghWhitespace only
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-27 Ian LynaghRemove configure tests on tarballs that no longer exist
2009-11-27 Ian LynaghImplement non-decreasing do indentation in the alternat...
2009-11-25 Simon Marlowadd docs for Unicode entities in #2978
2009-09-18 Simon MarlowApply patch from #2978: add more Unicode syntax
2009-11-25 Simon MarlowUse UTF-8 explicitly for InstalledPackageInfo
2009-11-26 simonpj@microsoft.comComments only, esp about RecStmts
2009-11-25 Ian LynaghFix a bug in alternative layout rule
2009-11-25 Ian LynaghFix a bug in alternative layout
2009-11-25 Ian LynaghBug fix for alternative layout rule
2009-11-25 Ian LynaghTweak alternative layout rule
2009-11-25 Ian LynaghAdd unboxed parentheses to the alternative layout rule
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-25 Simon MarlowthreadStackOverflow: check whether stack squeezing...
2009-11-25 Simon Marlowadd a comment to TSO_MARKED
2009-11-25 Roman LeshchinskiyPass --no-user-package-conf to ghc-pkg in bindisttest
2009-11-24 David WaernAdd a note saying what Haddock relies on about Instance...
2009-11-24 Ian LynaghTreat () as an enumeration tycon
2009-11-24 Ian LynaghWhitespace only
2009-11-23 Ian Lynaghinline has moved to GHC.Magic
2009-11-20 Ian LynaghUse the ghc-perl tarball on Windows, instead of the...
2009-11-20 Ian LynaghInstall perl on Windows
2009-11-20 simonpj@microsoft.comRemove cprAnalysis directory from hs-source-dirs
2009-11-20 Ian LynaghRemove -fasm from mk/validate-settings.mk
2009-11-20 Ian LynaghFix some dependencies in bindists
2009-11-19 Ian LynaghAdd a rule to allow us to sdist libraries easily
2009-11-19 Simon MarlowCheck upper/lower bounds on various RTS flags (#3633)
2009-11-19 Simon Marlowdefine HS_WORD_MAX
2009-11-19 Simon MarlowPrint the prog name in errorBelch() even if prog_argv...
2009-11-12 Roman LeshchinskiyRemove dead code
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comMake INLINE warning more precise
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-19 simonpj@microsoft.comRe-implement the binder-swap stuff in OccurAnal
2009-11-19 simonpj@microsoft.comTry harder not to make DFuns into loop breakers
2009-11-17 simonpj@microsoft.comExtend the GHCi FAQ slightly
2009-11-19 Ian LynaghAdd gnutar to the list of names we use when looking...
2009-11-19 Ian LynaghAdd support for the man page to the new build system
2009-11-19 simonpj@microsoft.comRefactor case-merging and identical-alternative optimis...
2009-11-19 simonpj@microsoft.comFix a nasty infelicity in the size computation of CoreU...
2009-11-19 simonpj@microsoft.comComments and white space only
2009-11-19 Roman LeshchinskiyFix splitAppTys
2009-11-19 Ben.Lippmeier... Windows DLLs: Slurp across the actually static version...
2009-11-18 Ben.Lippmeier... Windows DLLs: Don't rely on stg/DLL.h being included...
2009-11-18 Ben.Lippmeier... Fix warnings about unused imports
2009-11-18 Ben.Lippmeier... Windows DLLs: stifle more warnings about auto imported...
2009-11-18 Ben.Lippmeier... Windows DLLs: stifle warnings about symbols being auto...
2009-11-18 Ben.Lippmeier... Windows DLLs: add #ifdefery to turn off DLL import...
2009-11-17 Ben.Lippmeier... Windows DLLs: disable extra shutdownHaskell() when...
2009-11-17 Ben.Lippmeier... Windows DLLs: remove dup symbol from def file
2009-11-17 Ben.Lippmeier... Use opt_PIC not #defined __PIC__ in compiler source.
2009-11-14 Ben.Lippmeier... Windows DLLs: CHARLIKE_closure and INTLIKE_closure...
2009-11-14 Ben.Lippmeier... If a comment says "Is this correct?", it's not.
2009-11-14 Ben.Lippmeier... Windows DLLs: gmp is in the integer-gmp package now.
2009-11-14 Ben.Lippmeier... Use DLL aware runIO_closure instead of base_GHCziTopHan...
2009-11-14 Ben.Lippmeier... RTS also uses runSparks_closure from base
2009-11-14 Ben.Lippmeier... Provide extralibs when linking Windows DLLs
2009-11-14 Ben.Lippmeier... Don't share low valued Int and Char closures with Windo...
2009-11-11 Ben.Lippmeier... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-10 Ben.Lippmeier... Add autoconf code to locate dlltool on Windows
2009-11-06 Ben.Lippmeier... Break recursive imports between the RTS and base librar...
next