summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't mark lambda binders as OtherConwip/andreask/ww_otherconAndreas Klebinger2022-06-2433-405/+717
* hadrian: Improve haddocks for ghcDebugAssertionsAndreas Klebinger2022-06-241-1/+1
* 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
* Hadrian bootstrap: look up hsc2hssheaf2022-06-161-4/+8
* Hadrian: allow configuring Hsc2Hssheaf2022-06-162-2/+5
* Repair dead link in TH haddocksHécate Moonlight2022-06-162-1/+5
* Enable eventlogs on nightly perf jobBryan Richter2022-06-161-0/+2
* hadrian: Don't install `include/` directory in bindist.Matthew Pickering2022-06-161-9/+1
* replace quadratic nub to fight byte code gen perf explosionTorsten Schmits2022-06-161-8/+9
* configure: Don't attempt to override linker on DarwinBen Gamari2022-06-151-1/+8
* cmm: Add surface syntax for MO_MulMayOfloBen Gamari2022-06-151-0/+2
* configure: Hide spurious warning from ldBen Gamari2022-06-151-1/+1
* hadrian: Run xattr -rc . on bindist tarballBen Gamari2022-06-151-0/+9
* CoreToStg.Prep: Get rid of `DynFlags` and `HscEnv`wip/no-dyn-flags-core-cmmJohn Ericson2022-06-156-92/+164
* validate: Ensure that $make variable is setBen Gamari2022-06-141-11/+11
* hadrian: Fix testing stage1 compilerMatthew Pickering2022-06-142-13/+31