summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix potential space leak that arise from ModuleGraphs retaining referenceswip/fix-mg-leakZubin Duggal2022-07-051-10/+10
* ghci: Support :set prompt in multi replMatthew Pickering2022-07-043-2/+6
* Add nightly job for generating docs suitable for hackage uploadMatthew Pickering2022-07-043-3/+197
* hadrian: Add --haddock-base-url option for specifying base-url when generatin...Matthew Pickering2022-07-0410-15/+53
* docs-upload: Fix upload script when no packages are listedMatthew Pickering2022-07-041-3/+4
* upload-docs: propagate publish correctly in upload_sdistMatthew Pickering2022-07-041-1/+1
* Add docs:<pkg> command to hadrian to build docs for just one packageMatthew Pickering2022-07-042-0/+8
* Ticky:Make json info a separate field.Andreas Klebinger2022-07-044-36/+40
* hadrian: Don't read package environments in ghc-stage1 wrapperMatthew Pickering2022-07-041-0/+1
* Add applyWhen to Data.Function per CLC propAnselm Schüler2022-07-042-0/+30
* Expand `Ord` instance for `Down`konsumlamm2022-07-031-0/+6
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-0331-89/+80
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-0354-989/+1154
* TTG: Move HsModule to L.H.Sromes2022-07-0322-112/+160
* Data.Foldable1: Remove references to Foldable-specific noteSimon Jakobi2022-07-021-4/+0
* Identify the extistence of the `runhaskell` command and that it is equivalent...Mike Pilgrem2022-07-021-1/+2
* ci: Fix definition of slow-validate flavour (so that -dlint) is passedMatthew Pickering2022-07-011-2/+1
* desugar: Look through ticks when warning about possible literal overflowMatthew Pickering2022-07-014-3/+46
* rts: gc stats: account properly for copied bytes in sequential collectionsDouglas Wilson2022-07-012-0/+13
* Fix panic with UnliftedFFITypes+CApiFFI (#14624)nineonine2022-07-017-12/+191
* Remove `CoreOccurAnal` constructor of the `CoreToDo` typeDominik Peteler2022-06-293-4/+0
* Tiny tweak to `IOPort#` documentation Emily Bourke2022-06-291-1/+1
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-06-286-4/+4
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-2817-48/+45
* Comments only, about join pointsSimon Peyton Jones2022-06-282-3/+38
* ghc.mk: fix 'make install' (`mk/system-cxx-std-lib-1.0.conf.install` does not...Sergei Trofimovich2022-06-281-1/+1
* integer-gmp: Fix cabal fileBen Gamari2022-06-281-4/+5
* testsuite: Add test for #20735Ben Gamari2022-06-284-0/+64
* CmmToAsm/AArch64: Sign-extend narrow C argumentsBen Gamari2022-06-281-2/+14
* CmmToAsm/AArch64: Re-format argument handling logicBen Gamari2022-06-281-5/+19
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-06-282-2/+3
* Mark AArch64/Darwin as requiring sign-extensionBen Gamari2022-06-281-0/+5
* `.hs-boot` make rules: add missing order-only dependency on target directorySergei Trofimovich2022-06-271-2/+2
* configure: Only probe for LD in FIND_LDBen Gamari2022-06-271-1/+2
* testsuite: Hide output from test compilations with verbosity==2Ben Gamari2022-06-271-1/+1
* hadrian: Update main README pageMatthew Pickering2022-06-271-43/+39
* add tests for addrToAny# levityNaomi Liu2022-06-272-0/+45
* add levity polymorphism to addrToAny#Naomi Liu2022-06-271-1/+1
* Add Foldable1 and Bifoldable1 type classesBodigrim2022-06-274-1/+566
* Remove the traces of i386-*-openbsd, long live amd64Greg Steuck2022-06-273-4/+2
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-2712-13/+71
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-2733-405/+717
* hadrian: Improve haddocks for ghcDebugAssertionsAndreas Klebinger2022-06-271-1/+1
* linters: Fix lint-submodule-refs when crashing trying to find plausible branchesMatthew Pickering2022-06-271-1/+1
* testsuite: Use normalise_version more consistentlyBen Gamari2022-06-278-16/+16
* Bump ghc-prim and base versionsBen Gamari2022-06-2743-56/+57
* Bump nofib submodule.Andreas Klebinger2022-06-221-0/+0
* Use correct arch for the FreeBSD triple in gen-data-layout.shGleb Popov2022-06-221-1/+1
* TagCheck.hs: Properly check if arguments are boxed types.Andreas Klebinger2022-06-222-7/+6
* When specialising, look through floatable ticks.Gergo ERDI2022-06-221-5/+22