summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen-dll: Drop itwip/T21753Ben Gamari2022-10-205-562/+0
* 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
* rts: Refactor IPE tracing supportBen Gamari2022-10-116-66/+34
* base: Move IPE helpers to GHC.InfoProvBen Gamari2022-10-116-77/+108
* base: Move CString, CStringLen to GHC.ForeignBen Gamari2022-10-112-11/+6
* rts: Add missing declaration of stg_noDuplicateBen Gamari2022-10-111-0/+1
* ByteArray# is unlifted, not unboxedBodigrim2022-10-111-4/+4
* Expand comment for Data.List.permutationsjwaldmann2022-10-111-0/+3
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-113-53/+216
* CLabel: fix isInfoTableLabelCheng Shao2022-10-113-2/+9
* Don't include BufPos in interface filesMatthew Pickering2022-10-113-19/+11
* CmmToC: emit explicit tail calls when the C compiler supports itCheng Shao2022-10-113-2/+23
* Make SpecConstr bale out less oftenSimon Peyton Jones2022-10-111-67/+85
* Don't keep exit join points so muchSimon Peyton Jones2022-10-1111-98/+300
* Teach -fno-code about -fprefer-byte-codeMatthew Pickering2022-10-1115-40/+119
* Interface Files with Core DefinitionsMatthew Pickering2022-10-1158-144/+989