summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Add CI support for s390x under cross-compilationwip/cross-ci-s390xBen Gamari2022-10-183-1/+123
* hadrian: Pass CROSS_EMULATOR to runtests.pyBen Gamari2022-10-181-0/+2
* testsuite: Introduce and use req_pluginsBen Gamari2022-10-183-3/+12
* testsuite: Mark a number of tests omitting profasm as req_thBen Gamari2022-10-188-69/+9
* testsuite: Mark T7919 as req_thBen Gamari2022-10-181-1/+1
* testsuite: Mark overfloadedrecflds/ghci tests as req_interpBen Gamari2022-10-181-0/+2
* testsuite: Mark LinearTH tests as req_thBen Gamari2022-10-181-4/+4
* testsuite: Mark NoFieldSelectors as req_interpBen Gamari2022-10-181-1/+1
* testsuite: Mark some multipleHomeUnits tests as req_thBen Gamari2022-10-182-2/+2
* testsuite: Mark cc017 as req_thBen Gamari2022-10-181-10/+4
* testsuite/driver: Normalize away differences in ghc executable nameBen Gamari2022-10-181-8/+12
* testsuite: Mark T21115b as req_thBen Gamari2022-10-181-1/+1
* testsuite: Drop annotation from T17904Ben Gamari2022-10-181-2/+0
* testsuite: Mark annrun01 as req_interpBen Gamari2022-10-181-12/+2
* testsuite/driver: Add basic support for testing cross-compilersBen Gamari2022-10-183-2/+29
* Build System: Remove out-of-date comment about make build systemMatthew Pickering2022-10-181-4/+0
* configure: Bump minimum bootstrap GHC versionBen Gamari2022-10-181-2/+3
* Make `Functor` a superclass of `TrieMap`, which lets us derive the `map` func...M Farkas-Dyck2022-10-185-91/+126
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-10-1819-69/+177
* Fix T15155l not getting -fllvmKrzysztof Gogolewski2022-10-171-1/+1
* testsuite: Fix typo when setting llvm_waysMatthew Pickering2022-10-171-2/+1
* use heredocEric Lindblad2022-10-171-3/+4
* remove redirectEric Lindblad2022-10-171-1/+1
* example rewriteEric Lindblad2022-10-171-2/+2
* Testsuite: Add a new tables_next_to_code predicate.Andreas Klebinger2022-10-175-1/+16
* Avoid allocating intermediate lists for non recursive bindings.Andreas Klebinger2022-10-178-14/+50
* Update the check-exact infrastructure to match ghc-exactprintAlan Zimmerman2022-10-1717-3099/+3838
* Add `Enum (Down a)` instance that swaps `succ` and `pred`Gergo ERDI2022-10-172-2/+25
* DmdAnal: Look through unfoldings of DataCon wrappers (#22241)Sebastian Graf2022-10-176-7/+111
* Add realease note for #21927Teo Camarasu2022-10-151-0/+6
* rts: trigger a major collection if megablock usage exceeds maxHeapSizeTeo Camarasu2022-10-151-1/+5
* rts: ensure we are below maxHeapSize after returning megablocksTeo Camarasu2022-10-151-0/+7
* ncg/aarch64: Fix sub-word sign extension yet againBen Gamari2022-10-141-12/+20
* testsuite: Add test for #22282Ben Gamari2022-10-144-0/+24
* rts: Use pthread_setname_np correctly on DarwinBen Gamari2022-10-141-10/+36
* Add type signatures in where-clause of Data.List.permutationsBodigrim2022-10-141-7/+12
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-1412-51/+200
* Clearer error msg for newtype GADTs with defaulted kindFinley McIlwaine2022-10-1318-75/+157
* Update phases.rst Simon Hengel2022-10-131-2/+2
* rts/linker: Add support for .fini sectionsBen Gamari2022-10-133-0/+9
* rts/linker: Consolidate initializer/finalizer handlingBen Gamari2022-10-137-251/+316
* Add a perf test for the generics code pattern from #21839.Andreas Klebinger2022-10-136-0/+109
* Unrestricted OverloadedLabels (#11671)Charles Taylor2022-10-125-33/+135
* winio: do not re-translate input when handle is uncookedTamar Christina2022-10-121-22/+32
* remove name shadowingCurran McConnell2022-10-121-8/+7
* rts: Don't hint inlining of appendToRunQueueBen Gamari2022-10-122-54/+58
* Mark T7919 as fragileBryan Richter2022-10-121-3/+7
* Make Cmm Lint messages use dump styleKrzysztof Gogolewski2022-10-111-1/+2
* Separate IPE source file from spanBen Gamari2022-10-1113-442/+168
* Refactor IPE initializationBen Gamari2022-10-1129-556/+683