Massive patch for the first months work adding System FC to GHC #16
[ghc-hetmet.git] / compiler /
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
2006-08-18 simonpj@microsoft.comI don't thing we want to add a call-context here; it...
2006-08-18 simonpj@microsoft.comAvoid duplicate "In type ..." in error messages
2006-08-18 simonpj@microsoft.comBetter pretty-printing for TvSubst
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-17 simonpj@microsoft.comOne last hs-boot update
2006-08-17 simonpj@microsoft.comMissing import for stage 2
2006-08-17 simonpj@microsoft.comOne more hs-boot file
2006-08-17 simonpj@microsoft.comRefactoring for valid rule checking
2006-08-17 simonpj@microsoft.comDo not CSE in INLINE and NOINLINE things
2006-08-17 simonpj@microsoft.comUpdate lhs-boot files
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-08-16 simonpj@microsoft.comGet dead-ness right in knownCon
2006-08-16 simonpj@microsoft.comTuning for argToPat
2006-08-16 simonpj@microsoft.comRe-factor mkAtomicArgs and completeNonRecX
2006-08-16 simonpj@microsoft.comAnother try at the continuation-swapping stuff
2006-08-16 simonpj@microsoft.comDon't build unnecessary lets in knownCon
2006-08-16 simonpj@microsoft.comComments only
2006-08-16 simonpj@microsoft.comRefactoring, plus record recursive-function *components...
2006-08-16 simonpj@microsoft.comRecord constructor arg occs correctly (bug-fix)
2006-08-16 simonpj@microsoft.comDisable form-checking for rule LHSs
next