summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly explain where INLINE pragmas can appear.wip/andreask/inline_docsAndreas Klebinger2022-04-061-6/+41
* gitlab-ci: Disable cabal-install store caching on WindowsBen Gamari2022-04-052-34/+21
* Ensure implicit parameters are liftedsheaf2022-04-014-5/+19
* users-guide: Fix various markup issuesBen Gamari2022-04-011-15/+15
* Fix error when using empty case in arrow notationJakob Bruenker2022-04-015-13/+50
* Add a regression test for #21323sheaf2022-04-012-0/+56
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-0175-568/+1096
* 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