summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not sign extend CmmInt's unless negative.wip/angerman/fix-20526Moritz Angermann2021-10-201-0/+5
* hadrian: Fix quoting in binary distribution installation MakefileBen Gamari2021-10-191-4/+4
* Fix #19884: add warning to tags command, drop T10989Emily Martins2021-10-195-24/+2
* Don't print Shake Diagnostic messages (#20484)Zubin Duggal2021-10-191-0/+5
* Care about specificity in pattern type argsRichard Eisenberg2021-10-196-4/+40
* Add performance test for ghci, -fno-code and reloading (#20509)Matthew Pickering2021-10-193-0/+48
* Temporary fix for leak with -fno-code (#20509)Matthew Pickering2021-10-192-10/+13
* Make the fields of Target and TargetId strictMatthew Pickering2021-10-191-6/+8
* Add test for T20509Matthew Pickering2021-10-199-0/+80
* InteractiveContext: Smarter caching when rebuilding the ic_rn_gbl_envJoachim Breitner2021-10-195-37/+111
* Remove DT_Failed stateMatthew Pickering2021-10-1932-151/+336
* driver: Correct output of -fno-code and -dynamic-tooMatthew Pickering2021-10-197-11/+30
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-1929-203/+351
* WW: Use module name rather than filename for absent error messagesMatthew Pickering2021-10-193-11/+12
* Add test for implicit dynamic tooMatthew Pickering2021-10-195-0/+61
* dynamic-too: Check the dynamic-too status in hscPipelineMatthew Pickering2021-10-191-9/+9
* driver: Update cached DynFlags in ModSummary if we are enabling -dynamic-tooMatthew Pickering2021-10-191-3/+4
* driver: Check the correct flag to see if dynamic-too is enabled.Matthew Pickering2021-10-191-4/+4
* dynamic-too: Expand GHC.Iface.Recomp comment about the backpack hackMatthew Pickering2021-10-191-4/+11
* tests: Remove $(CABAL_MINIMAL_CONFIGURATION) from T16219Matthew Pickering2021-10-192-1/+7
* Fix infelicities in docs for lines, unlines, words, unwordsKoz Ross2021-10-191-13/+45
* 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