summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Panic.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename SomeExceptionWithLocation to SomeExceptionWithBacktraceSven Tennie2022-02-091-3/+3
* Add backtrace capturing and wrap SomeException with SomeExceptionWithLocationSven Tennie2022-02-091-1/+2
* Introduce 2nd field in SomeExceptionWithLocationSven Tennie2022-02-091-1/+1
* Replace SomeException with SomeExceptionWithLocation (#18159)Sven Tennie2022-02-091-3/+3
* Rework the handling of SkolemInfoMatthew Pickering2022-01-291-2/+6
* Avoid unsafePerformIO for getProgNameSylvain Henry2021-07-091-4/+1
* Put tracing functions into their own moduleSylvain Henry2021-06-221-2/+0
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+22
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-301-12/+8
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-29/+73
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-4/+4
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-3/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+259