Improvements to record puns, wildcards
[ghc-hetmet.git] / compiler /
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 simonpj@microsoft.comMake -dppr-debug print locations in HsSyn
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-20 Simon Marlowgeneralise the type of "on"
2009-08-20 Manuel M T ChakravartyFIX #2767 & original problem of #3208
2009-08-19 Ian LynaghFix warnings
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-08-18 Thomas SchillingRemove the lock around NameCache for readBinIface.
2009-08-18 Manuel M T ChakravartyFIX #3405
2009-08-17 Thomas SchillingMake the dynamic linker thread-safe.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-08-16 Thomas SchillingMake updates to the Finder caches atomic. Well, almost.
2009-08-16 Thomas SchillingMake updates to the external package state atomic.
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-08-14 simonpj@microsoft.comImprove fix to Trac #3007
2009-08-13 Ian LynaghOnly look up whether a module's SOURCE-imported if...
2009-08-13 simonpj@microsoft.comFix Trac #3409: type synonyms that discard their arguments
2009-08-12 Ian LynaghAdd support for multi-line deprecated pragmas; trac...
2009-08-11 Ian LynaghFix "Cabal check" warnings
2009-08-11 simonpj@microsoft.comRefactor, and improve error messages (cf Trac #3395)
2009-08-10 simonpj@microsoft.comFix Trac #3421: a typo in TysPrim
2009-08-10 simonpj@microsoft.comImprove the recent changes to overlap-checking for...
2009-07-17 Max BolingbrokeTurn group into a special_id when TransformListComp...
2009-08-09 Ian LynaghMake Constants shareable with the base package
2009-08-09 Ian LynaghMinor refactoring
2009-08-07 Alexander DunlapFIX #2395 (ViewPatterns trigger bad Check errors)
2009-08-05 Simon Marlow#include fix
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-08-02 Simon MarlowDeprecate the -#include flag
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon MarlowFix #3412: the worker of an Id might not be a local Id
2009-06-20 Simon Marlowremove dead code
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-08-01 Ian LynaghIf ghci runs out of labels, panic
2009-08-01 Ian LynaghFix the 64k insns overflow check in ghci, and add more...
2009-07-30 Ian LynaghRemove some redundant fromIntegral's
2009-07-30 Ian LynaghFix space problems in ghci
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Ian LynaghAdd an (Outputable Word16) instance
2009-07-28 Ian LynaghFix whitespace in ByteCodeAsm.lhs
2009-07-28 Simon Marlowfix warning
2009-07-28 Simon Marlowfix warning
2009-07-28 Simon Marlowfix a warning
2009-07-28 Simon MarlowBe a bit more sensible about choosing external OccNames
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-26 Ian LynaghGive a better error message for hidden packages when...
2009-07-26 Ian LynaghAdd a -fbuilding-cabal-package flag
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 Simon MarlowRewrite the foreign import string parser using ReadP
2009-07-23 Simon Marlowpoint to the wiki
2009-07-23 Simon Marlowrefactorings
2009-07-23 simonpj@microsoft.comFix Trac #3391: make generic to/from bindings only...
2009-07-23 simonpj@microsoft.comPrint explicit braces and semicolons in do-notation
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
next