ghc-hetmet.git
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
2006-08-04 Manuel M T... Massive patch for the first months work adding System...
2006-08-04 simonpj@microsoft.comComments only
2006-08-02 Manuel M T... Add new field to TySynonym
2006-08-02 Manuel M T... Make '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 sven.panne... Currently we don't build cabal-setup Before_FC_branch_merge
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-19 Simon Marlowone more boring file
2006-09-19 Simon Marlowfix one boring file
2006-09-19 Simon Marlowunused imports
2006-09-19 Simon Marlowadd boring files from a build tree
2006-09-19 Simon Marlowremove old comment
2006-09-19 Simon Marlowunused import
2006-09-18 Simon Marlowsome updates
2006-09-18 Simon Marlowuse ghc-pkg --force-files, and update command-line...
2006-09-18 Simon Marlowadd --force-files, like --force but doesn't allow missi...
2006-09-16 Simon Marlowemit an error if the user ran autoconf instead of autor...
2006-09-16 Simon MarlowSanity check that all the core packages are present
2006-09-13 Simon Marlowreformat import
2006-09-13 Simon Marlowminor reformatting
2006-09-13 Simon Marlowcompiler/ isn't boring
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... Instantiate data constructor type variables with the...
2006-09-15 bringert@cs... Fixed error in user's manual, gadt section, part about...
2006-09-12 Ian LynaghReplace "&" with "and" as this also gets pulled into...
2006-09-11 Simon Marlowmove the "meat" into the wiki, this file just contains...
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 Ian LynaghFix ~2000 second profiling time wrapping bug
2006-09-12 simonpj@microsoft.comAdd postfix ops to the release notes
2006-09-11 simonpj@microsoft.comDocument postfix operators
2006-09-11 simonpj@microsoft.comSimplify desugaring of left sections
2006-09-11 simonpj@microsoft.comAdd comment
2006-09-10 Ian LynaghFix warnings traceBegin/traceEnd implicitly declared
2006-09-10 Ian LynaghFix linking to expf on Windows
2006-09-10 Ross Patersonadapt stylesheet to example-contents class used by...
2006-09-09 Ian Lynagh8 byte align data. Fixes SIBGUSs on HPPA/Linux.
2006-09-08 Ian LynaghWe now need alex >= 2.0.1
2006-09-09 sof@galois.comremove generated files in a 'finally' manner
2006-09-08 simonpj@microsoft.comCatch errors in pattern matching for unboxed tuples
2006-09-08 Ian LynaghTypo, spotted by Bulat Ziganshin
2006-09-08 Ian LynaghRelease note tweaks suggested by Bulat Ziganshin
2006-09-07 Ian LynaghDoc fix: generic classes are no longer broken
2006-09-07 bringert@cs... Fixed typo in users guide section about lexically scope...
2006-09-07 Ian LynaghIf we get an unknown or unimplemented opcode, say what...
2006-09-07 Ross Patersonremove __HUGS__ #if's (Hugs uses the standalone version)
2006-09-07 Simon MarlowRemove the -optP-P from .raw-hs generation
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 Ian LynaghRemove trailing CRs with sed rather than relying on...
2006-09-07 simonpj@microsoft.comDocumentation for impredicative polymorphism
2006-09-07 simonpj@microsoft.comComments only
2006-09-07 simonpj@microsoft.comRemove result type signatures from documentation
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-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
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 Ian LynaghDon't fail on missing happy/alex if we don't need them
2006-09-06 simonpj@microsoft.comMake record selection look cheap
2006-09-06 simonpj@microsoft.comDocumentation for lexically-scoped type variables
2006-09-06 Ian LynaghFix the Windows "VirtualAlloc MEM_COMMIT failed" bug
2006-09-06 Simon MarlowNow in the wiki
2006-09-06 Simon Marlow-threaded and -prof do not currently work together
2006-09-05 Duncan CouttsCorrect the Cabal version number and remove features.
2006-09-05 Ian LynaghStrip trailing CRs when comparing output for nofib...
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-09-05 simonpj@microsoft.comFix dependency analysis (notably bindInstsOfLocalFuns...
2006-09-05 simonpj@microsoft.comAdd note about overlapping instances
2006-09-05 simonpj@microsoft.comRecord that TH doesn't support pattern types signature
2006-09-04 Ian LynaghFix typos.
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-04 simonpj@microsoft.comRemove linear implicit parameters, and document in...
2006-09-04 simonpj@microsoft.comRelease notes should mention better newtype-deriving
2006-09-04 simonpj@microsoft.comDocumentation for bang patterns, and other improvements
2006-09-03 Ian LynaghAdd a hint on tab completion
2006-09-03 Ian LynaghAdd :main docs to ghci commands page
2006-09-03 Ian LynaghAmbiguities are now allowed in ghci command names
2006-09-03 Ian LynaghMore output updates
2006-09-03 Ian LynaghAdd docs for :main
2006-09-03 Ian LynaghMore doc output fixes
2006-09-03 Ian LynaghUpdate ghci output in docs
2006-09-03 Ian LynaghFix typo
2006-09-03 Ian LynaghUpdate ghci output in docs
next