Several fixes to 'deriving' including Trac #2378
[ghc-hetmet.git] / compiler /
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-25 simonpj@microsoft.comFix Trac #2394: test for non-algebraic types in standal...
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-21 Ian LynaghRemove special handling for character types of characte...
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
2008-06-18 Ian LynaghMake the wired-in packages code handle ndp mapping...
2008-06-16 Ian Lynaghutils/Digraph doesn't need -fglasgow-exts passed specially
2008-06-16 simonpj@microsoft.comFix Trac #2321: bug in SAT
2008-06-17 Simon MarlowFix an example where we weren't doing case-of-case...
2008-06-17 Simon MarlowSort the mi_deps into a canonical ordering before finge...
2008-06-17 Simon MarlowFix another "urk! lookup local fingerprint" in nofib...
2008-06-16 Ian LynaghTweak a comment to talk about UnboxedTuples rather...
2008-06-16 Ian LynaghSuggest -XRelaxedPolyRec rather than -fglasgow-exts...
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 LynaghRemove an ifdef
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 LynaghGet -recomp and -no-recomp the right way round
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
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-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 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-03 simonpj@microsoft.comFix Trac #2331 (error message suggestion)
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
2008-06-02 simonpj@microsoft.comFix minor layout issue (whitespace only)
2008-06-02 Simon MarlowFix validate: -Werror bug in patch "Replacing copyins...
next