summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Add test for #16476wip/response-fileBen Gamari2022-04-256-0/+45
* Basic response file supportBen Gamari2022-04-256-45/+111
* Improve floated dicts in SpecialiseSimon Peyton Jones2022-04-223-91/+147
* decideMonoTyVars: account for CoVars in candidatessheaf2022-04-224-3/+34
* unlist announceEric Lindblad2022-04-221-8/+6
* Mention new MutableByteArray# wrapper in base changelog.Andreas Klebinger2022-04-221-1/+1
* Relax "suppressing errors" assert in reportWantedssheaf2022-04-221-4/+9
* Fixes to rubbish literalsKrzysztof Gogolewski2022-04-224-4/+10
* hadrian: Enable -dlint in devel2 flavourBen Gamari2022-04-221-1/+1
* testsuite: Ensure that GHC doesn't pick up environment filesBen Gamari2022-04-222-2/+4
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-04-221-2/+2
* get-win32-tarballs: Drop i686 architectureBen Gamari2022-04-221-2/+2
* Update test baselines to match new error messages from GHC.IO.Encoding.FailureBodigrim2022-04-224-34/+34
* Improve error messages from GHC.IO.Encoding.FailureBodigrim2022-04-221-8/+12
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-2210-8/+42
* Check for zero-bit types in sizeExprKrzysztof Gogolewski2022-04-221-10/+12
* rts: Mark closureFlags array as constBen Gamari2022-04-222-2/+2
* rts: Introduce ip_STACK_FRAMEBen Gamari2022-04-222-66/+68
* [ci skip] Drop outdated TODO in RtsAPI.cCheng Shao2022-04-211-4/+0
* Fix substitution in bindAuxiliaryDictSimon Peyton Jones2022-04-209-44/+74
* Fix a shadowing issue in StgUnarise.Andreas Klebinger2022-04-201-1/+23
* Remove LevityInfoKrzysztof Gogolewski2022-04-2011-129/+14
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-04-205-0/+306
* rts: Ensure that the interpreter doesn't disregard tagsBen Gamari2022-04-151-4/+4
* testsuite: Add test for #21390Ben Gamari2022-04-156-0/+44
* Only enable PROF_SPIN in DEBUGDylan Yudaken2022-04-152-1/+3
* Hadrian: use a set to keep track of wayssheaf2022-04-1418-33/+68
* StgLint: Lint constructor applications and strict workers for arity.Andreas Klebinger2022-04-143-8/+35
* Refine warning about defining rules in SAFE modulesMatthew Pickering2022-04-136-6/+7
* Specialise: Check `typeDeterminesValue` before specialising on an interesting...wip/T19644Sebastian Graf2022-04-121-4/+10
* Specialising through specialised method calls (#19644)Sebastian Graf2022-04-1215-90/+1184
* Eta reduction based on evaluation context (#21261)Sebastian Graf2022-04-1211-135/+478
* Document that DuplicateRecordFields doesn't tolerates ambiguous fieldsHécate Moonlight2022-04-123-106/+70
* Refactor: simplify lexing of the dotVladislav Zavialov2022-04-092-17/+9
* Fix missing SymCo in pushCoercionIntoLambdasheaf2022-04-091-1/+5
* Add regression test for #19569Andreas Klebinger2022-04-093-0/+53
* Update changelog.Philip Hazelden2022-04-091-0/+3
* Add tests for several trace functions.Philip Hazelden2022-04-096-0/+31
* Add functions traceWith, traceShowWith, traceEventWith.Philip Hazelden2022-04-091-0/+35
* Drop the app invariantghc-9.5-startJoachim Breitner2022-04-0923-271/+383
* Bump deepseq to 1.4.7.0Matthew Pickering2022-04-091-0/+0
* ci: Remove doc-tarball dependency from perf and perf-nofib jobsMatthew Pickering2022-04-091-5/+0
* ci: Fix nightly head.hackage pipelinesMatthew Pickering2022-04-091-1/+15
* Tiny documentation wibbleSimon Peyton Jones2022-04-081-2/+2
* Disallow (->) as a data constructor name (#16999)Vladislav Zavialov2022-04-084-3/+11
* ci: Replace "always" with "on_success" to stop build jobs running before hadr...Matthew Pickering2022-04-082-64/+64
* Docs: datacon eta-expansion, rep-poly checkssheaf2022-04-088-37/+111
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-0814-18/+74
* Add flag -fprof-manual which controls if GHC should honour manual cost centres.Andreas Klebinger2022-04-088-1/+61
* driver: Introduce HomeModInfoCache abstractionMatthew Pickering2022-04-084-35/+117