Fix Trac #3012: allow more free-wheeling in standalone deriving
[ghc-hetmet.git] / compiler /
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-07-23 simonpj@microsoft.comUse the ErrMsg record type
2009-07-23 simonpj@microsoft.comStop generating redundant parens in 'deriving' code
2009-07-23 simonpj@microsoft.comWibble to printing tuple sections
2009-07-23 simonpj@microsoft.comFix Trac #3193: improve line number reporting for equal...
2009-07-23 simonpj@microsoft.comAdd fmapM_maybe :: Monad m => (a -> m b) -> Maybe a...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-19 Ian LynaghTweak whitespace
2009-07-22 Simon MarlowthenIO, bindIO, returnIO moved to GHC.Base
2009-07-20 Simon Marlowremove unused $(HscIfaceFileVersion)
2009-07-20 Simon MarlowChoose external names more predictably
2009-07-17 Simon MarlowUse stable ordering in the dependencies
2009-07-22 simonpj@microsoft.comTake account of GADTs when reporting patterm-match...
2009-07-20 simonpj@microsoft.comFix Trac #3382: desugaring of NPats
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-18 Ian LynaghAdd osuf to the name we use for the split dir
2009-07-17 Ian LynaghAlways serialise Int as 64bit values; fixes trac #3041
2009-07-17 Ian LynaghRemove some code that has always been commented out
2009-07-17 simonpj@microsoft.comFix Trac #3346: tcSimplify for LHS of RULES with type...
2009-07-17 Ian LynaghAllow mixed case in the LINE pragma; patch from squadet...
2009-07-17 simonpj@microsoft.comComment only
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 ...
next