summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dataToTag#: Skip runtime tag check if argument is infered taggedwip/andreask/dataToTagInferAndreas Klebinger2022-08-085-11/+499
* hadrian: Extend xattr Darwin hack to cover /libBen Gamari2022-08-071-1/+7
* hadrian: Fix naming of cross-compiler wrapperswip/cross-bindistBen Gamari2022-08-072-16/+22
* hadrian: Don't use mk/config.mk.inBen Gamari2022-08-074-3/+292
* gitlab-ci: Bump Docker imagesBen Gamari2022-08-071-1/+1
* hadrian: Fix installation of system-cxx-std-lib package confBen Gamari2022-08-071-1/+1
* hadrian: Fix binary distribution install attributesBen Gamari2022-08-072-36/+61
* users-guide: Add release notes entry for thread introspection supportwip/thread-statusBen Gamari2022-08-061-0/+5
* base: Share finalization thread labelBen Gamari2022-08-062-4/+12
* Add a primop to query the label of a threadBen Gamari2022-08-0610-1/+47
* rts: Move thread labels into TSOBen Gamari2022-08-0627-155/+154
* Add primop to list threadsBen Gamari2022-08-0616-4/+135
* base: Organize Haddocks in GHC.Conc.SyncBen Gamari2022-08-061-15/+22
* genprimopcode: Drop ArrayArray# referencesBen Gamari2022-08-061-2/+0
* rts: Fix code styleBen Gamari2022-08-061-14/+14
* compiler: Eliminate two uses of foldr in favor of foldl'Ben Gamari2022-08-062-2/+2
* gitlab-ci: Fix hadrian bootstrapping of release pipelinesBen Gamari2022-08-062-3/+11
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-0617-43/+286
* StgToCmm: Fix isSimpleScrut when profiling is enabled.Andreas Klebinger2022-08-063-27/+32
* Add one more sanity check in stg_restore_cccsAndreas Klebinger2022-08-061-0/+4
* Make dropTail comment a haddock commentAndreas Klebinger2022-08-061-1/+1
* Improve BUILD_PAP commentsAndreas Klebinger2022-08-061-0/+3
* Fix equality operator in jspace testMatthew Pickering2022-08-051-2/+2
* codeGen/X86: Don't clobber switch variable in switch generationBen Gamari2022-08-051-2/+3
* ci: Fix pages jobMatthew Pickering2022-08-051-1/+4
* Remove backported items from 9.6 release notesKrzysztof Gogolewski2022-08-051-10/+1
* 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