summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for #21550wip/21550-testZubin Duggal2022-08-312-0/+40
* Add a missing trimArityTypeSimon Peyton Jones2022-08-314-146/+184
* Fix typo in Any docs: syntatic -> syntacticPi Delport2022-08-301-1/+1
* Fix typo in Any docs: stray "--"Pi Delport2022-08-301-1/+1
* ci: Attempt using normal submodule cloning strategyMatthew Pickering2022-08-302-3/+3
* Various Hadrian bootstrapping fixessheaf2022-08-301-14/+22
* Fix a bug in anyInRnEnvRSimon Peyton Jones2022-08-294-4/+26
* Use TcRnDiagnostic in GHC.Tc.TyCl.Class (#20117)Giles Anderson2022-08-298-49/+168
* Fix a nasty loop in TidySimon Peyton Jones2022-08-276-71/+124
* Use Solo to avoid retaining the SCE but to avoid performing the substitutionMatthew Pickering2022-08-271-4/+18
* Force imposs_deflt_cons in filterAltsMatthew Pickering2022-08-271-1/+5
* Avoid retaining bindings via ModGuts held on the stackMatthew Pickering2022-08-272-19/+24
* Revert "Revert "Refactor SpecConstr to use treat bindings uniformly""Matthew Pickering2022-08-271-263/+259
* Improve SpecConstr for evalsSimon Peyton Jones2022-08-277-15/+121
* boot: cleanup legacy argsCheng Shao2022-08-262-9/+1
* Remove label style from printing contextKrzysztof Gogolewski2022-08-2627-180/+179
* Pmc: consider any 2 dicts of the same type equalsheaf2022-08-266-15/+128
* Fix redundant importKrzysztof Gogolewski2022-08-251-2/+2
* Add since annotations and changelog entriesHarry Garrood2022-08-252-0/+5
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-253-2/+96
* compiler: Drop comment references to makeBen Gamari2022-08-251-25/+8
* Drop mk/{build,install,config}.mk.inBen Gamari2022-08-259-1166/+6
* Drop mkdirhierBen Gamari2022-08-253-21/+0
* Drop hc-build scriptBen Gamari2022-08-251-112/+0
* Remove testsuite/tests/perf/haddock/.gitignoreBen Gamari2022-08-251-2/+0
* Drop make build systemBen Gamari2022-08-25108-8438/+40
* gitlab-ci: Drop make build validation jobsBen Gamari2022-08-252-59/+0
* validate: Drop --legacy flagBen Gamari2022-08-251-196/+101
* hadrian: Fix whitespaceBen Gamari2022-08-251-33/+32
* Scrub some partiality in `CommonBlockElim`.M Farkas-Dyck2022-08-251-10/+9
* upload_ghc_libs: Add means of passing Hackage credentialsBen Gamari2022-08-251-16/+23
* Fix arityType: -fpedantic-bottoms, join points, etcwip/T21694aSimon Peyton Jones2022-08-2526-492/+3359
* rts: Consistently use MiB in stats outputBen Gamari2022-08-241-1/+1
* driver: don't actually merge objects when ar -L worksCheng Shao2022-08-241-1/+1
* Unbreak Haddock comments in `GHC.Core.Opt.WorkWrap.Utils`.M Farkas-Dyck2022-08-241-13/+12
* hadrian: Don't duplicate binaries on installationBen Gamari2022-08-221-1/+5
* Updated the changelogMario Blažević2022-08-221-0/+5
* Test for issue #21942Mario Blažević2022-08-223-0/+10
* Fix and test for issue #21723Mario Blažević2022-08-224-12/+26
* Added pprType with precedence argument, as a prerequisite to fix issues #2172...Mario Blažević2022-08-225-76/+80
* hadrian: Fix bootstrapping with ghc-9.4Matthew Pickering2022-08-211-0/+1
* Recognize file-header pragmas in GHCi (#21507)MorrowM2022-08-215-0/+40
* 19217 Implicitly quantify type variables in :kind commandSasha Bogicevic2022-08-195-6/+24
* Print constraints in quotes (#21167)Swann Moreau2022-08-19191-641/+643
* Fix #22048 where we failed to drop rules for -fomit-interface-pragmas.Andreas Klebinger2022-08-193-1/+14
* tc: warn about lazy annotations on unlifted arguments (fixes #21951)Zachary Wood2022-08-198-0/+57
* Revert "Refactor SpecConstr to use treat bindings uniformly"Matthew Pickering2022-08-191-260/+264
* haddock docs: Fix links from identifiers to dependent packagesMatthew Pickering2022-08-192-6/+5
* Force unfoldings when they are cleaned-up in Tidy and CorePrepMatthew Pickering2022-08-192-3/+7
* Force `getOccFS bndr` to avoid retaining reference to Bndr.Matthew Pickering2022-08-191-2/+5