summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Write response files in UTF-8 on Windowswip/T12971Ben Gamari2022-10-201-4/+0
* Fix manifest filename when writing Windows .rc filesBen Gamari2022-10-201-3/+1
* TyEq:N assertion: only for saturated applicationssheaf2022-10-194-6/+41
* Fix typo in `Opt_WriteIfSimplifiedCore`'s nameGergő Érdi2022-10-194-7/+7
* Small language fixes in 'Using GHC'Jan Hrček2022-10-191-6/+6
* Add SpliceTypes test for hie filesMatthew Pickering2022-10-193-0/+57
* Rename unsafeOverlap_matches -> unsafeOverlap_match in UnsafeOverlapsheaf2022-10-193-6/+4
* More precise types for fields of OverlappingInstances and UnsafeOverlap in Tc...Bodigrim2022-10-193-34/+23
* Enforce invariant of `ListBag` constructor.M Farkas-Dyck2022-10-193-36/+65
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-1931-157/+184
* Disable some SIMD tests on non-X86 architecturessheaf2022-10-192-2/+4
* Cmm Lint: relax SIMD register assignment checksheaf2022-10-192-5/+18
* Remove SIMD conversionssheaf2022-10-196-71/+74
* Add VecSlot for unboxed sums of SIMD vectorsDai2022-10-198-4/+73
* Add -fsuppress-error-contexts to disable printing error contexts in errorswip/diagnostics-configMatthew Pickering2022-10-189-10/+51
* Allow configuration of error message printingMatthew Pickering2022-10-1832-122/+247
* 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