summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-091-2/+2
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-5/+10
* Add HomeUnit typeSylvain Henry2020-08-131-5/+9
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Refactor CLabel pretty-printingSylvain Henry2020-07-311-1/+1
* Replace HscTarget with BackendSylvain Henry2020-07-221-5/+6
* Various performance improvementsKrzysztof Gogolewski2020-06-171-1/+0
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-3/+4
* Refactor homeUnitSylvain Henry2020-06-131-1/+1
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-051-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* Modules (#13009)Sylvain Henry2020-04-181-4/+4