summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for ghc-debug to ghc executablewip/ghc-with-debugMatthew Pickering2023-03-098-4/+82
* 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
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"Sebastian Graf2023-03-015-33/+56
* hadrian: Add dependency from lib/settings to mk/config.mkBen Gamari2023-03-011-1/+1
* Account for TYPE vs CONSTRAINT in mkSelCoSimon Peyton Jones2023-02-285-7/+56
* Take more care with unlifted bindings in the specialiserSimon Peyton Jones2023-02-285-53/+102
* Testsuite: replace some js_skip with req_cmmSylvain Henry2023-02-287-19/+25
* JS: fix for overlap with copyMutableByteArray# (#23033)Sylvain Henry2023-02-286-14/+48
* Account for local rules in specImportsSimon Peyton Jones2023-02-286-46/+156
* ghc-prim: fix hs_cmpxchg64 function prototypeCheng Shao2023-02-282-3/+3
* Allow nightly-x86_64-linux-deb10-validate+thread_sanitizer to failBryan Richter2023-02-282-2/+4
* Mark setnumcapabilities001 fragileBryan Richter2023-02-281-1/+2
* Fix SCC grouping exampleTom Ellis2023-02-271-1/+1