summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Pat.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-2/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-5/+5
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+6
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-15/+11
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+3
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-0/+897