summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* template-haskell: Run TH splices with err_vars from current contextwip/tth-ghci-errorsMatthew Pickering2021-04-084-1/+21
* Bignum: remove unused extra filesSylvain Henry2021-04-051-2/+0
* Bignum: fix invalid hs-boot declaration (#19638)Sylvain Henry2021-04-051-1/+1
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-0513-341/+64
* rts: Fix usage of pthread_setname_npBen Gamari2021-04-052-11/+65
* hadrian: Fix build-stack-nixBen Gamari2021-04-051-2/+2
* hadrian: Refactor hlint targetBen Gamari2021-04-051-26/+36
* Add (expect_broken) test for #11545Matthew Pickering2021-04-052-0/+16
* One-Shotify GHC.Utils.Monad.State (#18202)Andreas Klebinger2021-04-051-1/+15
* Mark p6 and T3333 as fragileSimon Jakobi2021-04-052-2/+3
* Fixes Monad's associativity docsŁukasz Gołębiewski2021-04-051-1/+1
* Add regression test for T19474.Andreas Klebinger2021-04-052-0/+19
* fix sub-word literals in GHCiLuite Stegeman2021-04-058-9/+299
* Apply 1 suggestion(s) to 1 file(s)Joachim Breitner2021-04-051-1/+1
* ./configure: Indicate that GHC=… should be a full pathJoachim Breitner2021-04-051-2/+2
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-0541-62/+55
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-0526-172/+178
* Add type signature for TargetContents.goHarry Garrood harry@garrood.me2021-04-051-1/+10
* Add special case to stripStgTicksTop for []Matthew Pickering2021-04-051-0/+2
* Implement proposal 403: Lexer cleanupOleg Grenrus2021-04-056-7/+63
* configure: Fix parsing of ARM triplesBen Gamari2021-04-051-8/+10
* Pmc: Add regression test for #19622Sebastian Graf2021-04-022-0/+57
* testsuite: Add test for #7275Ben Gamari2021-04-024-0/+67
* testsuite: Check test stats only after test correctnessBen Gamari2021-04-021-5/+5
* testsuite: Make passFail a booleanBen Gamari2021-04-022-24/+13
* Fix copy+pasto in Sanity.cMatthew Pickering2021-04-021-1/+1
* gitlab-ci: Ignore performance metrics failures in release jobsBen Gamari2021-04-021-0/+6
* gitlab-ci: CI wibblesBen Gamari2021-04-021-0/+3
* sdist: Fix packaging of Windows tarballsBen Gamari2021-04-021-1/+1
* Address review feedback on chiralityViktor Dukhovni2021-04-011-11/+45
* Chiral foldable caveatsViktor Dukhovni2021-04-011-3/+37
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-0129-452/+465
* Add missing axiom exports for CharToNat/NatToCharVladislav Zavialov2021-04-013-2/+10
* gitlab-ci: Drop Debian 8 jobBen Gamari2021-04-011-26/+0
* configure: Update comment describing versioning policyBen Gamari2021-04-011-2/+4
* libiserv: Add descriptionBen Gamari2021-04-011-2/+2
* ghc-boot: Use cabal-version: 3.0Ben Gamari2021-04-011-2/+3
* ghc-bignum: Add missing source files to cabal fileBen Gamari2021-04-011-0/+2
* Fix testsSylvain Henry2021-04-012-2/+6
* Move the EPS into UnitEnvSylvain Henry2021-04-018-18/+20
* Move HPT in UnitEnvSylvain Henry2021-04-0110-58/+78
* Move unit DBs in UnitEnvSylvain Henry2021-04-019-38/+56
* Properly initialise UnitEnvSylvain Henry2021-04-012-5/+25
* Encapsulate the EPS IORef in a newtypeSylvain Henry2021-04-017-42/+56
* Data.List specialization to []Oleg Grenrus2021-04-0139-1641/+1403
* import Data.List with explicit import listOleg Grenrus2021-04-011-1/+1
* gitlab-ci: Extend expiration time of simple perf job artifactsBen Gamari2021-03-311-1/+1
* Add regression tests for #17772 and #18308Ryan Scott2021-03-313-0/+41
* Avoid fundep-caused loop in the typecheckerSimon Peyton Jones2021-03-317-47/+178
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-3120-591/+596