summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename
Commit message (Expand)AuthorAgeFilesLines
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-06-141-1/+1
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-05-121-1/+1
* EPA: cleanups after the mergeAlan Zimmerman2021-04-211-4/+4
* Implement -Wmissing-kind-signatureswip/ghc-9.2-mergeOleg Grenrus2021-03-291-1/+27
* 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
* 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