White space only
[ghc-hetmet.git] / compiler /
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-07 simonpj@microsoft.comFix Trac #2386: exceesive trimming of data types with...
2008-07-05 Ian LynaghAdd a flag to disable linking with the haskell98 package
2008-06-20 Simon MarlowRemove out of date comments and point to the commentary
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-07-03 Ian LynaghFix trac #2307: conflicting functional dependencies
2008-07-03 Roman LeshchinskiyAdd type signatures
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-07-01 Roman LeshchinskiySlight refactoring
2008-07-01 Roman LeshchinskiyRename *NDP* -> *DPH*
2008-07-01 Roman LeshchinskiyParametrise vectoriser with DPH package
2008-07-01 Roman LeshchinskiyDon't use DPH backend directly in vectoriser
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-07-01 simonpj@microsoft.comFix Trac #2307: need to nub bad fundep reports
2008-07-01 simonpj@microsoft.comEasy fix for Trac #2409
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
next