summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Name/Reader.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: occEnvElts -> nonDetOccEnvEltsBen Gamari2021-09-291-2/+2
* compiler: Rename nameEnvElts -> nonDetNameEnvEltsBen Gamari2021-09-291-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-1/+1
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-1/+1
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-101-13/+12
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-8/+31
* Refactor renamer datastructuresAdam Gundry2020-12-241-135/+164
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-6/+5
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-111-2/+10
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-1/+8
* Export singleton function from Data.ListWander Hillen2020-09-191-3/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Remove an incorrect WARN in extendLocalRdrEnvSimon Peyton Jones2020-07-301-11/+21
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-16/+16
* Fix lookupGlobalOccRn_maybe sometimes reporting an errorLuke Lau2020-06-101-2/+2
* Reject all duplicate declarations involving DuplicateRecordFields (fixes #17965)Adam Gundry2020-05-081-1/+7
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-0/+1387