summaryrefslogtreecommitdiff
path: root/compiler/utils/Panic.lhs
Commit message (Expand)AuthorAgeFilesLines
* Merge with Master, and resolve conflicts.Iavor S. Diatchki2012-06-101-52/+45
* Fix buildIan Lynagh2012-05-221-0/+3
* Fix warningIan Lynagh2012-05-221-1/+1
* Don't remove the thread from interruptTargetThread on ^C (#6116)Simon Marlow2012-05-221-15/+18
* Allow threads in GHCi to receive BlockedIndefintely* exceptions (#2786)Simon Marlow2012-04-121-9/+46
* Prevent nested TH exceptions from bubbling up to the top level (#5976)Paolo Capriotti2012-04-031-1/+13
* Include a stack trace in the panic message, when GHC is compiled profiled.Simon Marlow2011-11-301-1/+13
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-121-9/+1
* Tweak the "sorry" message a bitSimon Marlow2010-12-081-1/+1
* Cleanup comments and formatting onlybenl@ouroborus.net2010-10-291-87/+108
* Nicer error message for #3782benl@ouroborus.net2010-10-291-6/+14
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-021-6/+2
* fix warning on WindowsSimon Marlow2010-01-271-2/+1
* catch SIGHUP and SIGTERM and raise an exception (#3656)Simon Marlow2010-01-271-3/+18
* Fix ignored-monadic-result warningsIan Lynagh2009-07-071-1/+1
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-2/+2
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-031-17/+1
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-55/+6
* Don't capture error calls in tryUserpepe2008-09-261-9/+3
* Generalise 'handleGhcException' to work with any 'ExceptionMonad'.Thomas Schilling2008-09-141-3/+3
* Follow changes in the base libraryIan Lynagh2008-07-311-6/+80
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-12/+3
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Show CmdLineError exceptions as "<command line>: ..."Simon Marlow2008-01-231-0/+1
* lots of portability changes (#1405)Isaac Dupree2008-01-171-4/+4
* Fix warnings in utils/PanicIan Lynagh2008-01-131-7/+7
* remove trace apparently left in by accidentSimon Marlow2008-01-031-1/+1
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-8/+0
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+1
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-21/+2
* Fix deadlock on second call to newSessionSimon Marlow2006-10-161-2/+2
* Module header tidyup #2Simon Marlow2006-10-111-19/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+250