Haddock fix in the vectoriser
[ghc-hetmet.git] / compiler / utils / Panic.lhs
2010-12-08 Simon MarlowTweak the "sorry" message a bit
2010-10-29 benl@ouroborus.netCleanup comments and formatting only
2010-10-29 benl@ouroborus.netNicer error message for #3782
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-01-27 Simon Marlowfix warning on Windows
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2009-07-07 Ian LynaghFix ignored-monadic-result warnings
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-26 pepeDon't capture error calls in tryUser
2008-09-14 Thomas SchillingGeneralise 'handleGhcException' to work with any 'Excep...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-23 Simon MarlowShow CmdLineError exceptions as "<command line>: ..."
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-13 Ian LynaghFix warnings in utils/Panic
2008-01-03 Simon Marlowremove trace apparently left in by accident
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-11 Simon MarlowModule header tidyup #2
2006-04-07 Simon MarlowReorganisation of the source tree