summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Document lint targetswip/hadrian-lint-docsMatthew Pickering2021-10-141-0/+14
* Define and export Outputable instance for StgOpNorman Ramsey2021-10-131-0/+3
* shadowNames: Accept an OccName, not a GreNameJoachim Breitner2021-10-133-22/+13
* Rename fp_gcc_supports__atomics to fp_cc_supports__atomicsHaochen Tong2021-10-122-6/+6
* Move libatomic check into m4/fp_gcc_supports_atomics.m4Haochen Tong2021-10-122-46/+41
* Check for libatomic dependency for atomic operationsHaochen Tong2021-10-123-0/+34
* Force name_exe field to avoid retaining entire UnitEnv (including whole HPT)Matthew Pickering2021-10-121-2/+2
* Add GHCi recompilation performance testMatthew Pickering2021-10-123-0/+44
* driver: Filter out HPT modules **before** typecheck loopMatthew Pickering2021-10-121-3/+5
* More strictness around HomePackageTableMatthew Pickering2021-10-123-10/+20
* Make the fields of MakeEnv strictMatthew Pickering2021-10-121-5/+5
* Make fields of Linkable strictMatthew Pickering2021-10-121-2/+2
* driver: Pass hsc_env with empty HPT into upsweepMatthew Pickering2021-10-121-0/+1
* Be more careful about retaining KnotVarsMatthew Pickering2021-10-124-5/+51
* Make the OccName field of NotOrphan strictMatthew Pickering2021-10-121-1/+1
* gitlab-ci: Bump docker imagesBen Gamari2021-10-121-2/+1
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-1218-44/+83
* testsuite: Fix overzealous command-line manglingBen Gamari2021-10-121-1/+1
* testsuite: Move big-obj test from ghci/linking/dyn to ghci/linkingBen Gamari2021-10-127-9/+10
* rts/RtsSymbols: fini arrayBen Gamari2021-10-121-0/+13
* rts/RtsSymbols: Declare atexit as a strong symbolBen Gamari2021-10-121-1/+10
* rts/linker: Introduce a notion of strong symbolsBen Gamari2021-10-124-26/+51
* rts/RtsSymbols: Add environBen Gamari2021-10-121-0/+1
* gitlab-ci: Mark more broken tests on AlpineBen Gamari2021-10-121-3/+5
* testsuite: Make T12600 more robustBen Gamari2021-10-121-1/+1
* testsuite: Make recomp021 less environment-sensitiveBen Gamari2021-10-122-2/+2
* documentation: flavours.md static detailsBrian Jaress2021-10-121-2/+4
* testsuite: Compile safeInfered tests with -v0Ben Gamari2021-10-1216-57/+14
* testsuite: Mark T14931 as requiring dynamic linkingBen Gamari2021-10-121-1/+1
* testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linkingBen Gamari2021-10-121-0/+2
* testsuite: Mark ghcilink00[25] as requiring dynamic linkingBen Gamari2021-10-121-2/+4
* testsuite: Mark T13702 as requiring share librariesBen Gamari2021-10-121-1/+1
* rts/linker: Resolve __fini_array_* symbols to NULLGHC GitLab CI2021-10-121-0/+4
* rts/linker: Define _DYNAMIC when necessaryBen Gamari2021-10-121-1/+13
* testsuite: Drop :set from ghci scriptsBen Gamari2021-10-128-316/+2
* gitlab-ci: Introduce static Alpine jobBen Gamari2021-10-122-1/+28
* hadrian: Introduce `static` flavourBen Gamari2021-10-125-2/+94
* Make ms_ghc_prim_import field strictMatthew Pickering2021-10-121-1/+1
* driver: Share the graph of dependenciesZubin Duggal2021-10-121-3/+5
* Change affected tests stderrCarrie Xu2021-10-122-4/+9
* Add Hint to "Empty 'do' block" Error Message#20147Carrie Xu2021-10-124-0/+15
* rts/Linker: Fix __dso_handle handlingGHC GitLab CI2021-10-121-10/+27
* rts/nonmoving: Enable selector optimisation by defaultBen Gamari2021-10-123-12/+1
* rts/primops: Fix write barrier in stg_atomicModifyMutVarzuzhBen Gamari2021-10-121-4/+4
* rts/nonmoving: Rename mark_* to trace_*Ben Gamari2021-10-121-42/+42
* nonmoving: Fix and factor out mark_trec_chunkBen Gamari2021-10-121-22/+17
* Derive Eq instance for the HieTypeFix typeZejun Wu2021-10-121-0/+1
* hadrian: Include Cabal flags in verbose configure outputBen Gamari2021-10-101-4/+4
* driver: Fix assertion failure on self-importMatthew Pickering2021-10-105-1/+12
* Reject GADT pattern matches in arrow notationsheaf2021-10-0941-77/+376