summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add arity to the INLINE pragmas for pattern synonymswip/T21531Simon Peyton Jones2022-05-165-34/+214
* Comments only around HsWrapperSimon Peyton Jones2022-05-132-7/+27
* Re-export augment and build from GHC.ListBen Gamari2022-05-132-0/+5
* testsuite: Add tests for #21556Ben Gamari2022-05-137-0/+33
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-133-2/+13
* rts: Add debug output on ocResolve failureBen Gamari2022-05-131-1/+4
* Fix printing of brackets in multiplicities (#20315)jackohughes2022-05-138-10/+27
* Update extending_ghc for TcPlugin changessheaf2022-05-121-6/+6
* Decouple dynflags in GHC.Core.Opt.Arity (related to #17957)Andre Marianiello2022-05-122-24/+31
* Move CmmParserConfig and PDConfig into GHC.Cmm.Parser.ConfigAndre Marianiello2022-05-125-13/+29
* Remove Module argument from initCmmParserConfigAndre Marianiello2022-05-123-9/+6
* Decouple dynflags in Cmm parser (related to #17957)Andre Marianiello2022-05-126-26/+67
* Add mention of -hi to RTS --helpMatthew Pickering2022-05-111-0/+2
* Add a missing guard in GHC.HsToCore.Utils.is_flat_prod_patSimon Peyton Jones2022-05-115-1/+48
* rts: Drop setExecutableBen Gamari2022-05-113-29/+0
* Add back Debian9 CI jobsMatthew Pickering2022-05-112-0/+180
* gitlab-ci: Check for dynamic msys2 dependenciesBen Gamari2022-05-111-0/+13
* Specialiser: saturate DFuns correctlySimon Peyton Jones2022-05-111-4/+7
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-116-6/+31
* Make floating-point abs IEEE 754 compliantARATA Mizuki2022-05-114-45/+3
* FIND_LLVM_PROG: Recognize llvm suffix used by FreeBSD, ie llc10.mikael2022-05-111-2/+2
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-103-5/+7
* hadrian: Don't pass -j to haddockMatthew Pickering2022-05-101-3/+1
* docs: Fix path to GHC API docs in index.htmlMatthew Pickering2022-05-103-3/+1
* Use the wrapper for an unlifted bindingSimon Peyton Jones2022-05-103-3/+12
* packaging: Build perf builds with -split-sectionsMatthew Pickering2022-05-102-1/+14
* hadrian: Fix split-sections transformerMatthew Pickering2022-05-101-4/+7
* Check for uninferrable variables in tcInferPatSynDeclSimon Peyton Jones2022-05-1012-43/+88
* configure: Check for ffi.hBen Gamari2022-05-101-3/+10
* driver: Make -no-keep-o-files -no-keep-hi-files work in --make modeMatthew Pickering2022-05-106-9/+30
* update INSTALLEric Lindblad2022-05-101-3/+3
* Improve "Glomming" noteGergo ERDI2022-05-101-0/+6
* STG: only print cost-center if asked toSylvain Henry2022-05-094-8/+9
* Correct base's changelog for 4.16.1.0Hécate Moonlight2022-05-091-4/+9
* avoid hadrian/bindist/Makefile install_docs error when --docs=noneJens Petersen2022-05-091-3/+4
* add test case for #21446Teo Camarasu2022-05-093-0/+12
* Respect -po when heap profiling (#21446)Teo Camarasu2022-05-091-15/+21
* Tweak GHC.CmmToAsm.CFG.delEdgeSimon Jakobi2022-05-081-4/+1
* Change Specialise to use OrdList.Rob2022-05-081-23/+23
* ci: Generate source-tarball in release jobsMatthew Pickering2022-05-061-0/+1
* Fix name of windows release bindist in doc-tarball jobMatthew Pickering2022-05-061-1/+1
* Comments only: Note [AppCtxt]Simon Peyton Jones2022-05-061-2/+36
* template-haskell: Fix representation of OPAQUE pragmasMatthew Pickering2022-05-064-8/+33
* Allow `let` just before pure/return in ApplicativeDoZiyang Liu2022-05-067-19/+50
* testsuite: Add test for #21465Ben Gamari2022-05-054-0/+64
* rts: Ensure that XMM registers are preserved on Win64Ben Gamari2022-05-053-30/+41
* ci: Add job to check that jobs.yaml is up-to-dateMatthew Pickering2022-05-051-0/+22
* Start 9.6.1-notessheaf2022-05-054-435/+27
* add since annotations for instances of ByteArrayTeo Camarasu2022-05-051-0/+9
* SpecConstr: Properly create rules for call patterns representing partial appl...Andreas Klebinger2022-05-053-28/+74