summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop the app invariantwip/joachim/no-app-invariantJoachim Breitner2022-04-0723-271/+383
* Properly explain where INLINE pragmas can appear.Andreas Klebinger2022-04-071-6/+41
* Fix the free-var test in validDerivPredSimon Peyton Jones2022-04-074-57/+74
* Rename [] to List (#21294)Vladislav Zavialov2022-04-0722-46/+98
* Use prepareBinding in tryCastWorkerWrapperSimon Peyton Jones2022-04-076-164/+213
* EPA: handling of con_bndrs in mkGadtDeclAlan Zimmerman2022-04-073-21/+571
* Remove Fun pattern from Typeable COMPLETE setsheaf2022-04-073-3/+4
* Refactor OutputableBndrFlag instancesVladislav Zavialov2022-04-061-36/+7
* Bump text submodule to current `master`Ben Gamari2022-04-061-0/+0
* gitlab-ci: Bump bootstrap compiler to 9.2.2Ben Gamari2022-04-065-10/+11
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-064-6/+18
* gitlab/darwin: Factor out bindistsBen Gamari2022-04-061-13/+12
* gitlab-ci: Drop dead HACKAGE_INDEX_STATE variableBen Gamari2022-04-061-2/+0
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-061-8/+6
* adjustors/i386: Use AdjustorPoolBen Gamari2022-04-065-133/+163
* rts/AdjustorPool: Generalize to allow arbitrary contextsBen Gamari2022-04-064-35/+62
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-0625-28/+156
* Build ar archives with -L when "joining" objectsBen Gamari2022-04-068-1/+14
* Add a Note describing lack of object merging on WindowsBen Gamari2022-04-064-8/+39
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-065-1/+41
* hadrian: Refactor handling of ar flagsBen Gamari2022-04-065-31/+37
* driver: Make object merging optionalBen Gamari2022-04-065-7/+18
* rts/linker: Catch archives masquerading as object filesBen Gamari2022-04-063-2/+33
* Use static archives as an alternative to object mergingBen Gamari2022-04-063-8/+15
* Add /linters/*/dist-install/ to .gitignoreRyan Scott2022-04-061-0/+1
* 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