ghc-hetmet.git
2008-03-10 Tim ChevalierFirst cut at reviving the External Core tools
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-03-09 iavor.diatchki... documentation fix: change flag -frules-off to -fno...
2008-03-06 simonpj@microsoft.comDon't expose the unfolding of dictionary selectors...
2008-03-06 simonpj@microsoft.comFix Trac #783: improve short-cutting literals in the...
2008-03-06 simonpj@microsoft.comFix Trac #2138: print the 'stupid theta' of a data...
2008-03-07 Roman LeshchinskiyFix vectorisation monad
2008-03-06 simonpj@microsoft.comImprove SpecConstr for local bindings: seed specialisat...
2008-03-05 simonpj@microsoft.comRefactor OccAnal; and improve dead-code elimination
2008-03-05 Ian LynaghCopy the right ghc-pkg.bin into bindists
2008-03-05 Ian LynaghAdd a missing endif to the bindist Makefile
2008-03-05 Ian LynaghFix bashisms; patch from Bernie Pope
2008-03-05 Ian LynaghImprove no-type-signature warning
2008-03-02 Ian LynaghFix typo
2008-03-02 Ian LynaghIn bindists, look in the right place to see if we have...
2008-02-29 Manuel M T... Remove GADT refinements, part 3
2008-02-28 Manuel M T... MacOS installer: Uninstaller must be able to deal with...
2008-02-27 Ian LynaghAdd and use seqBitmap when constructing SRTs
2008-02-20 Ian LynaghWhitespace
2008-02-28 Manuel M T... Remove GADT refinements, part 2
2008-02-28 simonpj@microsoft.comFix Trac #2130: improve derived Ord for primmitive...
2008-02-28 simonpj@microsoft.comComments only
2008-02-28 Simon Marlowadd a note about SMP execution not being supported...
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2008-02-28 simonpj@microsoft.comWibble to error message (stmt of do block or comprehension)
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-02-28 simonpj@microsoft.comAdd comments explaining flags
2008-02-28 Manuel M T... Remove GADT refinements, part 1
2008-02-28 Manuel M T... Eliminate SkolemOccurs skolems only after checkLoop...
2008-02-27 simonpj@microsoft.comFix Trac #2126: re-order tests (easy)
2008-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-26 simonpj@microsoft.comRemove gaw comment
2008-02-26 simonpj@microsoft.comFix Trac #1899; missing equality check in typechecker...
2008-02-26 Simon MarlowFIX #2122: file locking bug
2008-02-26 Simon Marlowdocumentation improvements from Frederik Eaton
2008-02-26 Simon Marlowmarkup fix
2008-02-25 Manuel M T... Mac installer: cross-compile for 10.4
2008-02-25 Ian LynaghMake UniqFM non-strict again while we work out what...
2008-02-19 simonpj@microsoft.comFix Trac #2082
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-02-22 simonpj@microsoft.comImprove error messages from type-checking data constructors
2008-02-22 simonpj@microsoft.comAdd type sigs and minor refactoring
2008-02-24 Ian LynaghFIX #2073: Don't add empty lines to GHCI's history
2008-02-24 Ian LynaghFIX #1977: Check to see if $(bindir) is in the path
2008-02-22 Ian LynaghFix warnings in Simplify
2008-02-22 Ian LynaghWhitespace
2008-02-20 Ian LynaghAdd a comment
2008-02-20 Ian LynaghFix most of the warnings in StgLint
2008-02-20 Ian LynaghWhitespace
2008-02-20 Ian LynaghCprAnalyse is warning-free
2008-02-20 Ian LynaghWhitespace
2008-02-19 Simon MarlowFix #1984: missing context switches
2008-02-19 Simon Marlowfix unregisterised stage 2 build
2008-02-21 Manuel M T... Mac OS X deployment target: piping opts through Makefiles
2008-02-20 Ian LynaghRewrite fixTvSubstEnv so it iteratively applies its...
2008-02-19 Ian LynaghTypo
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-19 Manuel M T... Add configure option --with-macos-deployment-target
2008-02-19 Ian LynaghFix warning in SCCfinal
2008-02-19 Ian LynaghWhitespace only
2008-02-19 Ian LynaghFix warnings in UniqSupply
2008-02-19 Ian LynaghWhitespace only
2008-02-19 Ian LynaghFix non-missing-signature warnings in MkId
2008-02-19 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghMake literals in the syntax tree strict
2008-02-18 Ian LynaghMake the parser a bit stricter
2008-02-13 Ian Lynaghseq what we actually want to seq, not the seq'ing function
2008-02-18 Simon Marlowattempt to fix #2098 (PPC pepple please test & fix)
2008-02-09 Simon MarlowFIX #2023: substitute for $topdir in haddockInterfaces...
2008-02-18 Manuel M T... All installed Haskell prgms have an inplace and an...
2008-02-18 Ian LynaghFix warnings in Pretty
2008-02-18 Ian LynaghFix warnings in FiniteMap
2008-02-18 Ian LynaghFix warnings in Binary
2008-02-18 Ian LynaghFix warnings in StringBuffer
2008-02-18 Ian LynaghFix warnings in IOEnv
2008-02-18 Ian LynaghFix warnings in FastString, and check for empty case...
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-17 Ian LynaghTweak whitespace
2008-02-17 Ian LynaghFix typo
2008-02-17 Tim ChevalierPrint better error message for reading External Core
2008-02-17 Tim ChevalierDocumentation only: update External Core section of...
2008-02-16 Ian LynaghGenerate foo(void) rather than foo() in FFI stub files
2008-02-15 Ian LynaghMake hasktags -Wall clean
2008-02-15 Ian LynaghWhitespace only
2008-02-15 Ian LynaghFix building hasktags
2008-02-15 Ian LynaghRevert an accidental comment change
2008-02-12 marco-oweber... find module names, fix for get constructor names, find...
2008-02-12 marco-oweber... added TODO item and link to alternatives on wiki
2008-02-07 Duncan CouttsMake more arch-specific #if's exclusive with #else...
2008-02-13 Ian LynaghDocument code a bit better
2008-02-13 Ian LynaghAdd a necessary [] error case
2008-02-13 Ian Lynagh\e -> f e ===> f
2008-02-04 Twan van LaarhovenFixed warnings in parser/Lexer.x
2008-02-04 Twan van LaarhovenMonadification and Fixed warnings in parser/RdrHsSyn...
next