| Commit message (Expand) | Author | Age | Files | Lines |
* | ci: Add job to test 9.6 bootstrappingwip/bootstrap-9_6 | Matthew Pickering | 2023-04-01 | 1 | -1/+3 |
* | hadrian: Update bootstrap plans for 9.2.6, 9.2.7, 9.4.4, 9.4.5, 9.6.1 | Matthew Pickering | 2023-04-01 | 26 | -140/+1257 |
* | User Guide: update copyright year: 2020->2023 | Artem Pelenitsyn | 2023-04-01 | 1 | -1/+1 |
* | [feat] make ($) representation polymorphic | mangoiv | 2023-04-01 | 15 | -27/+47 |
* | Add test for T23184 | Matthew Pickering | 2023-03-31 | 3 | -0/+20 |
* | testsuite: asyncify the testsuite driver | Cheng Shao | 2023-03-30 | 3 | -133/+140 |
* | testsuite: use context variable instead of thread-local variable | Cheng Shao | 2023-03-30 | 2 | -7/+7 |
* | testsuite: mypy typing error fixes | Cheng Shao | 2023-03-30 | 5 | -50/+10 |
* | testsuite: handle target executable extension | Cheng Shao | 2023-03-30 | 1 | -2/+7 |
* | testsuite: strip the cross ghc prefix in output and error message | Cheng Shao | 2023-03-30 | 1 | -0/+6 |
* | testsuite: normalize the .wasm extension | Cheng Shao | 2023-03-30 | 1 | -0/+5 |
* | testsuite: don't add optllvm way for wasm32 | Cheng Shao | 2023-03-30 | 1 | -1/+1 |
* | hadrian: Pass CROSS_EMULATOR to runtests.py | Ben Gamari | 2023-03-30 | 1 | -0/+2 |
* | testsuite/driver: Normalize away differences in ghc executable name | Ben Gamari | 2023-03-30 | 1 | -0/+12 |
* | testsuite/driver: Add basic support for testing cross-compilers | Ben Gamari | 2023-03-30 | 3 | -2/+29 |
* | ci: use alpine3_17-wasm image for wasm jobs | Cheng Shao | 2023-03-30 | 3 | -80/+74 |
* | ci: fix lint-testsuite job | Cheng Shao | 2023-03-30 | 1 | -6/+1 |
* | ci: unset CROSS_EMULATOR for js job | Cheng Shao | 2023-03-30 | 1 | -0/+2 |
* | ci: ensure that all non-i386 pipelines do parallel xz compression | Cheng Shao | 2023-03-30 | 1 | -1/+1 |
* | ci: make lint-ci-config job fast again | Cheng Shao | 2023-03-30 | 3 | -4/+4 |
* | Add LANGUAGE GADTs to GHC.Rename.Env
| sheaf | 2023-03-30 | 1 | -1/+1 |
* | docs: move RecordUpd changelog entry to 9.8 | sheaf | 2023-03-30 | 2 | -5/+5 |
* | Proxies for head and tail: review suggestions | sheaf | 2023-03-30 | 1 | -6/+5 |
* | Fix tests | Bodigrim | 2023-03-30 | 47 | -6/+49 |
* | Bump submodules | Bodigrim | 2023-03-30 | 3 | -1/+2 |
* | Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-} | Bodigrim | 2023-03-30 | 5 | -6/+34 |
* | Add {-# WARNING #-} to Data.List.{head,tail} | Bodigrim | 2023-03-30 | 2 | -0/+7 |
* | Revert "ghc-heap: remove wrong Addr# coercion (#23181)" | Matthew Pickering | 2023-03-30 | 3 | -13/+14 |
* | testsuite: Fix racing prints in T21465 | Ben Gamari | 2023-03-30 | 3 | -2/+5 |
* | ghc-heap: remove wrong Addr# coercion (#23181) | Sylvain Henry | 2023-03-30 | 3 | -14/+13 |
* | js: split JMacro into JS eDSL and JS syntax | doyougnu | 2023-03-30 | 31 | -455/+888 |
* | hadrian: Fix path to HpcParser.y | Matthew Pickering | 2023-03-29 | 1 | -1/+1 |
* | igre_prompt_env: discard "only-qualified" names | sheaf | 2023-03-29 | 4 | -10/+27 |
* | Avoid repeatedly shadowing in shadowNames | sheaf | 2023-03-29 | 2 | -40/+154 |
* | Handle records in the renamer | sheaf | 2023-03-29 | 275 | -4222/+6237 |
* | Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNat | Ryan Scott | 2023-03-28 | 6 | -0/+30 |
* | Make exprIsConApp_maybe a bit clevererwip/T23159 | Simon Peyton Jones | 2023-03-27 | 1 | -8/+54 |
* | Document the constructor name for lists | David Feuer | 2023-03-26 | 1 | -1/+4 |
* | Update and expand atomic modification Haddocks | David Feuer | 2023-03-26 | 2 | -14/+67 |
* | Add Eq/Ord instances for SSymbol, SChar, and SNat | Ryan Scott | 2023-03-25 | 3 | -1/+27 |
* | rts: Fix capability-count check in zeroSlop | Ben Gamari | 2023-03-25 | 1 | -3/+2 |
* | rts: Don't rely on EXTERN_INLINE for slop-zeroing logic | Ben Gamari | 2023-03-25 | 4 | -23/+47 |
* | Improve documentation for resizing of byte arrays | Bodigrim | 2023-03-25 | 1 | -11/+35 |
* | testsuite: add the rts_clearMemory test case | Cheng Shao | 2023-03-25 | 5 | -0/+43 |
* | rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023 | Cheng Shao | 2023-03-25 | 4 | -5/+4 |
* | Improve documentation of atomicModifyMutVar2# | Bodigrim | 2023-03-25 | 1 | -5/+17 |
* | rts: Fix barriers of IND and IND_STATIC | Ben Gamari | 2023-03-25 | 2 | -9/+11 |
* | Modify ThreadId documentation and comments | David Feuer | 2023-03-25 | 1 | -7/+3 |
* | fix: account for large and compact object stats with nonmoving gc | Teo Camarasu | 2023-03-25 | 5 | -7/+36 |
* | Add regression test for #17574 | Teo Camarasu | 2023-03-25 | 3 | -0/+44 |