summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add TcRnIllegalWildcardsInConstructor to TcRnMessagewip/adinapoli-issue-20081Alfredo Di Napoli2021-07-063-7/+18
* Remove redundant patSigErrAlfredo Di Napoli2021-07-061-16/+0
* Add TcRnCharLiteralOutOfRange to TcRnMessageAlfredo Di Napoli2021-07-063-6/+18
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-066-6/+33
* Add TcRnDuplicateFieldName to TcRnMessageAlfredo Di Napoli2021-07-063-16/+31
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-066-3/+48
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-065-10/+30
* Add TcRnEmptyRecordUpdate to TcRnMessageAlfredo Di Napoli2021-07-063-4/+18
* Add TcRnIllegalPatSynDecl to TcRnMessageAlfredo Di Napoli2021-07-063-4/+23
* Add TcRnSimplifierTooManyIterations to TcRnMessageAlfredo Di Napoli2021-07-065-6/+33
* Add the TcRnDuplicateWarningDecls to TcRnMessageAlfredo Di Napoli2021-07-063-8/+20
* Add the TcRnShadowedName constructor to TcRnMessageAlfredo Di Napoli2021-07-063-16/+46
* Arity: Handle shadowing properlySebastian Graf2021-07-021-9/+51
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-029-61/+204
* Move aarch64-linux-llvm to nightlyMoritz Angermann2021-07-021-0/+1
* Revert "Move validate-x86_64-linux-deb9-hadrian back to quick-build"Moritz Angermann2021-07-021-1/+1
* Fix cut/paste typo foldrM should be foldlMViktor Dukhovni2021-07-021-1/+1
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-07-024-3/+29
* One-shot changes (#20008)Simon Peyton Jones2021-07-022-0/+21
* Remove redundant test case print036.Roland Senn2021-07-013-4/+0
* float out some docstrings and comment some function parametersMarco Zocca2021-07-011-10/+27
* [ci] Enable T6132 across all targetsMoritz Angermann2021-07-011-8/+1
* [Parser: Lexer] Fix !6132Moritz Angermann2021-07-011-1/+2
* [ci] Separate llvm and NCG test metrics for aarch64-linuxMoritz Angermann2021-07-011-0/+3
* [ci] don't allow aarch64-linux (ncg) to failMoritz Angermann2021-07-011-1/+1
* Unify remaining GHCi prompt exampleEmily Martins2021-07-011-1/+1
* Unify primary and secondary GHCi promptEmily Martins2021-07-012-16/+16
* Dynflags: introduce DiagOptsSylvain Henry2021-07-0129-209/+296
* Remove useless .hs-bootSylvain Henry2021-07-0118-41/+2
* Make withException use SDocContext instead of DynFlagsSylvain Henry2021-07-014-9/+14
* Add testcase for #19460Roland Senn2021-07-014-0/+15
* ci: Don't allow aarch64-darwin to failMatthew Pickering2021-06-291-3/+0
* Use HsExpansion for overloaded list patternssheaf2021-06-2922-247/+430
* Demand: Better representation (#19050)Sebastian Graf2021-06-292-186/+351
* Fix type and strictness signature of forkOn#Ryan Scott2021-06-282-2/+6
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-2848-788/+1259
* Update docs for change in parsing behaviour of infix operators like in GHC 9Zubin Duggal2021-06-281-2/+8
* Fix libffi on PowerPCPeter Trommler2021-06-284-20/+4
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-279-76/+1
* testsuite: Widen acceptance window of T12545 (#19414)Sebastian Graf2021-06-272-4/+44
* Inliner: Regard LitRubbish as TrivArg and not ConLikeSebastian Graf2021-06-272-2/+7
* Add regression test for #17819Sebastian Graf2021-06-273-0/+331
* WorkWrap: Make mkWWstr and mkWWcpr generate fewer let bindingsSebastian Graf2021-06-273-79/+73
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-2716-248/+239
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-2714-59/+68
* Tc: Allow Typeable in quantified constraintsJakob Brünker2021-06-273-0/+19
* user-guide: Improve documentation of NumDecimalsZubin Duggal2021-06-271-6/+16
* Re-export UnliftedRep and UnliftedType from GHC.Extssheaf2021-06-261-1/+2
* rts: Eliminate redundant branchGHC GitLab CI2021-06-261-3/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-06-261-3/+3