summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Add missing write barriers in MVar wake-up pathsghc-8.10Ben Gamari2021-11-142-0/+28
* rts: Unify stack dirtiness checkBen Gamari2021-11-142-11/+9
* Make build system: Generalize and/or document distdirsJohn Ericson2021-10-285-10/+26
* Fix dangling reference to RtsConfig.hJohn Ericson2021-10-281-1/+1
* Check for libatomic dependency for atomic operationsHaochen Tong2021-10-283-0/+34
* rts/RtsSymbols: fini arrayBen Gamari2021-10-281-0/+13
* rts/RtsSymbols: Add environBen Gamari2021-10-281-0/+1
* rts/linker: Resolve __fini_array_* symbols to NULLGHC GitLab CI2021-10-281-0/+4
* rts/linker: Define _DYNAMIC when necessaryBen Gamari2021-10-281-1/+13
* rts/Linker: Fix __dso_handle handlingGHC GitLab CI2021-10-281-10/+27
* rts/nonmoving: Enable selector optimisation by defaultBen Gamari2021-10-283-12/+1
* rts/primops: Fix write barrier in stg_atomicModifyMutVarzuzhBen Gamari2021-10-281-4/+4
* rts/nonmoving: Rename mark_* to trace_*Ben Gamari2021-10-281-42/+42
* nonmoving: Fix and factor out mark_trec_chunkBen Gamari2021-10-281-22/+17
* Fix nonmoving gen label in gc stats reportTeo Camarasu2021-10-281-3/+6
* fix non-moving gc heap space requirements estimateTeo Camarasu2021-10-281-1/+1
* Fix comment typosKirill Zaborsky2021-10-281-2/+2
* Update error message to suggest the user consider OOM over RTS bug.Thomas M. DuBuisson2021-10-281-1/+3
* rts: Factor out TRACE_ cache update logicBen Gamari2021-10-281-8/+18
* rts: Document CPP guardsBen Gamari2021-10-281-10/+10
* Hadrian: fix slow-validate flavour (#18586)Sylvain Henry2021-10-221-1/+6
* testsuite: Ensure that C++11 is used in T20199Ben Gamari2021-10-141-1/+1
* rts: Ensure that headers don't refer to undefined __STDC_VERSION__Ben Gamari2021-10-141-0/+6
* testsuite: Add test for #20199Ben Gamari2021-10-144-0/+18
* Make Block.h compile with c++ compilersMatthew Pickering2021-10-141-4/+9
* Respect $AR in configure scriptCheng Shao2021-10-141-1/+2
* Hadrian: fix hp2ps error during cross-compilationSylvain Henry2021-10-141-0/+1
* Hadrian: fix distDir per stageSylvain Henry2021-10-141-2/+5
* Hadrian: fix cross-compiler build (#16051)Sylvain Henry2021-10-141-14/+33
* hadrian: use stage0 linker to merge objects when done during the stage0Karel Gardas2021-10-142-0/+10
* PmCheck: Desugar string literal patterns with -XRebindableSyntax correctly (#...Sebastian Graf2021-09-184-5/+38
* Bump version and add release notesghc-8.10.7-releasewip/8.10.7-releaseZubin Duggal2021-08-183-1/+90
* Add -Wl,-U,___darwin_check_fd_set_overflow to rts/package.conf.inMatthew Pickering2021-08-161-0/+4
* Don't test bindist on CI (partial revert of 232635a59de2b816eeeb65d11d5ca9883...ghc-8.10.6-releaseZubin Duggal2021-08-141-1/+0
* Bump Win32 submodule, fix registry testZubin Duggal2021-08-122-1/+1
* Test bindist on 8.10 CI (#20211)Zubin Duggal2021-08-113-11/+12
* Fix parsing of rpaths which include spaces in runInjectRPathsMatthew Pickering2021-08-101-5/+25
* Bump process submodule to 1.6.13.2Zubin Duggal2021-08-092-0/+2
* Bump version to 8.10.6Zubin Duggal2021-08-082-2/+2
* Document -fno-use-rpathswip/8.10-release-rollupZubin Duggal2021-08-061-0/+1
* Bump haskeline submodule to 0.8.2Zubin Duggal2021-08-062-0/+2
* Add release notes for 8.10.6Zubin Duggal2021-08-062-0/+144
* Bump base to 4.14.3.0Zubin Duggal2021-08-0611-11/+19
* Bump Win32 submoduleZubin Duggal2021-08-061-0/+0
* Issue #18087: :since: for warnings of ghc 6/7/8Andreas Abel2021-08-061-63/+194
* Doc: warnings: since: remove minor version number for uniformityAndreas Abel2021-08-051-4/+4
* Doc: tabs to spacesAndreas Abel2021-08-051-2/+2
* Bump containers submoduleZubin Duggal2021-08-052-1/+1
* rts/m32: Introduce NEEDS_M32 macroBen Gamari2021-08-055-27/+32
* rts/m32: Fix bounds checkBen Gamari2021-08-051-2/+3