Comments and tidy-up
[ghc-hetmet.git] / compiler /
2006-08-06 Manuel M T ChakravartyComments and tidy-up
2006-08-06 Manuel M T ChakravartyFix a lint bug with coercions
2006-08-06 Manuel M T ChakravartyGADT fixes
2006-08-06 Manuel M T ChakravartyAdd CoPat stuff
2006-08-06 Manuel M T ChakravartyResolve conflict in MkExternalCore
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 simonpj@microsoft.comComments only
2006-08-02 Manuel M T ChakravartyAdd new field to TySynonym
2006-08-02 Manuel M T ChakravartyMake 'iso' special in the parser
2006-08-01 kevind@bu.eduAdd missing Cast cases to libCase and scExpr
2006-07-26 simonpj@microsoft.comMake mkApps etc infix, and left-associative
2006-07-26 simonpj@microsoft.comA somewhat subtle (FC-related) bug concerning the monom...
2006-07-14 simonpj@microsoft.comAdd some type signatures
2006-07-13 simonpj@microsoft.comA class in an interface file defines the CoTyCon of...
2006-07-06 simonpj@microsoft.comTiny comment change (darcs test only)
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-19 Simon Marlowunused imports
2006-09-19 Simon Marlowremove old comment
2006-09-19 Simon Marlowunused import
2006-09-13 Simon Marlowreformat import
2006-09-13 Simon Marlowminor reformatting
2006-09-18 Markus LauerAdded parsing rule for BangPattern in case expr
2006-09-18 simonpj@microsoft.comFix a bug in subsumption, and tweak error messages
2006-09-18 simonpj@microsoft.comComments
2006-09-18 simonpj@microsoft.comEnsure that only zonked poly_ids are passed to tcSpecPrag
2006-09-18 simonpj@microsoft.comComments only
2006-09-17 simonpj@microsoft.comAdd a missing renamer dump (related to Template Haskell)
2006-09-15 bringert@cs.chalme... Instantiate data constructor type variables with the...
2006-09-12 audreyt@audreyt.orgAnother s/autrijus/audreyt/ in comments.
2006-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-09-11 simonpj@microsoft.comSimplify desugaring of left sections
2006-09-11 simonpj@microsoft.comAdd comment
2006-09-10 Ian LynaghFix linking to expf on Windows
2006-09-08 simonpj@microsoft.comCatch errors in pattern matching for unboxed tuples
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-09-07 Simon Marlowurk, the dependencies added in the last commit don...
2006-09-07 simonpj@microsoft.comComments only
2006-09-07 simonpj@microsoft.comFix bug in error message
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-09-06 simonpj@microsoft.comPattern-match warning police
2006-09-06 simonpj@microsoft.comImprove error reporting for SigTvs, and add comments
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-09-06 simonpj@microsoft.comMake record selection look cheap
2006-09-06 Simon Marlow-threaded and -prof do not currently work together
2006-09-05 simonpj@microsoft.comFix dependency analysis (notably bindInstsOfLocalFuns...
2006-09-04 simonpj@microsoft.comRefactoring for derived Read
2006-09-04 simonpj@microsoft.comEnable bang-patterns only when the flag says so (had...
2006-09-04 simonpj@microsoft.comImprove pretty-printing for HsExpr
2006-09-03 Ian LynaghRemove a tab causing ghci's :? alignment to go wrong
2006-09-01 simonpj@microsoft.com-fglasgow-exts no longer implies -fbang-patterns
2006-08-29 Simon MarlowDon't trust "ln -sf" to do the right thing (it doesn...
2006-08-29 Simon Marlowdon't include .depend (attempt to fix Windows stage2...
2006-08-25 Simon MarlowLoad the target of a dynamic foreign call into a temporary
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-25 Roman LeshchinskiyAdd a default case to pprDynamicLinkerAsmLabel
2006-08-25 Roman LeshchinskiyMake sure GCC uses the Sparc V9 instruction set
2006-08-25 Simon Marlowadd dependency on regex-compat
2006-08-23 Esa Ilari VuokkoAdd dynCompileExpr
2006-08-24 Ian LynaghRemove a reference to -fglobalise-toplev-names that...
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-08-23 Simon MarlowIn the Compiling/Skipping message, print ModuleNames...
2006-08-22 Simon MarlowFastString and StringBuffer need -funbox-strict-fields too
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-22 Simon MarlowfindModule: add a fallthrough error case
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-21 Simon MarlowAlways use -funbox-strict-fields for Binary
2006-08-21 Simon Marlowdisable automagic building of GHCi in stage1
2006-08-21 Simon Marlowremove ancient file with incorrect information
2006-08-21 Simon Marlowugly hack to cause ghc_boot_platform.h to be built...
2006-08-21 Simon Marlowfix export/import list parsing (allow (,)), and remove...
2006-08-21 Simon Marlowcomply with Haskell 98 by not allowing extra commas...
2006-08-19 Ross Patersonremove spurious commas in imports
next