ghc-hetmet.git
2008-03-29 Tim ChevalierFix big character literal printing in External Core
2008-03-29 Tim ChevalierExternal Core: don't print superfluous parens in case...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghFix typo; spotted by Bdh in #ghc
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghRemove a DEBUG use
2008-03-29 Ian LynaghRemove a DEBUG
2008-03-29 Ian LynaghRemove more #ifdef DEBUGs
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-29 Ian LynaghRemove a #ifdef DEBUG
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-29 Ian LynaghRemove some redundant code
2008-03-29 Ian Lynaghprelude/PrimOp is now mostly warning-free
2008-03-29 Ian LynaghFix warnings from primops.txt.pp
2008-03-29 Ian LynaghUse _ rather than "other" in generated code
2008-03-29 Ian LynaghFix some warnings
2008-03-29 Ian LynaghRemove some redundant imports
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-03-29 Ian LynaghRemove an unnecessary #ifdef DEBUG
2008-03-29 Ian LynaghAnother debugIsOn use
2008-03-29 Ian LynaghConvert some DEBUG uses to debugIsOn
2008-03-29 Ian LynaghPut debugIsOn in Util, rather than rely on it being...
2008-03-28 Tim ChevalierExternal Core: print function types correctly, improve...
2008-03-28 Tim ChevalierPrint out rational literals correctly in External Core
2008-03-27 Tim ChevalierChange syntax for qualified names in External Core
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-26 Ian LynaghFix warnings in rename/RnTypes
2008-03-26 Ian LynaghFix warnings in basicTypes/IdInfo
2008-03-26 Ian LynaghFix warnings in basicTypes/NameEnv
2008-03-26 Ian LynaghFix warnings in basicTypes/NameSet
2008-03-26 Ian LynaghFix warning in basicTypes/NewDemand
2008-03-26 Ian LynaghFix warnings in basicTypes/VarEnv
2008-03-26 Ian LynaghFix warnings in basicTypes/VarSet
2008-03-26 Ian Lynaghmain/BreakArray has no warnings
2008-03-26 Ian LynaghIn validate settings, make -Werror easier to override
2008-03-26 Ian LynaghRemove a redundant type sig
2008-03-25 Ian LynaghFix warnings in main/DriverPhases
2008-03-25 Ian LynaghRemove redundant type sig
2008-03-25 Ian LynaghFix warnings in main/HscStats
2008-03-25 Ian LynaghFix warnings in main/Constants
2008-03-25 Ian LynaghFix warnings in main/InteractiveEval
2008-03-25 Ian LynaghFix warnings in main/Packages
2008-03-25 Ian LynaghFix warnings in main/PprTyThing
2008-03-25 Ian LynaghFix warnings in main/StaticFlags
2008-03-25 Tim ChevalierChange syntax for newtypes in External Core
2008-03-25 Ian LynaghFix warnings in the RTS
2008-03-24 Ian LynaghAnother change for GHC.PrimopWrappers moving from base...
2008-03-24 Ian LynaghUpdate darcs-boring
2008-03-24 Tim ChevalierFix primMname in External Core printer
2008-03-24 Tim ChevalierFix primMname in External Core printer
2008-03-23 Ian LynaghFollow library changes
2008-03-20 Ian LynaghCgTicky now doesn't know about the Integer data constru...
2008-03-22 Ian Lynagh-DDEBUG build fix
2008-03-20 Ian LynaghRename rebuild to remake, and define rebuild to "clean...
2008-03-20 Tim ChevalierHandle hierarchical module names in External Core tools
2008-03-19 Tim ChevalierImprove hierarchical module name handling in MkExternalCore
2008-03-19 Tim ChevalierFixed remaining warning in coreSyn/MkExternalCore
2008-03-17 Ian LynaghRevert an accidental change
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-03-17 Ian LynaghEliminate a global variable
2008-03-17 Ian LynaghFollow changes in editline
2008-03-16 Ian LynaghUse editline instead of readline
2008-03-17 Roman LeshchinskiyVectorise tuple constructorsn
2008-03-17 keller@cse... Added double divide and unzipP
2008-03-11 keller@cse... Added 'div' to set of vectorising functions
2008-03-16 Ian LynaghIf unregisterised, link with -optl-Wl,--relax on IA64
2008-03-15 Ian LynaghWhen concatenating variables in Makefile, strip spaces...
2008-03-16 Ian LynaghFix a space leak in :trace (trac #2128)
2008-03-16 Ian LynaghIf we are failing due to a warning and -Werror, say so
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-03-15 Ian LynaghRemove uses of addFreeTyVars
2008-03-13 Simon Marlowparsing tweak for :break
2008-02-07 Simon MarlowTweaks to stack squeezing
2008-03-13 Manuel M T... Some cleanup in TcSimplify.reduceContext
2008-03-13 Manuel M T... Properly normalise reduced dicts
2008-03-13 Roman LeshchinskiyBump mAX_NDP_PROD to 5
2008-03-12 Simon Marlow#2050: save the GHCi history in ~/.ghc/ghci_history
2008-03-12 Roman LeshchinskiyMake sure we generate PA dictionaries for tuples up...
2008-03-12 Roman LeshchinskiyBump mAX_NDP_PROD to 4
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
next