summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make keepAlive# out-of-linewip/T21708Ben Gamari2022-07-157-36/+31
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-152-7/+69
* rts: Fix AdjustorPool bitmap manipulationBen Gamari2022-07-131-14/+14
* Fix potential space leak that arise from ModuleGraphs retaining referencesZubin Duggal2022-07-131-10/+10
* Hadrian: update documentation of settingssheaf2022-07-133-102/+117
* testsuite: Factor out common parts from hiefile testsZubin Duggal2022-07-138-145/+104
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-136-44/+190
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-135-7/+29
* tarballEric Lindblad2022-07-131-3/+6
* fix bootstrapEric Lindblad2022-07-131-4/+12
* fix readmeEric Lindblad2022-07-131-3/+3
* Tiny documentation wibbles (comments only)wip/T21452Simon Peyton Jones2022-07-123-5/+5
* Edit Note [idArity varies independently of dmdTypeDepth]Simon Peyton Jones2022-07-124-24/+34
* Fix a scoping bug in the SpecialiserSimon Peyton Jones2022-07-092-17/+19
* Enable :edit command in ghci multi-mode.Matthew Pickering2022-07-091-1/+1
* ghci: Fix most calls to isLoaded to work in multi-modeMatthew Pickering2022-07-092-4/+15
* Bump unix submoduleBen Gamari2022-07-071-0/+0
* RTS: Add stack marker to StgCRunAsm.SAndreas Schwab2022-07-071-6/+5
* rts: allow NULL to be used as an invalid StgStablePtrAdam Sandberg Ericsson2022-07-076-6/+41
* winio: make consoleReadNonBlocking not wait for any events at all.Tamar Christina2022-07-071-9/+30
* Remove a bogus #define from ClosureMacros.hAndreas Klebinger2022-07-061-1/+0
* driver: Fix issue with module loops and multiple home unitsMatthew Pickering2022-07-068-4/+40
* Fix exact printing of the HsRule nameAlan Zimmerman2022-07-062-4/+2
* Remove many GHC dependencies from L.H.Sromes2022-07-0646-475/+493
* TTG for HsTyLitromes2022-07-067-15/+39
* TTG for ForeignImport/Exportromes2022-07-0618-216/+236
* TTG: Move CoreTickish out of LHS.Bindsromes2022-07-0613-55/+68
* Prune L.H.S modules of GHC dependenciesromes2022-07-0629-329/+403
* Restore Eq instance of ImportDeclQualifiedStyleromes2022-07-061-1/+1
* Fix lint warnings in bootstrap.pyMatthew Pickering2022-07-061-4/+3
* sourcesEric Lindblad2022-07-061-2/+3
* grammarEric Lindblad2022-07-061-1/+1
* options and typosEric Lindblad2022-07-061-5/+5
* https urlsEric Lindblad2022-07-061-2/+2
* Factor fields of `CoreDoSimplify` into separate data typeJohn Ericson2022-07-053-20/+28
* Vendor filepath inside template-haskellMatthew Pickering2022-07-056-23/+39
* 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