summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)wip/21651Douglas Wilson2022-08-052-20/+75
* testsuite: 21651 add test for closeFdWith + setNumCapabilitiesDouglas Wilson2022-08-053-1/+135
* findExternalRules: Don't needlessly traverse the list of rules.Andreas Klebinger2022-08-041-4/+3
* cmm: Remove unused ReadOnlyData16Cheng Shao2022-08-045-16/+0
* Store interfaces in ModIfaceCache more directlyMatthew Pickering2022-08-044-80/+56
* Fix leaks in --make mode when there are module loopsMatthew Pickering2022-08-0410-96/+405
* Force name selectors to ensure no reference to Ids enter the NameCacheMatthew Pickering2022-08-041-2/+2
* Force safeInferred to avoid retaining extra copy of DynFlagsMatthew Pickering2022-08-041-1/+2
* Add a note about about W/W for unlifting strict argumentsAndreas Klebinger2022-08-042-1/+48
* Fix TH + defer-type-errors interaction (#21920)Krzysztof Gogolewski2022-08-045-7/+21
* Remove TCvSubst and use Subst for both term and type-level substYiyun Liu2022-08-0449-730/+654
* User's guide: fix typo in hasfield.rstsheaf2022-08-021-1/+1
* Add -dsuppress-coercion-types to make coercions even smaller.Andreas Klebinger2022-08-026-13/+23
* Fix since annotations in GHC.Stack.CloneStackMatthew Pickering2022-08-021-5/+5
* testsuite: Correctly set withNativeCodeGenMatthew Pickering2022-08-021-1/+5
* Docs: fix mistaken claim about kind signaturessheaf2022-07-281-8/+37
* driver: Don't create LinkNodes when -no-link is enabledMatthew Pickering2022-07-289-15/+20
* 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