summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Names.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-28/+59
* driver: Add implicit package dependencies for template-haskell packageMatthew Pickering2021-06-251-1/+6
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+1
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-1/+1
* Driver Rework PatchMatthew Pickering2021-06-031-1/+1
* Specify the reason for import for the backpack's extra importsDivam2021-06-021-5/+5
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-291-38/+70
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-31/+52
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-191-28/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-3/+1
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-9/+9
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-6/+5
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-4/+4
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-8/+5
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+4
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-13/+13
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-251-1/+27
* GHC Exactprint main commitAlan Zimmerman2021-03-201-47/+48
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-101-3/+4
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-221-6/+6
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-44/+82
* Factorize and document binder collect functionsSylvain Henry2021-01-221-1/+1
* Refactor renamer datastructuresAdam Gundry2020-12-241-105/+246
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-2/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-18/+34
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-6/+6
* Export singleton function from Data.ListWander Hillen2020-09-191-3/+3
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-271-3/+22
* Add HomeUnit typeSylvain Henry2020-08-131-2/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2020-07-301-9/+13
* Simplify XRec definitionZubin Duggal2020-07-251-1/+4
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-181-1/+1
* Refactor homeUnitSylvain Henry2020-06-131-1/+1
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-2/+2
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-12/+16
* Ensure that printMinimalImports closes handleBen Gamari2020-05-131-3/+2
* Handle single unused importJeff Happily2020-05-131-1/+8
* Reject all duplicate declarations involving DuplicateRecordFields (fixes #17965)Adam Gundry2020-05-081-5/+7
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-8/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-12/+13