summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow imports to reference multiple fields with the same name (#21625)wip/amg/T21625Adam Gundry2022-08-257-23/+54
* 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
* CmmToAsm/AArch64: correct a typoCheng Shao2022-08-161-1/+1
* run_ci: remove monoidal-containersBryan Richter2022-08-161-11/+26
* CmmToLlvm: Don't aliasify builtin LLVM variablesBen Gamari2022-08-161-4/+16
* typoEric Lindblad2022-08-161-2/+2
* Revert "gitlab-ci: Add release job for aarch64/debian 11"Matthew Pickering2022-08-112-178/+0
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-1136-77/+160
* Document that threadDelay / timeout are susceptible to overflows on 32-bit ma...Bodigrim2022-08-108-1/+48
* Note [Trimming auto-rules]: State that this improves compiler perf.Andreas Klebinger2022-08-101-0/+7
* ncg/aarch64: Don't use x18 register on AArch64/Darwinnormalcoder2022-08-101-0/+8
* hadrian: Don't attempt to install documentation if doc/ doesn't existBen Gamari2022-08-101-4/+6
* gitlab-ci: Run ARMv7 jobs when ~ARM label is usedBen Gamari2022-08-102-75/+78
* gitlab-ci: Fix ARMv7 buildBen Gamari2022-08-102-5/+21
* Add support for external static plugins (#20964)Sylvain Henry2022-08-1018-11/+341
* hadrian RunRest: add type signature for stageNumberJens Petersen2022-08-101-0/+1
* Updates language extension documentationTrevis Elser2022-08-1045-59/+107