summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.lhs
Commit message (Expand)AuthorAgeFilesLines
...
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-10/+0
* Generalise type of 'defaultErrorHandler' so it can be used inside a Ghc session.Thomas Schilling2008-09-211-3/+3
* Give the "Failing due to -Werror" message a name.Thomas Schilling2008-09-141-0/+4
* Add aliases for bags of warnings and errors.Thomas Schilling2008-09-141-0/+4
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-7/+9
* Expand ErrUtils api with another plain variantMax Bolingbroke2008-07-311-1/+5
* Fix Trac #2467: decent warnings for orphan instancessimonpj@microsoft.com2008-08-041-1/+1
* Follow changes in the base libraryIan Lynagh2008-07-311-1/+23
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-4/+0
* More commandline flag improvementsIan Lynagh2008-06-161-1/+6
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-1/+11
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* If we are failing due to a warning and -Werror, say soIan Lynagh2008-03-161-4/+8
* Allow -ddump-simpl-phases to specify which phases to dumpRoman Leshchinskiy2008-02-111-6/+12
* Fixed warnings in main/ErrUtilsTwan van Laarhoven2008-01-271-10/+5
* lots of portability changes (#1405)Isaac Dupree2008-01-171-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
* Refactor cmmNativeGen so dumps can be emitted inline with NCG stagesBen.Lippmeier@anu.edu.au2007-08-221-6/+8
* Allow redirection of -ddump-* to fileBen.Lippmeier@anu.edu.au2007-08-211-9/+68
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-3/+1
* Module header tidyup #2Simon Marlow2006-10-111-3/+4
* unused importsSimon Marlow2006-09-191-1/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+260