summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-7/+20
* Introduce the flag -dsuppress-timestamps to avoid timestamps in dumps.Andreas Klebinger2018-02-251-3/+6
* ErrUtils: Ensure timing dumps are always output on one lineBen Gamari2017-11-211-0/+1
* ErrUtils: Refactor dump file logicBen Gamari2017-11-211-37/+45
* Add dump flag for timing outputBen Gamari2017-11-151-9/+18
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-021-1/+5
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-111-9/+10
* Refactor temp files cleanupDouglas Wilson2017-06-081-0/+21
* Typos in comments [ci skip]Gabor Greif2017-05-261-1/+1
* Add "header" to GHC_COLORSPhil Ruffwind2017-05-221-2/+4
* Correctly expand lines with multiple tabsPhil Ruffwind2017-05-201-7/+10
* Render \t as 8 spaces in caret diagnosticsPhil Ruffwind2017-05-121-3/+7
* Caret diag.: Avoid decoding whole module if only specific line is neededalexbiehl2017-04-171-14/+13
* Allow colors to be customizedPhil Ruffwind2017-03-231-18/+21
* Introduce putLogMsgBen Gamari2017-03-151-14/+10
* Add `-fmax-errors` flagCharles Cooper2017-03-131-1/+5
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-121-1/+0
* Ditch static flagsSylvain Henry2017-02-021-11/+10
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-301-0/+8
* Add caret diagnosticsPhil Ruffwind2016-12-231-7/+90
* Disable colors unless printing to stderrPhil Ruffwind2016-12-091-14/+19
* Make diagnostics slightly more colorfulPhil Ruffwind2016-11-291-7/+15
* Implement fine-grained `-Werror=...` facilityMaciej Bielecki2016-11-211-0/+7
* Refactoring: Replace when (not ...) with unless in ErrUtilsMatthew Pickering2016-10-231-1/+1
* ErrUtils: Expose accessors of ErrDoc and ErrMsgBen Gamari2016-08-311-4/+7
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-1/+57
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-15/+34
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-4/+3
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-081-1/+6
* Revert "Create empty dump files when there was nothing to dump"Ben Gamari2015-12-031-63/+27
* ErrUtils: Spruce up HaddocksBen Gamari2015-12-021-26/+33
* Create empty dump files when there was nothing to dumpVladimir Trubilov2015-12-021-28/+65
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-241-26/+54
* Add flag to reverse errors in GHC/GHCiSiddhanathan Shanmugam2015-10-261-4/+11
* Dump files always use UTF8 encoding #10762Michael Snoyman2015-08-181-0/+7
* Allow proper errors/warnings in core2core passesSimon Peyton Jones2015-08-051-2/+15
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-021-1/+5
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-191-5/+1
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-191-1/+5
* Revert D727Austin Seipp2015-05-121-5/+1
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-111-1/+5
* Add "error:" prefix to error-messagesKonstantine Rybnikov2015-04-141-8/+7
* Doc typofix.Edward Z. Yang2015-03-281-1/+1
* add -th-file which generates a th.hs fileGreg Weber2015-01-131-1/+2
* A little tidying up in ErrUtilsSimon Peyton Jones2015-01-091-36/+23
* compiler: de-lhs main/Austin Seipp2014-12-031-0/+419