ghc-hetmet.git
2008-08-28 Ian LynaghWhen installing, we can't rely on the ghc-pkg we just...
2008-08-28 Ian LynaghTweaks for installs into a DESTDIR
2008-08-28 Ian LynaghHandle the html target in compiler/ and ghc/
2008-08-28 Ian LynaghTurn on optimisation for stage2 when validating
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-08-28 Ian LynaghRemove an erroneous comma from the Makefile
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-28 Ian LynaghFix a haddock2 failure
2008-08-28 Ian LynaghDon't check that we have found haddock
2008-08-27 Ian LynaghDon't fail if libraries/bootstrapping already exists
2008-08-27 Ian LynaghWhen haddocking the libraries, tell Cabal where haddock is
2008-08-14 Ian LynaghBuild haddock with the stage1 compiler
2008-08-13 Ian LynaghTeach darcs-all about absolute repos, and add haddock...
2008-08-28 simonpj@microsoft.comImprove documentation of stolen syntax
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-27 simonpj@microsoft.comFix Trac #2538: better error messages when validating...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-27 simonpj@microsoft.comImprove documentation of MagicHash and primitive types...
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-20 Simon Marlowalways treat 'forall' and '.' as reserved keywords...
2008-08-22 simonpj@microsoft.comFix a nasty float-in bug
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-25 Ian LynaghFix "runghc foo" where the program is foo.hs or foo.lhs
2008-08-25 Ian LynaghWhen making bindists, check that we know where we are
2008-08-25 Ian LynaghFix the ghci script; fixes trac #2485
2008-08-25 Ian LynaghUpdate .darcs-boring for the new libraries, plus some...
2008-08-25 Ian LynaghRead the packages file in strictly in darcs-all and...
2008-08-25 Ian LynaghRemove the InstallShield directory; it is no longer...
2008-08-25 Ian LynaghRemove the now-unused WindowsInstaller directory
2008-08-25 Ian LynaghSet datadir=libdir; fixes trac #2541
2008-08-25 Ian LynaghGet everything building with base 4 in the HEAD
2008-08-24 Ian LynaghChange references to the old BIN_DIST_TARBALL to the...
2008-08-24 Ian LynaghFix the "have we got all the bootlibs" check
2008-08-24 Ian Lynaghconcurrent, unique, timeout have now been split off...
2008-08-24 Ian LynaghActually tar up Windows bindists
2008-08-24 Ian Lynaghgetopt is now split off from base
2008-08-23 Ian Lynaghst is now split off from base
2008-08-21 Ian LynaghIgnore install-docs in compiler/Makefile and ghc/Makefile
2008-08-21 Ian LynaghFix making bindists
2008-08-21 Ian Lynaghmk/cabal.mk now turns on -Wall
2008-08-21 Ian LynaghFix warnings in runghc
2008-08-21 Ian LynaghMake some utils -Wall clean
2008-08-21 Ian Lynaghunix is now warning-free
2008-08-21 Ian LynaghFix references to exceptions from the RTS
2008-08-21 Ian LynaghIt doesn't look like HSprel.def is used any more
2008-08-21 Ian Lynaghbase (and base3-compat) is no warning-free
2008-08-20 Ian LynaghDon't put symlinks in bindists, but the files they...
2008-08-18 Ian LynaghFix making it possible to build without the NCG
2008-08-17 Ian LynaghComment fix
2008-08-17 Ian LynaghRemove GHC_TOP; we don't actually use it
2008-08-17 Ian LynaghWe need to give make some more clues
2008-08-17 Ian LynaghChange how we know whether or not we are validating
2008-08-17 Ian LynaghDon't clean the multi-stage stuff unless CLEAN_ALL_STAG...
2008-08-17 Ian LynaghWhen making in compiler/, automatically make in ghc...
2008-08-17 Ian LynaghDon't do the stage1 re-linking hack if we have GHC...
2008-08-17 Ian LynaghAvoid scary "Package contains no library to register...
2008-08-21 Simon MarlowDon't use the cc-options from packages when compiling...
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-21 Simon Marlowmove directory after Win32/unix
2008-08-21 simonpj@microsoft.comFix Haddock comments in TcGenDeriv
2008-08-20 Simon MarlowFix compacting GC on 64-bit machines
2008-08-20 simonpj@microsoft.comFix Trac #2456: eliminate duplicate bindings when deriving
2008-08-20 simonpj@microsoft.comElaborate for-all message slightly
2008-08-19 Simon Marlowset $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) automatically...
2008-08-19 simonpj@microsoft.comFix Trac #2518: add hs-boot files as an infelicty
2008-08-18 Simon Marlowuse System.FilePath's isSearchPathSeparator instead...
2008-08-18 Simon MarlowFIX #2521: trailing colon in GHC_PACKAGE_PATH
2008-08-18 Simon MarlowTest for and reject duplicate dependencies (#2330)
2008-08-16 Ian LynaghWhen doing :l, abandon all breakpoints before we unload...
2008-08-16 Ian LynaghComment fixes; trac #2468
2008-08-14 Ian LynaghStop dph/dph-{par,seq} reconfiguring themselves all...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-15 Ian LynaghWhen distcleaning in utils/, distclean (rather then...
2008-08-12 Ian LynaghOnly clean utils/pwd/pwd when distcleaning, not when...
2008-08-12 Ian LynaghIn cabal.mk, clean is no longer identical to distclean
2008-08-14 simonpj@microsoft.comImprove -fwarn-orphans documentation (thanks to Tim)
2008-08-14 Simon MarlowFix #2441 (unregister/expose/hide packages in non-first...
2008-08-14 Simon Marlowadd --no-user-package-conf
2008-08-13 Simon Marlowmove INPLACE_DATA_DIR into mk/config.mk and share it
2008-08-13 Simon MarlowFIX #1963: use Cabal's writeFileAtomic to write the...
2008-08-13 Simon MarlowFIX #2492: ghc-pkg insists on having HOME environment...
2008-08-13 Simon MarlowFIX #2491 (ghc-pkg unregister should complain about...
2008-08-12 Simon Marlowput back -fwarn-depcrecations
2008-08-13 dias@eecs.harvard.eduadd special globbing file for Windows to ghc-pkg.cabal
2008-08-13 simonpj@microsoft.comImprove error message for deprecated flags (Trac #2513)
2008-08-13 simonpj@microsoft.comImprove docs for orphan decls (thanks Yitzchak Gale)
2008-08-11 Simon Marlowfix cut-and-pasto
2008-08-11 Simon Marlowbuild base3-compat
2008-08-05 Simon MarlowDon't warn if 'import Prelude' doesn't import anything
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
next