summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-1/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-11/+11
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-2/+2
* Modules: Core (#13009)Sylvain Henry2020-03-161-4/+4
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-121-12/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-10/+10
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-8/+219
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+545