summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite: use context variable instead of thread-local variableCheng Shao2023-03-302-7/+7
* testsuite: mypy typing error fixesCheng Shao2023-03-305-50/+10
* testsuite: handle target executable extensionCheng Shao2023-03-301-2/+7
* testsuite: strip the cross ghc prefix in output and error messageCheng Shao2023-03-301-0/+6
* testsuite: normalize the .wasm extensionCheng Shao2023-03-301-0/+5
* testsuite: don't add optllvm way for wasm32Cheng Shao2023-03-301-1/+1
* hadrian: Pass CROSS_EMULATOR to runtests.pyBen Gamari2023-03-301-0/+2
* testsuite/driver: Normalize away differences in ghc executable nameBen Gamari2023-03-301-0/+12
* testsuite/driver: Add basic support for testing cross-compilersBen Gamari2023-03-303-2/+29
* ci: use alpine3_17-wasm image for wasm jobsCheng Shao2023-03-303-80/+74
* ci: fix lint-testsuite jobCheng Shao2023-03-301-6/+1
* ci: unset CROSS_EMULATOR for js jobCheng Shao2023-03-301-0/+2
* ci: ensure that all non-i386 pipelines do parallel xz compressionCheng Shao2023-03-301-1/+1
* ci: make lint-ci-config job fast againCheng Shao2023-03-303-4/+4
* Add LANGUAGE GADTs to GHC.Rename.Env sheaf2023-03-301-1/+1
* docs: move RecordUpd changelog entry to 9.8sheaf2023-03-302-5/+5
* Proxies for head and tail: review suggestionssheaf2023-03-301-6/+5
* Fix testsBodigrim2023-03-3047-6/+49
* Bump submodulesBodigrim2023-03-303-1/+2
* Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-}Bodigrim2023-03-305-6/+34
* Add {-# WARNING #-} to Data.List.{head,tail}Bodigrim2023-03-302-0/+7
* Revert "ghc-heap: remove wrong Addr# coercion (#23181)"Matthew Pickering2023-03-303-13/+14
* testsuite: Fix racing prints in T21465Ben Gamari2023-03-303-2/+5
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-03-303-14/+13
* js: split JMacro into JS eDSL and JS syntaxdoyougnu2023-03-3031-455/+888
* hadrian: Fix path to HpcParser.yMatthew Pickering2023-03-291-1/+1
* igre_prompt_env: discard "only-qualified" namessheaf2023-03-294-10/+27
* Avoid repeatedly shadowing in shadowNamessheaf2023-03-292-40/+154
* Handle records in the renamersheaf2023-03-29275-4222/+6237
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-286-0/+30
* Make exprIsConApp_maybe a bit clevererwip/T23159Simon Peyton Jones2023-03-271-8/+54
* Document the constructor name for listsDavid Feuer2023-03-261-1/+4
* Update and expand atomic modification HaddocksDavid Feuer2023-03-262-14/+67
* Add Eq/Ord instances for SSymbol, SChar, and SNatRyan Scott2023-03-253-1/+27
* rts: Fix capability-count check in zeroSlopBen Gamari2023-03-251-3/+2
* rts: Don't rely on EXTERN_INLINE for slop-zeroing logicBen Gamari2023-03-254-23/+47
* Improve documentation for resizing of byte arraysBodigrim2023-03-251-11/+35
* testsuite: add the rts_clearMemory test caseCheng Shao2023-03-255-0/+43
* rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023Cheng Shao2023-03-254-5/+4
* Improve documentation of atomicModifyMutVar2#Bodigrim2023-03-251-5/+17
* rts: Fix barriers of IND and IND_STATICBen Gamari2023-03-252-9/+11
* Modify ThreadId documentation and commentsDavid Feuer2023-03-251-7/+3
* fix: account for large and compact object stats with nonmoving gcTeo Camarasu2023-03-255-7/+36
* Add regression test for #17574Teo Camarasu2023-03-253-0/+44
* base: Document GHC versions associated with past base versions in the changelogLi-yao Xia2023-03-251-1/+8
* codeGen/tsan: Disable instrumentation of unaligned storesBen Gamari2023-03-241-8/+7
* User's guide: Improve docs for -WallJoachim Breitner2023-03-241-22/+14
* nativeGen/AArch64: Fix bitmask immediate predicateBen Gamari2023-03-241-15/+35
* Move mention of warning groups change to 9.8.1 release notesAdam Gundry2023-03-242-5/+5
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-2439-94/+649