summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/HsType.hs
Commit message (Expand)AuthorAgeFilesLines
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-051-3/+3
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-031-78/+22
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-011-3/+1
* Handle records in the renamersheaf2023-03-291-10/+17
* Parse qualified terms in type signaturesHaskellMouse2023-01-111-1/+1
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-111-0/+20
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-051-3/+3
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-241-38/+6
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-2/+2
* Introduce TcRnWithHsDocContext (#22346)Vladislav Zavialov2022-10-261-8/+12
* Avoid Data.List.group; prefer Data.List.NonEmpty.groupBodigrim2022-09-281-2/+2
* Fix typosEric Lindblad2022-09-141-5/+5
* Add diagnostic codessheaf2022-09-131-15/+15
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-1/+3
* TTG for HsTyLitromes2022-07-061-2/+10
* Prune L.H.S modules of GHC dependenciesromes2022-07-061-1/+1
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-35/+45
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-2/+5
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-14/+8
* Error on anon wildcards in tcAnonWildCardOccsheaf2022-02-261-38/+24
* Fix some notesMatthew Pickering2022-02-081-2/+2
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-3/+4
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-2/+4
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-1/+1
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-25/+42
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-191-7/+11
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-7/+8
* Change representation of field selector occurencesShayne Fletcher2021-05-231-8/+6
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-211-23/+23
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-5/+5
* More specific error messages for annotations (fixes #19740)Jaro Reinders2021-05-051-2/+2
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-5/+4
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-04-291-1/+1
* Fix #19649 by using filterInScopeM in rnFamEqnRyan Scott2021-04-081-1/+1
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-2/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-63/+76
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-13/+24
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Remove unused extension pragmas from the compiler code baseHécate2021-01-171-1/+0
* Refactor renamer datastructuresAdam Gundry2020-12-241-7/+8
* Use HsOuterExplicit in instance sigs in deriving-generated codeRyan Scott2020-12-181-4/+49
* Implement type applications in patternsCale Gibbard2020-12-141-21/+104
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-115/+78
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-5/+19
* Split GHC.Driver.TypesSylvain Henry2020-10-291-3/+3
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-7/+7