summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix panic with UnliftedFFITypes+CApiFFI (#14624)wip/T14624nineonine2022-06-297-12/+191
* `.hs-boot` make rules: add missing order-only dependency on target directorySergei Trofimovich2022-06-271-2/+2
* configure: Only probe for LD in FIND_LDBen Gamari2022-06-271-1/+2
* testsuite: Hide output from test compilations with verbosity==2Ben Gamari2022-06-271-1/+1
* hadrian: Update main README pageMatthew Pickering2022-06-271-43/+39
* add tests for addrToAny# levityNaomi Liu2022-06-272-0/+45
* add levity polymorphism to addrToAny#Naomi Liu2022-06-271-1/+1
* Add Foldable1 and Bifoldable1 type classesBodigrim2022-06-274-1/+566
* Remove the traces of i386-*-openbsd, long live amd64Greg Steuck2022-06-273-4/+2
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-2712-13/+71
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-2733-405/+717
* hadrian: Improve haddocks for ghcDebugAssertionsAndreas Klebinger2022-06-271-1/+1
* linters: Fix lint-submodule-refs when crashing trying to find plausible branchesMatthew Pickering2022-06-271-1/+1
* testsuite: Use normalise_version more consistentlyBen Gamari2022-06-278-16/+16
* Bump ghc-prim and base versionsBen Gamari2022-06-2743-56/+57
* Bump nofib submodule.Andreas Klebinger2022-06-221-0/+0
* Use correct arch for the FreeBSD triple in gen-data-layout.shGleb Popov2022-06-221-1/+1
* TagCheck.hs: Properly check if arguments are boxed types.Andreas Klebinger2022-06-222-7/+6
* When specialising, look through floatable ticks.Gergo ERDI2022-06-221-5/+22
* re-export GHC.Natural.minusNaturalMaybe from Numeric.NaturalArtem Pelenitsyn2022-06-222-0/+3
* runhaskellEric Lindblad2022-06-221-1/+1
* eventlog: Don't leave dangling pointers hanging aroundBen Gamari2022-06-221-0/+2
* Transcribe discussion from #21483 into a NoteMatthew Pickering2022-06-221-0/+78
* Correct documentation of defaults of the `-V` RTS optionAlexander Esgen2022-06-221-6/+7
* Add laws for 'toInteger' and 'toRational'Michael Peyton Jones2022-06-223-0/+21
* Break out thNameToGhcNameIO (ref. #21730)Brandon Chinn2022-06-222-3/+28
* Use lookupNameCache instead of lookupOrigIOBrandon Chinn2022-06-224-9/+7
* testsuite: Add test for #21719Ben Gamari2022-06-223-0/+67
* Rename `copyByteArray` to `unsafeCopyByteArray`Matthew Craven2022-06-221-12/+12
* Add a basic test for ByteArray's Monoid instanceMatthew Craven2022-06-222-0/+84
* Check for Int overflows in Data.Array.ByteMatthew Craven2022-06-221-27/+91
* Flags to disable local let-floating; -flocal-float-out, -flocal-float-out-top...Vanessa McHale2022-06-2211-8/+226
* Revert "Ticky:Make json info a separate field."Matthew Pickering2022-06-223-38/+35
* Ticky:Make json info a separate field.Andreas Klebinger2022-06-213-35/+38
* linker: only keep rtl exception tables if they have been relocatedTamar Christina2022-06-201-5/+6
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-2040-123/+159
* Add NO_BOOT to hackage_doc_tarball jobMatthew Pickering2022-06-201-0/+2
* Make Outputable instance for InlineSig print the InlineSpecWinston Hartnett2022-06-202-2/+7
* Instantiate top level foralls in partial type signaturesSimon Peyton Jones2022-06-208-81/+228
* Ignore .hie-bioswip/T20836Sebastian Graf2022-06-201-0/+1
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-06-2011-67/+154
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-06-207-38/+153
* CprAnal: Set signatures of DFuns to topSebastian Graf2022-06-201-6/+7
* testsuite: Add test for #21624Ben Gamari2022-06-183-0/+14
* ncg/aarch64: Fix implementation of IntMulMayOfloBen Gamari2022-06-181-1/+41
* CmmToAsm/AArch64: Fix syntax of OpRegShift operandsBen Gamari2022-06-181-1/+1
* CmmToAsm/AArch64: Add SMUL[LH] instructionsBen Gamari2022-06-182-2/+8
* winio: Add support to console handles to handleToHANDLETamar Christina2022-06-181-3/+5
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-187-16/+33
* ghc-heap: Add (broken) test for #21622Ben Gamari2022-06-183-0/+29