ghc-hetmet.git
2007-07-14 Ian LynaghFix putting hsicon.ico into the Windows installer;...
2007-07-14 Ian LynaghUpdate the ghci "loading" section of the user guide
2007-07-13 Ian LynaghDon't show the ghci :? output in the user guide
2007-07-13 Ian LynaghUser guide tweaks
2007-07-13 Ian LynaghUser guide tweaks
2007-07-13 Ian LynaghTweak Windows installation instructions in the user...
2007-07-13 Ian LynaghUpdate the contents of the library directy in the user...
2007-07-13 Ian LynaghUser guide tweaks
2007-07-13 Ian LynaghDon't talk about nfib from the user guide now that...
2007-07-13 Ian LynaghRemove "What bundles there are" now we only have the...
2007-07-13 Ian LynaghUpdate bundle installation instructions
2007-07-12 Ian LynaghIn the users guide, talk about configure flags
2007-07-12 Ian LynaghRemove "install in-place" blurb from the docs as it...
2007-07-12 Ian Lynaghdoc tweak
2007-07-12 Ian LynaghRemove outdated bundle-contents description
2007-07-12 Ian LynaghMerge *UnboxedTuples flags
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-07-12 Pepe IborraFix an array indexing bug in getClosureData (used by...
2007-07-11 Pepe Iborraremove some leftovers of the first ghci debugger prototype
2007-07-11 Pepe IborraFix imports & add missing type signatures
2007-07-11 Pepe IborraAsk for a HscEnv instead of a Session in InteractiveEva...
2007-07-11 Pepe IborraAdd a max depth bound to the bfs implementation in...
2007-07-14 David WaernFIX panic from the GHC API
2007-07-13 Manuel M T... init mg_inst_env when reading ext core
2007-07-13 Michael D.... Warning Police: No newline at end of file
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
next