summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Report actual port in libiserv:Remote.Slave.startSlaveFacundo Domínguez2021-04-101-1/+2
| * Add missing relational constant folding for sized numeric typesJohn Ericson2021-04-104-11/+118
| * Allow C-- to scrutinize non-native-size wordsJohn Ericson2021-04-103-10/+17
| * Constants: add a note and fix minor doc glitchesSylvain Henry2021-04-104-29/+79
| * Don't produce platformConstants fileSylvain Henry2021-04-105-25/+0
| * Read constants header instead of global platformConstantsSylvain Henry2021-04-1010-38/+85
| * Generate parser for DerivedConstants.hSylvain Henry2021-04-101-31/+89
| * Enhance pretty-printing perfSylvain Henry2021-04-104-58/+136
| * Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-106-0/+70
| * Test #19665 as expect_broken, with commentaryRichard Eisenberg2021-04-104-8/+35
| * Clarify commentary around the constraint solverRichard Eisenberg2021-04-103-32/+104
| * Kick out fewer equalities by thinking harderRichard Eisenberg2021-04-102-27/+44
| * Tweak kick-out condition K2b to deal with LHSsRichard Eisenberg2021-04-105-52/+205
| * Bignum: add BigNat Eq/Ord instances (#19647)Sylvain Henry2021-04-091-0/+16
| * Update HACKING.mdMatthew Pickering2021-04-091-1/+1
| * [docs] release notes for !4729 + !3678Douglas Wilson2021-04-091-1/+33
| * Add perf test for #15304Matthew Pickering2021-04-093-0/+778
| * Don't tidy type in pprTypeForUserMatthew Pickering2021-04-092-22/+10
| * Avoid repeated zonking and tidying of types in `relevant_bindings`Matthew Pickering2021-04-091-41/+81
| * testsuite/ppc64le: Mark UnboxedTuples test brokenPeter Trommler2021-04-091-0/+1
| * Fix typoPeter Trommler2021-04-091-1/+1
| * testsuite: Skip T18623 on powerpc64lePeter Trommler2021-04-091-1/+2
| * Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-0938-53/+76
| * CoreTidy: handle special cases to preserve more sharing.Sylvain Henry2021-04-091-1/+2
| * CoreTidy: enhance strictness noteBen Gamari2021-04-091-5/+15
* | Merge branch 'master' into content-hash-incremental-buildHarry Garrood harry@garrood.me2021-04-0822-466/+878
|\ \ | |/
| * 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
* | Rearrange iface format to make reading src_hash cheaperHarry Garrood harry@garrood.me2021-04-085-21/+41
* | Merge branch 'master' into content-hash-incremental-buildHarry Garrood harry@garrood.me2021-04-08164-1211/+1625
|\ \ | |/
| * 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