summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.lhs
Commit message (Expand)AuthorAgeFilesLines
* Make -ddump-to-file truncate existing files.Edward Z. Yang2011-05-151-13/+23
* Start support for coloured SDoc output.Thomas Schilling2011-04-071-1/+2
* Improve printing for -ddump-derivsimonpj@microsoft.com2010-12-151-1/+7
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-40/+12
* Send ghc progress output to stdout; fixes #3636Ian Lynagh2010-08-081-2/+3
* Continue refactoring the core-to-core pipelinesimonpj@microsoft.com2009-12-241-15/+5
* Add some missing exports back for GHC package users; fixes trac #3715Ian Lynagh2009-12-051-0/+1
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-2/+2
* Put context information for warnings in errMsgExtraInfo.Thomas Schilling2009-09-151-1/+4
* Use the ErrMsg record typesimonpj@microsoft.com2009-07-231-7/+7
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-221-20/+0
* fix #2636: throw missing module errors as SourceErrors, not ErrMsgSimon Marlow2008-10-101-18/+1
* 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