summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Pat.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosEric Lindblad2022-09-141-1/+1
* Add diagnostic codessheaf2022-09-131-1/+1
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-2/+3
* Remove many GHC dependencies from L.H.Sromes2022-07-061-4/+4
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-201-7/+9
* TTG: Rework and improve splicesromes2022-06-011-8/+6
* Error on anon wildcards in tcAnonWildCardOccsheaf2022-02-261-1/+1
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-2/+2
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-3/+5
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-11/+11
* Move `ol_witness` to `OverLitTc`Dr. ERDI Gergo2021-08-131-2/+3
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-101-1/+1
* Rename RecordPuns to NamedFieldPuns in LangExt.ExtensionAlfredo Di Napoli2021-07-191-2/+2
* Add TcRnIllegalWildcardsInConstructor to TcRnMessageAlfredo Di Napoli2021-07-091-7/+1
* Remove redundant patSigErrAlfredo Di Napoli2021-07-091-16/+0
* Add TcRnCharLiteralOutOfRange to TcRnMessageAlfredo Di Napoli2021-07-091-6/+1
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-091-6/+1
* Add TcRnDuplicateFieldName to TcRnMessageAlfredo Di Napoli2021-07-091-10/+1
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-091-3/+6
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-091-7/+2
* Add TcRnEmptyRecordUpdate to TcRnMessageAlfredo Di Napoli2021-07-091-4/+1
* Use HsExpansion for overloaded list patternssheaf2021-06-291-7/+120
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-18/+26
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-2/+3
* Change representation of field selector occurencesShayne Fletcher2021-05-231-1/+1
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-211-1/+1
* Changes to HsRecField'Shayne Fletcher2021-05-191-27/+27
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-2/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-201-49/+55
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-8/+13
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-31/+16
* Factorize and document binder collect functionsSylvain Henry2021-01-221-2/+2
* Remove unused extension pragmas from the compiler code baseHécate2021-01-171-1/+0
* Require ScopedTypeVariables+TypeApplications to use type applications in patt...Ryan Scott2020-12-241-1/+16
* Implement type applications in patternsCale Gibbard2020-12-141-5/+11
* Check for large tuples more thoroughlywip/T18723Ryan Scott2020-10-291-5/+4
* Split GHC.Driver.TypesSylvain Henry2020-10-291-0/+1
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-14/+13
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Remove an incorrect WARN in extendLocalRdrEnvSimon Peyton Jones2020-07-301-9/+20
* Clean up the inferred type variable restrictionRyan Scott2020-07-301-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-1/+1
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-4/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-8/+15
* Modules (#13009)Sylvain Henry2020-04-181-2/+2