ghc-hetmet.git
2007-07-13 Michael D.... Warning Police: Unused imports
2007-07-13 Michael D.... Added libraries/parallel to .darcs-boring
2007-07-12 andy@galois.comAdding draft and show to hpc
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-07-12 audreyt@audreyt.orgRevert the $* patch for earlier Perls as it breaks...
2007-07-11 audreyt@audreyt.orgIn mangler, lift the multiline-match pragma to toplevel...
2007-07-11 audreyt@audreyt.org* Evil Mangler broke under Perl 5.9+ because $* is...
2007-07-11 David WaernRemove import
2007-07-11 David WaernRemove comment
2007-07-11 audreyt@audreyt.org* Future-proof autoconf's Perl version test.
2007-07-11 Ian LynaghTweak the start of the bin-dist docs in teh users guide
2007-07-11 Ian LynaghRemove reference to the now-dead fptools
2007-07-10 Ian LynaghRemove references to non-existent mailing lists
2007-07-10 Ian LynaghRemove the -bugs mailing list from the UG
2007-07-10 Ian LynaghUsers guide: Update FAQ URL
2007-07-10 Ian LynaghUsers guide: GHC no longer comes with so many libraries
2007-07-10 Ian LynaghUpdate copyright date in teh users guide
2007-07-10 Ian LynaghAlpha-rename a variable
2007-07-10 Ian LynaghOpt_GlasgowExts is no longer used, so remove it
2007-07-10 Ian LynaghImplement -XStandaloneDeriving, the lexer is now glaext...
2007-07-10 Ian Lynagh'a'# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh"Foo"# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh5# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh{| and |} are -fgenerics syntax
2007-07-10 Ian LynaghRank 2 and rank n types enable explicit forall syntax
2007-07-10 Ian LynaghRULES pragmas only need explicitForallEnabled, no ...
2007-07-10 Ian LynaghImplement -XDeriveDataTypeable flag
2007-07-11 andy@galois.comAdding hpcError, that improves error messages with...
2007-07-11 andy@galois.comAdding support for packages into hpc tools
2007-07-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-07-11 andy@galois.comcalling pprPanic rather than error when something goes...
2007-07-11 andy@galois.comAdding better support for HsSyn
2007-07-11 andy@galois.comAdding support for package names into hpc outputed...
2007-07-11 andy@galois.comStoping constant folding of calls to chr# that are...
2007-07-10 Ian LynaghBe finer-grained when turning on extensions for generat...
2007-07-10 Ian LynaghTweak error message
2007-07-10 Ian LynaghFix tcInstHeadTyNotSynonym
2007-07-09 Ian LynaghAdd flag -XConstrainedClassMethods
2007-07-09 Ian LynaghJust alpha-rename a variable
2007-07-09 Ian LynaghAdd -XUnliftedFFITypes flag
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghTweak the undecidable-instance-checking logic
2007-07-09 Ian LynaghDefine -XPartiallyAppliedClosedTypeSynonyms flag
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-10 Roman LeshchinskiyPA is now a class instead of a record
2007-07-10 Roman LeshchinskiyAdd dsLookupClass
2007-07-10 Manuel M T... Lookup of class and family instances in vectorisation...
2007-07-10 Simon Marlowoops, revert part of the +RTS -V0 patch which was accid...
2007-07-10 andy@galois.comFIX rts build failure for powerPC build
2007-07-10 Roman LeshchinskiyAdd vectorisation modules to package ghc
2007-07-10 Roman LeshchinskiyPut vectorisation monad into a separate file
2007-07-10 Roman LeshchinskiyVectorisation of type abstractions
2007-07-10 Roman LeshchinskiyUtility functions for vectorisation
2007-07-09 Simon MarlowFix #1505; failure to catch syntax error in :break...
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-07-08 Simon MarlowFIX -fexcess-precision
2007-07-09 Ian LynaghRemove unused binding
2007-07-09 Ian LynaghAdd -XTypeOperators flag
2007-07-09 Ian LynaghAdd -fprint-explicit-foralls flag; fixes trac #1474
2007-07-09 Ian LynaghAdd -XFlexibleContexts flag
2007-07-09 Ian LynaghAdd -XExistentialQuantification flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-09 Ian Lynaghrename tv -> explicitForall
2007-07-09 Ian LynaghImplement -XUnicodeSyntax
2007-07-08 Ian Lynaghlibraries/hpc is boring (in the GHC repo)
2007-07-08 Ian LynaghAdd flags for Rank2Types and RankNTypes
2007-07-08 Ian LynaghMake CPP a -X flag
2007-07-08 Ian LynaghAdd PatternGuards flag
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-07-08 Ian LynaghImplement -XFunctionalDependencies
2007-07-08 Ian LynaghImplement -XRecursiveDo
2007-07-08 Ian LynaghImplement -XGeneralizedNewtypeDeriving
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-07-09 Roman LeshchinskiyVectorise lets
2007-07-09 Roman LeshchinskiySplit vectorisation environment into a global and a...
2007-07-09 Roman LeshchinskiyFirst cut at vectorisation of expressions
2007-07-09 Roman LeshchinskiyConstruction of PA dictionaries for vectorisation
2007-07-09 Roman LeshchinskiyVectorisation-specific imports
2007-07-09 Roman LeshchinskiyUtilities for handling closure types during vectorisation
2007-07-09 Roman LeshchinskiyAdd orElse combinator for vectorisation monad
2007-07-09 Roman LeshchinskiyExtend vectorisation environment
2007-07-09 Roman LeshchinskiyAllow variables to be mapped to arbitrary CoreExprs...
2007-07-09 Roman LeshchinskiyAdd failure to vectorisation monad
2007-07-08 andy@galois.comFixing native code generator for PowerPC
2007-07-08 Ian LynaghAdd -XMultiParamTypeClasses flag
2007-07-08 Ian LynaghImplement -XKindSignatures
2007-07-08 Ian LynaghAdd -XEmptyDataDecls flag
2007-07-08 Ian LynaghSupport the MagicHash extension as a flag and LANGUAGE...
2007-07-08 Ian LynaghTidy up comments in DynFlags
2007-07-07 Simon MarlowFIX #1472 (also #249, which was not completely fixed...
2007-07-07 Simon Marlowallow build settings to be overriden by adding mk/valid...
2007-07-06 Ian LynaghRemove foldl' from Util; use the Data.List one instead
2007-07-06 Simon Marlowundo: Get the path right for :list
2007-07-05 Simon Marlow-ddump-hi-diffs shouldn't imply -fforce-recomp, that...
2007-07-05 Michael D.... Added comment to the Cmm parser showing code for use...
2007-07-05 Michael D.... Eliminated use of 'fromJust' from the CPS pass
2007-07-05 Michael D.... Fixed a bug in the CPS pass
2007-07-05 Michael D.... Updated the call to the CPS pass for the factoring...
2007-07-05 Michael D.... Added support for GC block declaration to the Cmm syntax
2007-07-05 Michael D.... Ensure no statements after CmmReturn are emitted
next