summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Move source-tarball and test-bootstrap into full-buildwip/fiddle-bootstrap-jobMatthew Pickering2022-01-261-2/+2
* Widen T12545 acceptance windowMatthew Pickering2022-01-251-4/+9
* Fix Werror on alpineZubin Duggal2022-01-251-1/+17
* DeriveGeneric: look up datacon fixities using getDataConFixityFunRyan Scott2022-01-254-19/+49
* ci: Move (most) deb9 jobs to deb10Matthew Pickering2022-01-251-85/+57
* testsuite: Mark test that require RTS linkerPeter Trommler2022-01-242-2/+4
* Hadrian: update the index-state to allow building with GHC 9.0.2Ryan Scott2022-01-241-1/+1
* ghc-heap: Drop mention of BlockedOnIOCompletionBen Gamari2022-01-242-6/+0
* linksEric Lindblad2022-01-241-2/+2
* Write Note [Strict State monad] to explain what G.U.M.State.Strict doesSebastian Graf2022-01-241-24/+64
* Add test case for C++ exception handlingRobert Hensing2022-01-245-0/+31
* Add -fcompact-unwindRobert Hensing2022-01-244-1/+23
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-197-64/+87
* Note that ImpredicativeTypes doesn’t allow polymorphic instancesAnselm Schüler2022-01-191-0/+9
* ci: Fix subtlety with not taking effect because of time_it (#20898)Zubin Duggal2022-01-181-1/+4
* ms and gh linksEric Lindblad2022-01-181-2/+2
* Fix T20638 on big-endian architecturesPeter Trommler2022-01-182-2/+2
* Improve detection of lld linkerSergey Vinokurov2022-01-182-1/+3
* Add note about heap invariantMatthew Pickering2022-01-181-0/+6
* rts/winio: Fix #18382Ben Gamari2022-01-1820-92/+31
* Stricten the Strict State monadSebastian Graf2022-01-181-8/+8
* Add test for using type families with static pointersMatthew Pickering2022-01-182-1/+18
* Correct type of static forms in hsExprTypeMatthew Pickering2022-01-1812-10/+31
* hadrian BinaryDist: version ghc in ghciScriptWrapperJens Petersen2022-01-181-2/+4
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-17171-2413/+3526
* ms linkEric Lindblad2022-01-171-1/+1
* wikipedia linkEric Lindblad2022-01-151-1/+1
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-1512-20/+46
* rts: Consolidate RtsSymbols from libcBen Gamari2022-01-151-2/+6
* Add test for #20938.Andreas Klebinger2022-01-143-1/+11
* reinsert targetEric Lindblad2022-01-141-0/+1
* update URLsEric Lindblad2022-01-141-16/+16
* Revert "add NUMJOBS"Eric Lindblad2022-01-141-3/+1
* add NUMJOBSEric Lindblad2022-01-141-1/+3
* release notes: Changes to Demand analysisSebastian Graf2022-01-131-0/+11
* release notes: Changes to CPR analysisSebastian Graf2022-01-132-3/+69
* hadrian: Include bash completion script in bindistBen Gamari2022-01-131-0/+5
* testsuite: Fix import on python 3.10Zubin Duggal2022-01-121-1/+2
* Untangled GHC.Types.Id.Make from the driverSylvain Henry2022-01-127-35/+44
* Abstract BangOptsSylvain Henry2022-01-124-45/+67
* docs: MonadComprehension desugar using Alternative rather than MonadPlusMatthew Pickering2022-01-111-2/+2
* RTTI: Substitute the [rk] skolems into kindsMatthew Pickering2022-01-118-5/+49
* RTS: Remove unused file xxhash.cPeter Trommler2022-01-111-43/+0
* Disable keep-cafs{,-fail} tests on OpenBSDGreg Steuck2022-01-111-2/+2
* Feed /dev/null into cgrun025Greg Steuck2022-01-111-1/+1
* Remove from error the parenthesized amount of memory requestedGreg Steuck2022-01-111-1/+5
* Change assertions in Stats.c to warnings (and introduce WARN macro)Matthew Pickering2022-01-113-7/+26
* Enable :seti in a multi component replMatthew Pickering2022-01-113-2/+5
* Use interactive flags when printing expressions in GHCiMatthew Pickering2022-01-114-4/+9
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-1130-50/+55