Fix Trac #2701: make deriving check better for unlifted args
[ghc-hetmet.git] / compiler /
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-10-22 simonpj@microsoft.comFix Trac #2714 (a minor wibble)
2008-10-21 Manuel M T ChakravartyReject programs with superclass equalities for now
2008-10-21 Ian LynaghFix doc syntax
2008-10-21 simonpj@microsoft.comComments and parens only
2008-10-21 simonpj@microsoft.comDo proper cloning in worker/wrapper splitting
2008-10-21 simonpj@microsoft.comDon't float an expression wrapped in a cast
2008-10-21 simonpj@microsoft.comFix Trac #2668, and refactor TcDeriv
2008-10-19 simonpj@microsoft.comSpelling error in comment
2008-10-19 simonpj@microsoft.comWhite space only
2008-10-19 simonpj@microsoft.comComments to explain strict overlap checking for type...
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-09-23 simonpj@microsoft.comImprove crash message from applyTys and applyTypeToArgs
2008-09-20 simonpj@microsoft.comWibble to ungrammatical error message
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-21 Manuel M T ChakravartyFIX #2693
2008-10-20 Judah JacobsonRestore the terminal attributes even if ghci does not...
2008-10-21 Manuel M T ChakravartyFIX #2688
2008-10-14 Thomas SchillingMove documentation within 80 column boundary.
2008-10-14 Thomas SchillingImprove haddock documentation for 'GHC.topSortModuleGraph'.
2008-10-14 Thomas SchillingImprove haddock documentation for HsExpr module.
2008-10-14 Thomas SchillingImprove Haddock-markup for HsDecls module.
2008-10-20 Thomas SchillingRun Haddock with compacting GC and show RTS statistics.
2008-10-20 Simon MarlowRe-export Located(..) and related functions
2008-10-20 Simon Marlowwhitespace fix
2008-10-16 Judah JacobsonFIX #2691: Manually reset the terminal to its initial...
2008-10-16 Judah JacobsonEliminate duplicate flags in the tab completion of...
2008-10-15 Ian LynaghFix trac #2687
2008-10-15 Ian LynaghFix trac #2680; avoid quadratic behaviour from (++)
2008-10-15 simonpj@microsoft.comComments only
2008-10-15 simonpj@microsoft.comFix Trac #2497; two separate typos in Lexer.x
2008-10-14 Thomas SchillingMake tags work on Unices, too.
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
2008-10-13 Ian LynaghFill out the ghc package's cabal file
2008-10-13 Thomas SchillingAdd 'etags' makefile target.
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-10-11 pepeFix a typo which was causing ghci to quit on commands...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-10-09 Manuel M T ChakravartyFIX #2639
2008-10-09 Manuel M T ChakravartyCover PredTy case in Type.tyFamInsts
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
2008-10-07 Thomas SchillingAdd accessors to 'HsModule' and haddockify it.
2008-10-08 Roman LeshchinskiyTrack changes to package dph
2008-10-07 Clemens FruhwirthRevert AutoLinkPackages change for dynamic libraries...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-10-06 Thomas SchillingAdd accessors to 'Target' fields and haddockify.
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-07 Roman LeshchinskiyAdd Word8 support to vectoriser
2008-10-02 'Jose Pedro Magalhaesremoved Data.Generics.Basics, added Data.Data
2008-10-03 Ian LynaghFix a build problem with GHC 6.4.2
2008-10-03 Clemens FruhwirthNo AutoLinkPackages for dynamic library linking
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comMake a debug check more refined
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-10-02 Manuel M T ChakravartyTFs: Allow repeated variables in left-hand sides of...
2008-10-02 Manuel M T ChakravartyClean up some comments
2008-10-02 simonpj@microsoft.comMake the new binder-swap stuff in OccurAnal work right...
2008-10-02 simonpj@microsoft.comMinor refactoring only
2008-10-02 simonpj@microsoft.comComments only
2008-10-02 simonpj@microsoft.comZap dead-ness info appropriately in SpecConstr
2008-10-02 simonpj@microsoft.comSuppress invalid Core Lint complaint about lack of...
2008-10-01 Manuel M T ChakravartyProper error message for unsupported pattern signatures
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-10-01 Manuel M T ChakravartyTFs: Fixed InstContextNorm (and simplification of IPs)
2008-10-01 Manuel M T ChakravartyTcSimplify.reduceImplication: clean up
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-30 Simon MarlowFix #2410: carefully generate unique names for CAF CCs
2008-09-30 Manuel M T ChakravartyType families: need to instantiate flexible skolems...
2008-09-29 Manuel M T ChakravartyFix warnings
2008-09-29 Manuel M T ChakravartyType families: consider subst rules both way
2008-09-26 pepeClean up a bit and improve an error message
2008-09-26 pepeDon't capture error calls in tryUser
2008-09-27 Simon MarlowAdd -outputdir flag (#2295)
2008-09-16 Neil MitchellMake the matching of the filename ghc.exe case insensit...
2008-09-25 Bertram FelgenhauerFix parsing of -ignore-package flag.
2008-09-26 Ian LynaghRemove a redundant options pragma
2008-09-25 Manuel M T ChakravartyType families: fixes in flattening & finalisation
2008-09-25 Ian LynaghFollow the integer package changes
2008-09-25 Manuel M T ChakravartyType families: fix decomposition problem
2008-09-24 Judah JacobsonDon't exit ghci if :info is called on an undefined...
2008-09-24 Ian LynaghFix maintainer-clean
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-22 Simon MarlowFix to new executable allocation code (fixed print002...
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (first bug): correct type checking for...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (second bug): complain about an empty...
2008-09-20 Ian LynaghUpdate dependencies
2008-09-20 Ian LynaghRemove fno-method-sharing from the list of static flags
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-19 Ian LynaghDon't require Parser.y in a source dist 6_10_branch_has_been_forked
next