summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Allow --skip-perf-tests/--only-perf-tests to be used with --ignore-per...wip/fix-marge-perf-testsMatthew Pickering2021-04-091-1/+1
* Use CI_MERGE_REQUEST_SOURCE_BRANCH_NAME rather than undefined GITLAB_CI_BRANC...Matthew Pickering2021-04-081-1/+3
* Move Iface.Load errors into Iface.Errors moduleAlfredo Di Napoli2021-04-083-320/+341
* Fix #19649 by using filterInScopeM in rnFamEqnRyan Scott2021-04-084-20/+268
* T11545 now also passes due to modifications in demand analysisMatthew Pickering2021-04-082-2/+2
* Make sure result of demand analysis is forced promptlyMatthew Pickering2021-04-083-89/+160
* Some extra strictness in Demand.hsMatthew Pickering2021-04-082-3/+13
* Make sure mergeWithKey is inlined and applied strictlyMatthew Pickering2021-04-082-6/+15
* Make updTcRef force the resultMatthew Pickering2021-04-081-2/+1
* Use DmdEnv rather than VarEnv DmdEnvMatthew Pickering2021-04-081-1/+1
* Don't retain reference to whole TcLclEnv in SkolemTVMatthew Pickering2021-04-081-1/+2
* Stop retaining SimplEnvs in unforced UnfoldingsMatthew Pickering2021-04-082-4/+8
* Change foldl' to inline when partially applied (#19534)James Foster2021-04-073-18/+67
* Remove dynamic-by-default (#16782)Sylvain Henry2021-04-0718-72/+6
* hadrian: Don't try to build iserv-prof if we don't have profiled librariesMatthew Pickering2021-04-071-6/+19
* Make specialisation a bit more aggressiveSimon Peyton Jones2021-04-076-17/+88
* hadrian: don't hardcode -fuse-ld=gold in hsc2hs wrapper #19514Adam Sandberg Ericsson2021-04-071-1/+1
* 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