Add missing case for eq_note.
[ghc-hetmet.git] / compiler /
2009-06-24 t-peterj@microsoft.comAdd missing case for eq_note.
2009-06-26 t-peterj@microsoft.comRename parameters to make debugging code compile.
2009-06-18 t-peterj@microsoft.comComment fix: use the same variable names in the conclus...
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-16 Simon MarlowUse a stable ordering for the export list in the interface
2009-07-16 Ian LynaghMove showOpt into DynFlags
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-16 Simon Marlowwhitespace only
2009-07-16 Simon Marlowrefactor: use packageConfigId in place of mkPackageId...
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
2009-07-11 m.niloc@gmail.comDerived Foldable instances should use Data.Foldable...
2009-07-14 Manuel M T ChakravartyFIX #3272
2009-07-13 Roman LeshchinskiyFix warnings
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-10 Manuel M T ChakravartyTFs: FIX #2203 (second half)
2009-07-10 Manuel M T ChakravartyTFs: Fix should_compile/Simple8
2009-07-09 Ian LynaghAllow mixed case pragmas; #1817. Patch from squadette
2009-07-07 Ian LynaghFix ignored-monadic-result warnings
2009-07-07 Ian LynaghFix an unused import warning
2009-07-07 Ian LynaghWhen exporting F(..), all the children of F are also...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-07 Simon Marlowremove tabs
2009-07-07 Manuel M T ChakravartyFIX #2677
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-07-02 Max BolingbrokeMake changes to -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-03 Simon MarlowImproved infrastructure for fast-rebuilding of parts...
2009-07-02 simonpj@microsoft.comFix Trac #3342: missed zonking in TcHsSyn
2009-07-02 Manuel M T ChakravartyType synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comWhite space only
2009-07-02 simonpj@microsoft.comComments only
2009-07-02 simonpj@microsoft.comLook through Notes when matching
2009-07-02 Manuel M T ChakravartyFIX #3197
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-06-22 Simon Marlowfix comment
2009-06-23 Ian LynaghFix the GHCi debugger so that it can recognise Integers...
2009-06-22 Ian LynaghFollow Integer changes
2009-06-13 Duncan CouttsRemove the gmp/Integer primops from the compiler
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-11 Duncan CouttsAdd missing StgPrimCallOp case in repCCallConv
2009-06-11 Ian LynaghAdd missing StgPrimCallOp case to isSimpleOp
2009-06-11 Duncan CouttsReverse the safe/unsafe requirement on foreign import...
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-09 Duncan CouttsDesugaring for "foreign import prim"
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-09 Duncan CouttsAdd new FFI calling convention "prim"
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-18 Simon MarlowFix #3132: a case of bogus code generation
2009-06-16 Simon MarlowAdd support for 'make help' in subdirectories
2009-06-15 Simon MarlowcopyFileWithHeader: use binary Handles
2009-06-08 Simon MarlowpprExpr: don't add extra parens around [a..b] in an...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-12 Ian LynaghFix the compiler-hs-dependency's
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-04 Duncan CouttsFix the flag used to force linking when we are making...
2009-06-08 Duncan CouttsCheck we're not using stdcall in foreign export on...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-06-02 simonpj@microsoft.comFix Trac #3265: type operators in type/class declarations
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-28 simonpj@microsoft.comFix Trac #3261: make default types play nice with ...
2009-05-28 simonpj@microsoft.comAdjust error message slightly
2009-05-28 simonpj@microsoft.comWhite space only
2009-05-28 simonpj@microsoft.comRemove type-ambiguous (fromIntegral 0)::Int, replacing...
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comComments about naming for data constructors
2009-05-28 simonpj@microsoft.comRemove dead code isHsVar
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-28 simonpj@microsoft.comAdd a comment
2009-05-27 Ben.Lippmeier.anu... Follow vreg/hreg patch in X86_64 NCG
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-19 Ben.Lippmeier@anu... Don't try and coalesce RealReg->RealReg moves
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-21 Ben.Lippmeier@anu... SPARC NCG: Fix available regs for graph allocator
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-27 simonpj@microsoft.comRename conDeclsNames to hsConDeclsNames, and export it
2009-05-27 simonpj@microsoft.comComments about wiredInIds
next