summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nativeGen/X86: MFENCE is unnecessary for release semanticswip/T22764Ben Gamari2023-01-161-1/+1
* Don't run hadrian-multi on fast-ci labelMatthew Pickering2023-01-121-0/+2
* Fix #22728: Not all diagnostics in safe check are fatalOleg Grenrus2023-01-129-13/+52
* Make `GHC.Tc.Errors.Reporter` take `NonEmpty ErrorItem` rather than `[ErrorIt...M Farkas-Dyck2023-01-121-62/+54
* Change MSYSTEM to CLANG64 uniformlyCheng Shao2023-01-125-20/+14
* Only gc sparks locally when we can ensure marking is done.Andreas Klebinger2023-01-123-14/+46
* Fix contification with stable unfoldings (#22428)Sebastian Graf2023-01-127-244/+472
* configure: Fix escaping of `$tooldir`Ben Gamari2023-01-121-4/+4
* rts: Drop racy assertionBen Gamari2023-01-121-0/+3
* Revert "rts: Drop racy assertion"Ben Gamari2023-01-121-3/+0
* Fix finaliseArgBoxities for OPAQUE functionSimon Peyton Jones2023-01-113-22/+53
* Add 'docWithStyle' to improve codegenKrzysztof Gogolewski2023-01-115-68/+78
* Fix void-arg-adding mechanism for worker/wrapperSimon Peyton Jones2023-01-118-135/+209
* Parse qualified terms in type signaturesHaskellMouse2023-01-1116-10/+142
* Refactor the treatment of loopy superclass dictswip/T20666Richard Eisenberg2023-01-1154-794/+1293
* Misc cleanupKrzysztof Gogolewski2023-01-1112-37/+24
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-1118-88/+119
* testsuite: Drop testheapalloced.cBen Gamari2023-01-111-100/+0
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-1132-4/+239
* m4/fp_leading_underscore.m4: Avoid implicit exit function declarationFlorian Weimer2023-01-111-6/+4
* fix missing haddock pipeJade Lovelace2023-01-111-1/+1
* Fix tcPluginRewrite exampleJade Lovelace2023-01-111-1/+1
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-094-95/+0
* Fix outdated link to Happy section on sequencesGeorgi Lyubenov2023-01-091-2/+3
* Check for FP_LD_NO_FIXUP_CHAINS in installation configure scriptMatthew Pickering2023-01-091-0/+5
* Store bootstrap_llvm_target and use it to set LlvmTarget in bindistsMatthew Pickering2023-01-093-1/+10
* rts, tests: limit thread name length to 15 bytesNicolas Trangez2023-01-093-2/+8
* Add safe list indexing operator: !?Oleg Grenrus2023-01-094-5/+34
* Handle shadowing in DmdAnal (#22718)Sebastian Graf2023-01-091-7/+31
* Remove RTS hack for configuringJohn Ericson2023-01-093-6/+46
* EPA: exact print HsDocTyAlan Zimmerman2023-01-095-2/+20
* Disable split sections on aarch64-deb10 buildMatthew Pickering2023-01-092-11/+11
* Pass -Wl,-no_fixup_chains to ld64 when appropiateMatthew Pickering2023-01-072-0/+29
* Skip T18623 on darwin (to add to the long list of OSs)Matthew Pickering2023-01-071-0/+2
* T10955: Set DYLD_LIBRARY_PATH for darwinMatthew Pickering2023-01-071-1/+1
* Make FloatIn robust to shadowingSimon Peyton Jones2023-01-073-103/+165
* rts: MUT_VAR is not a StgMutArrPtrsBen Gamari2023-01-061-2/+1
* darwin ci: Explicitly pass desired build triple to configureMatthew Pickering2023-01-061-1/+1
* ci: Upgrade darwin, windows and freebsd CI to use GHC-9.4.3Matthew Pickering2023-01-064-28/+47
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-0618-80/+67
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-0611-16/+733
* Revert "configure: Drop uses of AC_PROG_CC_C99"Matthew Pickering2023-01-053-0/+48
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-0518-61/+84
* EPA: Do not collect comments from end of fileAlan Zimmerman2023-01-059-49/+192
* Misc cleanupKrzysztof Gogolewski2023-01-0528-90/+59
* sphinx: Use modern syntax for extlinksMatthew Pickering2023-01-041-2/+2
* packaging: Build perf builds with -split-sectionswip/various-hadrian-fixesMatthew Pickering2023-01-046-43/+63
* hadrian: Document using GHC environment variable to select boot compilerMatthew Pickering2023-01-041-0/+12
* ci: Build all test dependencies with in-tree compilerMatthew Pickering2023-01-041-1/+1
* check-exact: Fix build with -WerrorMatthew Pickering2023-01-041-1/+2