summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename
Commit message (Expand)AuthorAgeFilesLines
* Move Hooks into HscEnvSylvain Henry2021-02-221-1/+5
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-221-6/+6
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-193-114/+343
* Avoid false redundant import warning with DisambiguateRecordFieldsAdam Gundry2021-02-161-6/+8
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-167-174/+505
* Refactor LoggerSylvain Henry2021-02-131-10/+11
* Fix typosBrian Wignall2021-02-061-1/+1
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+1
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+0
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-7/+7
* Make PatSyn immutableSimon Peyton Jones2021-01-291-2/+2
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-295-5/+5
* typecheck: Account for -XStrict in irrefutability checkBen Gamari2021-01-291-16/+19
* Remove -XMonadFailDesugaring referencesHécate2021-01-271-4/+3
* Factorize and document binder collect functionsSylvain Henry2021-01-225-18/+19
* Remove unused extension pragmas from the compiler code baseHécate2021-01-172-2/+0
* Refactor renamer datastructuresAdam Gundry2020-12-249-210/+331
* Require ScopedTypeVariables+TypeApplications to use type applications in patt...Ryan Scott2020-12-241-1/+16
* Use HsOuterExplicit in instance sigs in deriving-generated codeRyan Scott2020-12-181-4/+49
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-171-69/+179
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-1/+1
* Implement type applications in patternsCale Gibbard2020-12-145-30/+121
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-064-207/+148
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-016-38/+37
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-303-26/+55
* Check for large tuples more thoroughlywip/T18723Ryan Scott2020-10-293-9/+19
* Split GHC.Driver.TypesSylvain Henry2020-10-2910-42/+76
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-7/+7
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-141-25/+25
* Make DataKinds the sole arbiter of kind-level literals (and friends)Ryan Scott2020-10-141-13/+11
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-111-8/+48
* Linear types: fix quantification in GADTs (#18790)Krzysztof Gogolewski2020-10-102-3/+9
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-109-53/+67
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-092-9/+8
* Refactor: remove rnHsDocVladislav Zavialov2020-10-013-64/+6
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-1/+1
* Remove outdated comment in rnHsTyKiVladislav Zavialov2020-09-271-4/+0
* Don't rearrange (->) in the renamerVladislav Zavialov2020-09-271-36/+26
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-1/+1
* Export singleton function from Data.ListWander Hillen2020-09-191-3/+3
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-3/+13
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-091-1/+0
* Make the forall-or-nothing rule only apply to invisible foralls (#18660)Ryan Scott2020-09-081-13/+39
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-271-3/+22
* Add HomeUnit typeSylvain Henry2020-08-132-5/+7
* DynFlags: disentangle OutputableSylvain Henry2020-08-1211-0/+12
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-021-42/+6
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2020-07-301-9/+13
* Remove an incorrect WARN in extendLocalRdrEnvSimon Peyton Jones2020-07-301-9/+20
* Don't mark closed type family equations as occurrencesRyan Scott2020-07-301-44/+98