summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite: Mark T14931 as requiring dynamic linkingBen Gamari2021-10-251-1/+1
* testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linkingBen Gamari2021-10-251-0/+2
* testsuite: Mark ghcilink00[25] as requiring dynamic linkingBen Gamari2021-10-251-2/+4
* testsuite: Mark T13702 as requiring share librariesBen Gamari2021-10-251-1/+1
* rts/linker: Resolve __fini_array_* symbols to NULLGHC GitLab CI2021-10-251-0/+4
* rts/linker: Define _DYNAMIC when necessaryBen Gamari2021-10-251-1/+13
* testsuite: Drop :set from ghci scriptsBen Gamari2021-10-258-304/+2
* gitlab-ci: Introduce static Alpine jobBen Gamari2021-10-252-1/+28
* hadrian: Introduce `static` flavourBen Gamari2021-10-255-2/+94
* gitlab-ci: Bump docker imagesBen Gamari2021-10-251-2/+1
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-10-2516-20/+70
* Export Solo from Data.TupleDavid Feuer2021-10-257-4/+89
* Code Gen: Rewrite shortcutWeightMap more efficientlyMatthew Pickering2021-10-251-33/+53
* Code Gen: Use more efficient block merging algorithmMatthew Pickering2021-10-253-27/+109
* Code Gen: Optimise successors calculation in loop calculationMatthew Pickering2021-10-251-5/+4
* Code Gen: Replace another lazy fmap with strict mapMapMatthew Pickering2021-10-251-1/+1
* Code Gen: Use strict map rather than lazy map in loop analysisMatthew Pickering2021-10-251-1/+3
* Add doc for -dyno, -dynosuf, -dynhisufZiyang Liu2021-10-252-3/+26
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-10-238-245/+323
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-10-2319-55/+2830
* hadrian: Use ghc version as suffix for all executablesMatthew Pickering2021-10-222-14/+26
* hadrian: Write version wrappers in C rather than HaskellMatthew Pickering2021-10-227-22/+232
* Improve pretty-printer defaulting logic (#19361)Krzysztof Gogolewski2021-10-2210-50/+92
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-10-2210-21/+80
* driver: Fix interaction of -Wunused-packages and reexported-modulesMatthew Pickering2021-10-2220-20/+144
* Reject type family equation with wrong name (#20260)Krzysztof Gogolewski2021-10-224-25/+39
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-10-222-4/+3
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-10-227-9/+7
* hadrian: Fix location for haddocks in installed pkgconfsZubin Duggal2021-10-221-1/+1
* Fix code example in the documentation of subsumptionARATA Mizuki2021-10-221-1/+1
* Add a test for #20275ARATA Mizuki2021-10-223-0/+11
* AArch64 NCG: Emit FABS instructions for fabsFloat# and fabsDouble#ARATA Mizuki2021-10-224-4/+24
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-10-222-10/+0
* Add more instances for SoloDavid Feuer2021-10-227-5/+42
* Fix minor inconsistency in documentationalirezaghey2021-10-221-2/+2
* CmmToLlvm: Sign/Zero extend parameters for foreign calls on RISC-VAndreas Schwab2021-10-221-0/+1
* code gen: Improve efficiency of findPrefRealRegMatthew Pickering2021-10-224-19/+54
* UniqFM: Add mergeUFMBen Gamari2021-10-221-0/+17
* gitlab-ci: Bump docker imagesBen Gamari2021-10-211-1/+1
* Bump TcLevel of failing kind equality implicationsheaf2021-10-214-8/+56
* Add performance test for ghci, -fno-code and reloading (#20509)Matthew Pickering2021-10-213-0/+48
* Temporary fix for leak with -fno-code (#20509)Matthew Pickering2021-10-212-2/+9
* Make the fields of Target and TargetId strictMatthew Pickering2021-10-211-5/+5
* Add test for T20509Matthew Pickering2021-10-219-0/+80
* Reject GADT pattern matches in arrow notationsheaf2021-10-2137-62/+339
* Bump terminfo submodule to 0.4.1.5Ben Gamari2021-10-211-0/+0
* base: Update Unicode database to 14.0Ben Gamari2021-10-215-112/+208
* rts/Linker: Fix __dso_handle handlingGHC GitLab CI2021-10-211-10/+27
* rts: Unify stack dirtiness checkBen Gamari2021-10-192-6/+6
* rts: Add missing write barriers in MVar wake-up pathsBen Gamari2021-10-192-12/+37