summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix array primop alignmentBen Gamari2022-02-102-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-1021-85/+105
* Introduce alignment in CmmLoadBen Gamari2022-02-1026-157/+192
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-1011-24/+32
* Add commentsBen Gamari2022-02-101-0/+2
* Drop dead codeBen Gamari2022-02-101-2/+0
* Re #18087 user's guide: add a note that -Wxxx used to be -fwarn-xxxAndreas Abel2022-02-101-0/+7
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-02-103-10/+30
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2022-02-1012-4/+245
* Add an Outputable instance for RecTcCheckerSimon Peyton Jones2022-02-101-0/+4
* Improve partial signaturesSimon Peyton Jones2022-02-107-22/+164
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-02-107-64/+87
* ci: Add ENABLE_NUMA flag to explicitly turn on libnuma dependencyMatthew Pickering2022-02-102-0/+9
* Improve detection of lld linkerSergey Vinokurov2022-02-102-1/+3
* rts/winio: Fix #18382Ben Gamari2022-02-1019-91/+34
* Change assertions in Stats.c to warnings (and introduce WARN macro)Matthew Pickering2022-02-103-7/+25
* hadrian BinaryDist: version ghc in ghciScriptWrapperJens Petersen2022-02-071-2/+4
* Null eventlog writerOleg Grenrus2022-02-078-0/+56
* Add section to the user guide about OS memory usageMatthew Pickering2022-02-073-2/+110
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-02-074-59/+118
* Fix build on recent FreeBSD.Gleb Popov2022-02-071-1/+1
* Add regression test for #20663Sebastian Graf2022-02-073-0/+156
* WorkWrap: Unbox arguments of unlifted type (#20663)Sebastian Graf2022-02-071-1/+1
* Show family TyCons in mk_dict_error in the case of a single matchZiyang Liu2022-02-075-2/+87
* Accept test changeMatthew Pickering2022-01-311-3/+3
* Add test for #20894sheaf2022-01-312-0/+25
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-3112-20/+46
* rts: Only declare environ when necessaryBen Gamari2022-01-313-1/+25
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2022-01-317-8/+185
* rts: Consolidate RtsSymbols from libcBen Gamari2022-01-311-2/+6
* Respect W^X in Linker.c:preloadObjectFile on OpenBSDGreg Steuck2022-01-311-1/+1
* A few more typosViktor Dukhovni2022-01-311-6/+7
* Fix typo and outdated link in Data.FoldableViktor Dukhovni2022-01-312-3/+4
* Bump bytestring submodule to 0.11.2.0Ben Gamari2022-01-313-11/+11
* rts/Linker: Ensure that mmap_32bit_base is updated after mappingBen Gamari2022-01-301-20/+21
* Fix caluclation of nonmoving GC elapsed timeMitchell Rosen2022-01-301-2/+2
* Don't use implicit lifting when deriving LiftMatthew Pickering2022-01-304-10/+34
* Add Data.Bits changes to base 4.16 changelogsheaf2022-01-301-0/+8
* hadrian: Don't rely on realpath in bindist MakefileBen Gamari2022-01-303-4/+58
* hadrian: Fix binary-dist support for cross-compilersBen Gamari2022-01-303-8/+16
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2022-01-302-2/+15
* mmapForLinkerMarkExecutable: do nothing when len = 0Travis Whitaker2022-01-301-0/+6
* Get the in-scope set right in simplArgSimon Peyton Jones2022-01-303-3/+33
* Pmc: Do inhabitation test for unlifted vars (#20631)Sebastian Graf2022-01-303-17/+57
* user-guide: Fix :since: of -XCApiFFIBen Gamari2022-01-301-1/+1
* ghc-compact: Update cabal fileBen Gamari2022-01-301-2/+5
* hadrian: Use $bindir instead of `dirname $0` in ghci wrapperARATA Mizuki2022-01-301-2/+1
* User's guide: data family kind-inference changessheaf2022-01-301-3/+12
* Link against libatomic for 64-bit atomic operationsIlias Tsitsimpis2022-01-301-6/+37
* users-guide/relnotes: Mention sized integer changesBen Gamari2022-01-301-0/+11