summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/dougwilson/bump-cabal-3.8.1.0Douglas Wilson2022-08-045-8/+4
* Regression test for #21848Simon Peyton Jones2022-07-264-1/+469
* hadrian: add flag disabling selftest rules which require QuickChecksternenseemann2022-07-262-3/+18
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-253-4/+18
* rts/nonmoving: Don't scavenge objects which weren't evacuatedBen Gamari2022-07-253-5/+93
* rts/nonmoving: Track segment stateBen Gamari2022-07-252-1/+28
* testsuite: introduce nonmoving_thread_sanity wayBen Gamari2022-07-251-0/+4
* testsuite: Skip test cases involving -S when testing unregisterised GHCCheng Shao2022-07-252-6/+6
* Avoid as pipeline when compiling cCheng Shao2022-07-253-14/+22
* Add location to cc phaseCheng Shao2022-07-253-6/+6
* Get the in-scope set right in FamInstEnv.injectiveBranchesSimon Peyton Jones2022-07-2516-130/+193
* Add a 'notes' file in testsuite/tests/perf/compilerSimon Peyton Jones2022-07-251-0/+15
* Teach SpecConstr about typeDeterminesValueSimon Peyton Jones2022-07-2513-158/+214
* Switch off eta-expansion in rules and unfoldingsSimon Peyton Jones2022-07-251-8/+14
* Fix isEvaldUnfolding and isValueUnfoldingSimon Peyton Jones2022-07-251-0/+2
* ghc-cabal: allow Cabal 3.8 to unbreak make buildsternenseemann2022-07-251-2/+2
* docs: Fix documentation of \casesSimon Jakobi2022-07-251-3/+3
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-254-7/+34
* Fix a small buglet in tryEtaReduceSimon Peyton Jones2022-07-254-7/+24
* More improvements to worker/wrapperSimon Peyton Jones2022-07-2512-154/+310
* Docs: clarify ConstraintKinds infelicitysheaf2022-07-251-11/+17
* ci: Disable (broken) perf-nofibBryan Richter2022-07-251-2/+3
* Default implementation for mempty/(<>)Gabriella Gonzalez2022-07-252-1/+23
* Add DeepSubsumption09Zubin Duggal2022-07-252-0/+11
* Fix the interaction of operator sections and deep subsumptionSimon Peyton Jones2022-07-253-8/+50
* Add DeepSubsumption08Matthew Pickering2022-07-252-0/+17
* Add tests that -XHaskell98 and -XHaskell2010 enable DeepSubsumptionMatthew Pickering2022-07-254-1/+29
* Implement DeepSubsumptionSimon Peyton Jones2022-07-2529-202/+841
* Hadrian: don't try to build "unix" on Windowssheaf2022-07-221-26/+26
* Add test for #21360sheaf2022-07-222-0/+23
* Add test for #21871sheaf2022-07-223-0/+23
* upload_ghc_libs: Fix path to documentationBen Gamari2022-07-221-1/+1
* Add a Note summarising GHC's UTF-8 implementationsBen Gamari2022-07-224-2/+54
* base: Introduce GHC.Encoding.UTF8Ben Gamari2022-07-223-0/+288
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-2210-315/+363
* Make the specialiser deal better with specialised methodsSimon Peyton Jones2022-07-222-187/+230
* Refactored Simplify passDominik Peteler2022-07-2229-5667/+5925
* Make withDict opaque to the specialisersheaf2022-07-218-46/+193
* rts/ProfHeap: Ensure new Censuses are zeroedBen Gamari2022-07-191-0/+1
* driver: Fix implementation of -SMatthew Pickering2022-07-194-14/+27
* configure: Use AC_PATH_TOOL to detect toolsBen Gamari2022-07-191-12/+9
* Add mapAccumM, forAccumM to Data.TraversableBoris Lykah2022-07-193-5/+80
* gitignore: don't ignore all aclocal.m4 filesBen Gamari2022-07-181-1/+2
* Allow running memInventory when the concurrent nonmoving gc is enabledTeo Camarasu2022-07-182-5/+14
* Refactor wantToUnboxArg a bitSimon Peyton Jones2022-07-184-174/+217
* Make SetLevels honour floatConstsSimon Peyton Jones2022-07-181-4/+4
* Inline mapAccumLMSimon Peyton Jones2022-07-181-0/+5
* Make transferPolyIdInfo work for CPRSimon Peyton Jones2022-07-182-5/+14
* White space only in FamInstEnvSimon Peyton Jones2022-07-181-30/+34
* Rule matching: Don't compute the FVs if we don't look at them.Andreas Klebinger2022-07-182-3/+17