summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Pmc/Desugar.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement empty one ofDavid Knothe2023-04-121-3/+5
* stuffDavid Knothe2023-04-051-1/+5
* Implement Or Patterns (Proposal 0522)David Knothe2023-04-051-58/+56
* Don't specialise incoherent instance applicationsGergő Érdi2023-02-271-2/+2
* Misc cleanupKrzysztof Gogolewski2023-01-051-2/+2
* Respect -XStrict in the pattern-match checker (#21761)Sebastian Graf2022-12-131-2/+31
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-2/+4
* Fix typosEric Lindblad2022-09-141-1/+1
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-201-1/+1
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-3/+4
* Fix some notesMatthew Pickering2022-02-081-1/+1
* Move `ol_witness` to `OverLitTc`Dr. ERDI Gergo2021-08-131-1/+2
* Use HsExpansion for overloaded list patternssheaf2021-06-291-39/+32
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-1/+1
* Changes to HsRecField'Shayne Fletcher2021-05-191-1/+1
* 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-2/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-201-6/+6
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-5/+29
* Implement type applications in patternsCale Gibbard2020-12-141-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-4/+3
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-9/+4
* PmCheck: Long-distance information for LocalBinds (#18626)Sebastian Graf2020-09-301-10/+83
* PmCheck: Big refactor of module structureSebastian Graf2020-09-261-0/+450