summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename
Commit message (Expand)AuthorAgeFilesLines
...
* Change representation of field selector occurencesShayne Fletcher2021-05-237-71/+36
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-212-26/+26
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-216-81/+225
* Changes to HsRecField'Shayne Fletcher2021-05-192-36/+38
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-191-1/+1
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-192-33/+54
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-193-38/+7
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-127-7/+6
* Fully remove HsVersions.hSylvain Henry2021-05-127-15/+1
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-126-23/+27
* More specific error messages for annotations (fixes #19740)Jaro Reinders2021-05-053-11/+13
* Improve hs-boot binds error (#19781)sheaf2021-05-032-10/+25
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-296-17/+15
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-04-291-1/+1
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-4/+4
* Fix #19649 by using filterInScopeM in rnFamEqnRyan Scott2021-04-082-5/+18
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-055-26/+19
* 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-297-33/+33
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-251-1/+27
* Add compiler linting to CIHécate2021-03-251-3/+1
* Remove unnecessary extendTyVarEnvFVRn functionRyan Scott2021-03-213-11/+6
* GHC Exactprint main commitAlan Zimmerman2021-03-2011-571/+685
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-101-3/+4
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-091-1/+2
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-5/+116
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-041-0/+6
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-012-16/+27
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-8/+13
* 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