summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump haddock submoduleBen Gamari2022-04-301-0/+0
* Bump ghc-prim and base versionsBen Gamari2022-04-3042-50/+52
* Update supported LLVM versionsBen Gamari2022-04-292-1/+7
* Bump Haddock submoduleBen Gamari2022-04-291-0/+0
* rts/m32: Fix assertion failureBen Gamari2022-04-291-0/+3
* Provide efficient unionMG function for combining two module graphs.Matthew Pickering2022-04-281-4/+25
* Add note about inefficiency in returnMemoryToOSFabian Thorand2022-04-281-0/+8
* Update docs for change to type-checking pluginssheaf2022-04-282-2/+13
* Mark GHC.Prim.PtrEq as Unsafesheaf2022-04-284-1/+14
* Bump bytestring, process, and text submodulesBen Gamari2022-04-284-2/+2
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-2787-1206/+1847
* Relax "suppressing errors" assert in reportWantedssheaf2022-04-271-4/+9
* decideMonoTyVars: account for CoVars in candidatessheaf2022-04-274-3/+34
* Bump Cabal submoduleBen Gamari2022-04-261-0/+0
* testsuite: Add testcase for #21141Ben Gamari2022-04-252-0/+27
* Ensure that wired-in exception closures aren't GC'dBen Gamari2022-04-254-40/+101
* rts: Factor out built-in GC rootsBen Gamari2022-04-251-35/+41
* Mention new MutableByteArray# wrapper in base changelog.Andreas Klebinger2022-04-251-1/+1
* get-win32-tarballs: Drop i686 architectureBen Gamari2022-04-251-2/+2
* Fix a shadowing issue in StgUnarise.Andreas Klebinger2022-04-251-1/+23
* rts: Ensure that the interpreter doesn't disregard tagsBen Gamari2022-04-251-4/+4
* testsuite: Add test for #21390Ben Gamari2022-04-256-0/+44
* Bump version to 9.4.0Ben Gamari2022-04-232-1/+1
* testsuite: Drop reference to non-existent traceEventWithBen Gamari2022-04-235-8/+0
* Fix missing SymCo in pushCoercionIntoLambdasheaf2022-04-131-1/+5
* Add regression test for #19569Andreas Klebinger2022-04-133-0/+53
* Update changelog.Philip Hazelden2022-04-131-0/+3
* Add tests for several trace functions.Philip Hazelden2022-04-136-0/+31
* Revert "Rename [] to List (#21294)"GHC GitLab CI2022-04-1322-98/+46
* Revert "HsUniToken for :: in GADT constructors (#19623)"GHC GitLab CI2022-04-1314-74/+18
* 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
* Merge remote-tracking branch 'origin/master'Ben Gamari2022-04-0857-323/+1174
|\
| * Reject illegal quote mark in data con declarations (#17865)Vladislav Zavialov2022-04-085-4/+42
| * Correctly report SrcLoc of redundant constraintssheaf2022-04-086-9/+32
| * Fixes to 9.4 release notesKrzysztof Gogolewski2022-04-084-11/+23
| * testsuite: Lint RTS #includesBen Gamari2022-04-083-1/+99
| * rts: Fix various #include issuesBen Gamari2022-04-0816-30/+28
| * rts: Move __USE_MINGW_ANSI_STDIO definition to PosixSource.hBen Gamari2022-04-082-12/+12
| * Add test for #21338sheaf2022-04-083-0/+74
| * Improve seq[D]VarSetSimon Jakobi2022-04-081-2/+2
| * Properly explain where INLINE pragmas can appear.Andreas Klebinger2022-04-071-6/+41