summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore.hs
Commit message (Expand)AuthorAgeFilesLines
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-3/+4
* Be more careful when reporting unbound RULE bindersSimon Peyton Jones2022-11-191-2/+2
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-3/+4
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-281-1/+1
* Clean up some. In particular:M Farkas-Dyck2022-09-171-2/+1
* Teach SpecConstr about typeDeterminesValueSimon Peyton Jones2022-07-251-10/+13
* Refactored Simplify passDominik Peteler2022-07-221-1/+1
* TTG for ForeignImport/Exportromes2022-07-061-1/+1
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-071-3/+3
* HsToCore.Coverage: Purge DynFlagswip/coverage-configJohn Ericson2022-06-021-4/+3
* Split out `GHC.HsToCore.{Breakpoints,Coverage}` and use `SizedSeq`John Ericson2022-06-021-5/+25
* Rename `HsToCore.{Coverage -> Ticks}`John Ericson2022-06-021-5/+5
* Remove HscEnv from GHC.HsToCore.Usage (related to #17957)Andre Marianiello2022-05-251-1/+6
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-4/+2
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-201-2/+3
* Tag inference work.Andreas Klebinger2022-02-121-1/+3
* Create `CoverageConfig`John Ericson2022-02-071-2/+6
* GHC.HsToCore.Coverage: No more HscEnv, less DynFlagsJohn Ericson2022-02-071-2/+4
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-2/+2
* Increase type sharingBen Gamari2021-11-171-1/+1
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+4
* Refactor module dependencies codeSylvain Henry2021-09-171-0/+1
* Refactoring module dependenciesSylvain Henry2021-08-131-2/+4
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-161-1/+1
* Reword: representation instead of levitysheaf2021-06-101-3/+3
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-5/+4
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-19/+3
* Driver Rework PatchMatthew Pickering2021-06-031-2/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-5/+5
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-6/+19
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-3/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-19/+20
* GHC Exactprint main commitAlan Zimmerman2021-03-201-1/+1
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-1/+1
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-031-1/+1
* Refactor LoggerSylvain Henry2021-02-131-13/+15
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-2/+2
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-2/+2
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-2/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-5/+1
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+0
* Split GHC.Driver.TypesSylvain Henry2020-10-291-22/+38
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-5/+5
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-2/+2
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-1/+1