ghc-hetmet.git
2008-06-16 Ian LynaghTweak a comment to talk about UnboxedTuples rather...
2008-06-16 Ian LynaghSuggest -XRelaxedPolyRec rather than -fglasgow-exts...
2008-06-11 Ian LynaghFix the splitter with perl 5.10; patch from Audrey...
2008-06-16 Ian LynaghRemove some build system code that can't happen
2008-06-14 simonpj@microsoft.comFix Trac #2358: 1-tuples in Template Haskell
2008-06-14 simonpj@microsoft.comFix nasty Simplifier scoping bug
2008-06-14 simonpj@microsoft.comCoreLint should check for out-of-scope worker
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-16 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghAdd ghc_ge_609
2008-06-15 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghDon't compile Cabal with -cpp -fffi
2008-06-15 Ian LynaghRemove a typo
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
2008-06-14 Ian LynaghFix a warning in DsForeign
2008-06-14 Ian LynaghFix warnings in Linker
2008-06-14 Ian LynaghUse the right set of linkables in unload_wkr
2008-06-14 Ian LynaghUse bracket_ rather than bracket in withExtendedLinkEnv
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove some ifdeffery
2008-06-14 Ian LynaghFix some warnings in ParsePkgConf
2008-06-14 Ian LynaghFix warnings in DsForeign
2008-06-14 Ian LynaghFix warnings in PprCore
2008-06-14 Ian LynaghFix warnings in Main
2008-06-14 Ian LynaghSet -Wall in compiler/Makefile.ghcbin
2008-06-14 Ian LynaghUse maybePrefixMatch in StaticFlags rather than redefin...
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp
2008-06-14 Ian LynaghTweak the deprecated flags warning
2008-06-14 Ian LynaghUse -O0 rather than -Onot in compiler/Makefile
2008-06-14 Ian LynaghDon't use -recomp whem compiling GHC, as it's the defau...
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp when building...
2008-06-14 Ian LynaghGet -recomp and -no-recomp the right way round
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-03 Ian LynaghUse unified diff
2008-06-14 Ian LynaghUse -O0 rather than the deprecated -Onot
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian Lynagheta-reduce a Monad type synonym, so we can use it non...
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-06-14 Ian LynaghFix warnings in DriverMkDepend
2008-06-14 Ian LynaghFix whitespace in DriverMkDepend
2008-06-14 Ian LynaghFix the last warnings in DynFlags
2008-06-14 Ian LynaghPass dynflags down to loadPackageConfig rather than...
2008-06-14 Ian LynaghMake initSysTools use the dflags it is passed, rather...
2008-06-14 Ian LynaghRemove some unused bindings from HaddockLex
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-06-14 Ian LynaghWhitespace only in DynFlags
2008-06-13 Ian LynaghDefine and use is_decdigit for lexing escapes; fixes...
2008-06-12 Ian LynaghMake SysTools warning-free
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-06-12 Ian LynaghRemove unused FFI import GetTempPathA (getTempPath)
2008-06-11 Ian LynaghWhitespace only, in SysTools
2008-06-11 Ian LynaghGet rid of the last remnants of PROJECT_DIR
2008-06-11 Ian LynaghTell the testsuite how many threads we want it to use...
2008-06-10 Ian LynaghFix warnings in LexCore
2008-06-10 Ian LynaghFix warnings in Ctype
2008-06-10 Ian LynaghFix warnings in TcPat
2008-06-10 Ian LynaghFix warnings in TcEnv
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
next