summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Pmc.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosEric Lindblad2022-09-141-1/+1
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-14/+15
* Pmc: Don't case split on wildcard matches (#20642)Sebastian Graf2021-11-171-18/+42
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-1/+1
* Pmc: Better SCC annotations and trace outputSebastian Graf2021-08-231-4/+6
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-7/+3
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-58/+9
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-9/+9
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-6/+4
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-181-1/+4
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-4/+4
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-9/+4
* PmCheck: Long-distance information for LocalBinds (#18626)Sebastian Graf2020-09-301-12/+27
* PmCheck: Big refactor of module structureSebastian Graf2020-09-261-0/+501