summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bag optimisationswip/roughmap-9.2Ben Gamari2022-01-171-0/+4
* Use Bags for family instance matchesBen Gamari2022-01-173-22/+19
* Eliminate mapM_ over eltsRMBen Gamari2022-01-173-3/+10
* CommentMatthew Pickering2022-01-171-16/+83
* errorsMatthew Pickering2022-01-141-4/+1
* bag changesMatthew Pickering2022-01-141-6/+7
* updateMatthew Pickering2022-01-141-3/+5
* update testsMatthew Pickering2022-01-1416-75/+181
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-01-1247-342/+713
* Accept metrics increasesBen Gamari2021-12-110-0/+0
* user guide: Reintroduce "Included libraries" section in relnotesBen Gamari2021-12-111-0/+45
* Only load package environment file once when starting GHCiMatthew Pickering2021-12-116-2/+24
* Bump stm to 2.5.0.1Ben Gamari2021-12-111-0/+0
* rts/linker: Resolve iconv_* on FreeBSDBen Gamari2021-12-111-9/+50
* ghc-cabal: Manually specify -XHaskell2010Ben Gamari2021-12-111-1/+2
* rts/RtsSymbols: Provide a proper prototype for environBen Gamari2021-12-111-1/+5
* configure: Hide error output from --target checkBen Gamari2021-12-111-1/+1
* ghc: Bump Cabal-Version to 1.22Ben Gamari2021-12-111-1/+1
* Bump Haddock submodule to current state of ghc-9.2 branchBen Gamari2021-12-111-0/+0
* Fix Data.Type.Ord.<: it should be based on <?, not >?.Andrew Pritchard2021-12-091-1/+1
* Provide in-line kind signatures for Data.Type.Ord.Compare.Andrew Pritchard2021-12-091-1/+1
* Fix Haddock markup on Data.Type.Ord.OrdCond.Andrew Pritchard2021-12-091-3/+4
* Fix broken haddock @since fields in baseJoshua Price2021-12-095-3/+23
* Rename fp_gcc_supports__atomics to fp_cc_supports__atomicsHaochen Tong2021-12-062-6/+6
* Move libatomic check into m4/fp_gcc_supports_atomics.m4Haochen Tong2021-12-062-46/+41
* Check for libatomic dependency for atomic operationsHaochen Tong2021-12-063-0/+34
* Improve ZipList section of Traversable overviewViktor Dukhovni2021-11-101-6/+15
* Add regression test for #20598Sebastian Graf2021-11-105-0/+599
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-11-103-14/+72
* Set RELEASE=NOBen Gamari2021-10-291-1/+1
* hadrian: Don't pass empty paths via -IBen Gamari2021-10-292-4/+4
* hadrian: Don't add empty -I argumentsBen Gamari2021-10-291-1/+1
* ci/test-metrics: Clean up various bash quoting issuesghc-9.2.1-releaseBen Gamari2021-10-281-6/+6
* ci: Use https:// transport and access token to push perf notesBen Gamari2021-10-282-36/+10
* gitlab-ci: Ensure that temporary home existsBen Gamari2021-10-281-1/+2
* gitlab-ci: Don't rely on $HOME when pushing test metricsBen Gamari2021-10-282-9/+14
* ghci: Make getModBreaks robust against DotO UnlinkedBen Gamari2021-10-271-1/+6
* base: Fix date in changelogBen Gamari2021-10-271-1/+1
* Remove record field from SoloSimon Peyton Jones2021-10-277-41/+23
* template-haskell: Run TH splices with err_vars from current contextMatthew Pickering2021-10-274-1/+21
* Set RELEASE=YESBen Gamari2021-10-271-2/+2
* hadrian: Ensure that term.h is in include search pathBen Gamari2021-10-275-6/+25
* hadrian: Factor out --extra-*-dirs=... patternBen Gamari2021-10-271-9/+19
* Final changelog fixesBen Gamari2021-10-272-2/+6
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-10-262-1/+4
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-261-2/+6
* Do not sign extend CmmInt's unless negative.Moritz Angermann2021-10-251-0/+5
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-2514-40/+79
* testsuite: Fix overzealous command-line manglingBen Gamari2021-10-251-1/+1
* testsuite: Move big-obj test from ghci/linking/dyn to ghci/linkingBen Gamari2021-10-257-9/+10