summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a nasty loop in Tidywip/T22112Simon Peyton Jones2022-08-266-71/+124
* 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
* Make ru_fn field strict to avoid retaining IdsMatthew Pickering2022-08-192-2/+3
* compiler: Drop --build-id=none hackBen Gamari2022-08-1810-43/+1
* testsuite: Add test for #21583Bryan Richter2022-08-183-0/+113
* Be more careful in chooseInferredQuantifiersSimon Peyton Jones2022-08-187-30/+146
* driver: Honour -x optionMatthew Pickering2022-08-185-40/+45
* ghc-heap: Fix decoding of TSO closuresMatthew Pickering2022-08-182-2/+7
* Implement Response File support for HPCPeter Becich2022-08-178-16/+85
* users-guide: Rephrase the rewrite rule documentationBen Gamari2022-08-161-2/+2
* relnotes: Add "included libraries" sectionBen Gamari2022-08-161-0/+47
* base: Add changelog entries from ghc-9.2Ben Gamari2022-08-161-6/+47
* Bump haddock submoduleBen Gamari2022-08-161-0/+0
* hadrian: Place manpage in docrootBen Gamari2022-08-161-1/+1
* users-guide: Add :ghc-flag: referenceBen Gamari2022-08-161-1/+1
* users-guide: Fix incorrect reference to `:extension: roleBen Gamari2022-08-161-1/+1
* users-guide: Fix reference to dead llvm-version substitutionBen Gamari2022-08-161-2/+2
* Fix #21979 - compact-share failing with -OAndreas Klebinger2022-08-161-2/+2