summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build ar archives with -L when "joining" objectswip/object-merging-via-archivesBen Gamari2022-04-048-1/+14
* Add a Note describing lack of object merging on WindowsBen Gamari2022-04-044-8/+39
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-045-1/+41
* hadrian: Refactor handling of ar flagsBen Gamari2022-04-045-31/+37
* driver: Make object merging optionalBen Gamari2022-04-045-7/+18
* rts/linker: Catch archives masquerading as object filesBen Gamari2022-04-043-2/+33
* Use static archives as an alternative to object mergingBen Gamari2022-04-043-8/+15
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-0132-132/+295
* docs: Update documentation interaction of search path, -hidir and -c mode.Matthew Pickering2022-04-011-5/+9
* driver: In oneshot mode, look for interface files in hidirMatthew Pickering2022-04-015-3/+20
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-018-46/+42
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-01113-118/+93
* hlint: Ignore suggestions in generated HaddockLex fileMatthew Pickering2022-04-011-1/+1
* hadrian: Add assertion that in/out tree args are the sameMatthew Pickering2022-04-012-23/+37
* hadrian: Fix race involving empty package databasesMatthew Pickering2022-04-013-5/+18
* hadrian: Remove vestigial -this-unit-id support checkJohn Ericson2022-04-011-2/+0
* Fix panic when pretty printing HsCmdLamJakob Bruenker2022-04-015-2/+17
* hadrian: Introduce CheckProgram datatype to replace a 7-tupleMatthew Pickering2022-04-011-10/+19
* hadrian: allow testing linters with out of tree compilersZubin Duggal2022-04-011-21/+21
* hadrian: Remove linters-common from bindistMatthew Pickering2022-04-012-3/+22
* Change may not to might notMaxHearnden2022-04-011-1/+1
* Add tests and docs on plugin args and order.Phil de Joux2022-04-0117-1/+208
* two typosEric Lindblad2022-04-012-2/+2
* hadrian typosEric Lindblad2022-04-014-4/+4
* Minor cleanupKrzysztof Gogolewski2022-04-0125-108/+28
* Add test cases for #20640ARATA Mizuki2022-04-015-0/+22
* Export MutableByteArray from Data.Array.ByteAndreas Klebinger2022-04-011-2/+22
* Unify RuntimeRep arguments in ty_co_matchsheaf2022-04-013-13/+45
* Clarify that runghc interprets the input programMorrow2022-04-011-2/+2
* new datatypes for parsedResultActionJakob Bruenker2022-04-018-56/+69
* T13366 requires c++ & c++abi libraries on OpenBSDGreg Steuck2022-04-011-1/+1
* fp_prog_ar.m4: take AR var into considerationAdrian Ratiu2022-04-011-1/+2
* ci: Attempt to fix windows cache issuesMatthew Pickering2022-04-012-19/+18
* ci: Regenerate jobs.yamlMatthew Pickering2022-04-012-6/+8
* users-guide: Fix a few small issues in eventlog format descriptionsBen Gamari2022-04-011-1/+2
* Fix remaining issues in eventlog types (gen_event_types.py)Matthew Pickering2022-04-011-3/+4
* Refactor handling of global initializersBen Gamari2022-04-0117-89/+372
* Remove wrong claim about naturality law.gershomb2022-04-011-4/+1
* Fix mention of non-existent "rehydrateIface" function [skip ci]wip/t21303Matthew Pickering2022-03-301-1/+1
* Refactor: make primtypes independent of PrimRepsKrzysztof Gogolewski2022-03-305-126/+106
* Fix reference to Note [FunBind vs PatBind]Ben Gamari2022-03-301-2/+2
* Give parsing plugins access to errorsJakob Brünker2022-03-3018-22/+226
* Add test for T21306Matthew Pickering2022-03-293-0/+55
* RTS: Zero gc_cpu_start and gc_cpu_end after accountingMatthew Pickering2022-03-291-9/+11
* Hadrian: make DDEBUG separate from debugged RTSsheaf2022-03-298-36/+46
* hadrian: Build lib:GHC with -haddock and -Winvalid-haddock (#21273)Zubin Duggal2022-03-291-0/+3
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-2941-154/+154
* Consistently attach SrcSpans to sub-expressions in TH splicesRyan Scott2022-03-281-139/+173
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-286-3/+25
* hadrian: Add show target to bindist makefileMatthew Pickering2022-03-281-0/+4