summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove DT_Failed statewip/dyn-too-fixesMatthew Pickering2021-10-1832-151/+336
* driver: Correct output of -fno-code and -dynamic-tooMatthew Pickering2021-10-187-11/+30
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-1829-203/+351
* WW: Use module name rather than filename for absent error messagesMatthew Pickering2021-10-183-11/+12
* Add test for implicit dynamic tooMatthew Pickering2021-10-185-0/+61
* dynamic-too: Check the dynamic-too status in hscPipelineMatthew Pickering2021-10-181-9/+9
* driver: Update cached DynFlags in ModSummary if we are enabling -dynamic-tooMatthew Pickering2021-10-181-3/+4
* driver: Check the correct flag to see if dynamic-too is enabled.Matthew Pickering2021-10-181-4/+4
* dynamic-too: Expand GHC.Iface.Recomp comment about the backpack hackMatthew Pickering2021-10-181-4/+11
* tests: Remove $(CABAL_MINIMAL_CONFIGURATION) from T16219Matthew Pickering2021-10-182-1/+7
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-17257-1562/+4455
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-1713-57/+83
* hadrian: Document lint targetsMatthew Pickering2021-10-151-0/+14
* shadowNames: Use OccEnv a, not [OccName]Joachim Breitner2021-10-155-18/+34
* Hadrian: display command line above errors (#20490)Sylvain Henry2021-10-154-18/+127
* Null eventlog writerOleg Grenrus2021-10-158-0/+56
* GHC.Builtin.Uniques: Remove unused codeJoachim Breitner2021-10-153-32/+7
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-158-2/+76
* Some extra strictness in annotation fieldsMatthew Pickering2021-10-141-4/+7
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-149-75/+2236
* fuzzyLookup: More deterministic orderJoachim Breitner2021-10-1410-19/+25
* Suggest -dynamic-too in failNonStd when applicableZiyang Liu2021-10-141-12/+26
* Move BreakInfo into own moduleJoachim Breitner2021-10-148-12/+22
* Make sure paths are quoted in install MakefileMatthew Pickering2021-10-141-1/+1
* Set logger flags in --backpack modesheaf2021-10-134-2/+33
* distrib/configure: Add AC_CONFIG_MACRO_DIRSBen Gamari2021-10-131-0/+2
* testsuite: strip windows line endings for haddockZubin Duggal2021-10-131-0/+0
* testsuite: remove 'req_smp' from testwsdequeZubin Duggal2021-10-131-1/+0
* hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't...Zubin Duggal2021-10-134-167/+185
* ci: test in-tree compiler in hadrianZubin Duggal2021-10-138-37/+52
* testsuite: Run haddock tests on out of tree compilerZubin Duggal2021-10-131-4/+4
* hadrian: Fix location for haddocks in installed pkgconfsZubin Duggal2021-10-131-1/+1
* hadrian, testsuite: Teach Hadrian to query the testsuite driver for dependenciesZubin Duggal2021-10-138-20/+96
* ci: build validate-x86_64-linux-deb9-debug with hyperlinked source (#20067)Zubin Duggal2021-10-131-0/+1
* 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