summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nonmoving: Add missing no-op in busy-wait loopBen Gamari2023-03-081-2/+5
* nonmoving: Clarify commentBen Gamari2023-03-081-1/+1
* nonmoving: Clarify implementationBen Gamari2023-03-081-10/+11
* Evac: Squash data race in eval_selector_chainBen Gamari2023-03-081-2/+3
* rts/Sanity: Look at nonmoving saved_filled listsBen Gamari2023-03-081-0/+2
* rts/Sanity: Mark pinned_object_blocksBen Gamari2023-03-081-0/+1
* rts/BlockAlloc: Allow disabling of internal assertionsBen Gamari2023-03-081-6/+16
* rts: Use release ordering when storing thread labelsBen Gamari2023-03-081-1/+1
* rts: Fix type issues in Sparks.hBen Gamari2023-03-081-2/+2
* nonmoving: Deduplicate assertionBen Gamari2023-03-081-2/+9
* nonmoving: Fix styleBen Gamari2023-03-081-2/+3
* rts: Drop redundant prototypeBen Gamari2023-03-081-2/+0
* bytecode: Fix bitmaps for BCOs used to tag tuples and prim call argsAlexis King2023-03-086-36/+145
* Change hostSupportsRPaths to report False on OpenBSDGreg Steuck2023-03-081-1/+4
* linker: fix linking with aligned sections (#23066)Sylvain Henry2023-03-085-6/+65
* Update commit for utils/hpc git submoduleDavid Binder2023-03-081-0/+0
* Update commit for utils/hpc git submoduleDavid Binder2023-03-081-0/+0
* Add git submodule for utils/hpcDavid Binder2023-03-082-0/+3
* Remove utils/hpc subdirectory and its contentsDavid Binder2023-03-0814-2069/+0
* Fix documentation for traceWith and friendsMorrowM2023-03-072-3/+6
* Add `Data.Functor.unzip`Ollie Charles2023-03-072-0/+6
* Documentation: describe laziness of several function from Data.ListBodigrim2023-03-062-16/+150
* Constraint simplification loop now depends on `ExpansionFuel`Apoorv Ingle2023-03-0611-98/+331
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-0632-224/+525
* Small fixes to configure scriptGabriella Gonzalez2023-03-061-2/+2
* Fix configure failure on alpine linuxGabriella Gonzalez2023-03-061-1/+2
* Quote variablesGabriella Gonzalez2023-03-061-4/+3
* Try to create somewhat portable `ld` commandGabriella Gonzalez2023-03-061-1/+1
* Apply 1 suggestion(s) to 1 file(s)sheaf2023-03-061-1/+1
* Fix `hadrian/bindist/config.mk.in`Gabriella Gonzalez2023-03-061-0/+1
* Synchronize `configure.ac` and `distrib/configure.ac.in`Gabriella Gonzalez2023-03-062-1/+3
* Enable response files for linker if supportedGabriella Gonzalez2023-03-068-4/+31
* Add regression test for #22328Simon Peyton Jones2023-03-052-0/+17
* Fix typo in docs referring to threadLabelChris Wendt2023-03-041-1/+1
* Add test for T22793Simon Peyton Jones2023-03-043-0/+62
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-047-20/+202
* More fixes for `type data` declarationsSimon Peyton Jones2023-03-0310-62/+133
* Document getSoloDavid Feuer2023-03-031-0/+20
* Export getSolo from Data.TupleDavid Feuer2023-03-033-1/+5
* Get the right in-scope set in etaBodyForJoinPointSimon Peyton Jones2023-03-023-4/+40
* ncg/aarch64: Handle MULTILINE_COMMENT identically as COMMENTsZubin Duggal2023-03-023-5/+265
* constant folding: Correct type of decodeDouble_Int64 ruleMatthew Pickering2023-03-023-5/+23
* rts: Drop no-alignment special case for WindowsBen Gamari2023-03-021-3/+1
* rts: Correctly align Capability allocationsBen Gamari2023-03-021-2/+3
* rts: Introduce stgMallocAlignedBytesBen Gamari2023-03-023-13/+57
* rts: Statically assert alignment of CapabilityBen Gamari2023-03-021-8/+16
* Check for platform support for JavaScript foreign importsLuite Stegeman2023-03-023-1/+9
* Don't suppress *all* WantedsRichard Eisenberg2023-03-025-17/+63
* fix: Consider strictness annotation in rep_bindromes2023-03-014-3/+44
* Refine the test for naughty record selectorsSimon Peyton Jones2023-03-014-36/+77