summaryrefslogtreecommitdiff
path: root/rts/rts.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* JS: Implement h$clock_gettime in the JavaScript RTS (#23360)Josh Meredith2023-05-161-0/+1
* rts: always build 64-bit atomic opsCheng Shao2023-04-241-23/+16
* rts: Don't rely on EXTERN_INLINE for slop-zeroing logicBen Gamari2023-03-251-0/+1
* nonmoving: Move allocator into new source fileBen Gamari2023-03-081-0/+1
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+2
* Windows: Remove mingwex dependencyRyan Scott2023-02-031-5/+0
* Give the RTS it's own configure scriptJohn Ericson2023-01-181-1/+17
* Remove RTS hack for configuringJohn Ericson2023-01-091-0/+36
* rts: Drop paths from configure from cabal fileBen Gamari2022-12-221-4/+0
* codeGen: Introduce ThreadSanitizer instrumentationBen Gamari2022-12-151-0/+1
* Add initial support for LoongArch Architecture.lrzlin2022-12-081-1/+1
* Add Javascript backendSylvain Henry2022-11-291-553/+599
* Move hs_mulIntMayOflo cbits to ghc-primCheng Shao2022-11-281-1/+0
* rts: wasm32 specific logicCheng Shao2022-11-111-0/+8
* rts/linker: Consolidate initializer/finalizer handlingBen Gamari2022-10-131-0/+1
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-2/+2
* rts: remove copy-paste error from `cabal.rts.in`Nicolas Trangez2022-09-201-3/+0
* rts: make threaded ways optionalCheng Shao2022-09-171-6/+17
* rts: remove legacy logging cabal flagCheng Shao2022-09-171-2/+0
* Add native delimited continuations to the RTSAlexis King2022-09-111-0/+2
* Drop mk/{build,install,config}.mk.inBen Gamari2022-08-251-7/+3
* typosEric Lindblad2022-06-011-1/+1
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-191-2/+2
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-101-3/+3
* Enable eventlog support in all ways by defaultBen Gamari2022-04-271-4/+0
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-04-251-1/+4
* adjustors/i386: Use AdjustorPoolBen Gamari2022-04-061-1/+1
* adjustors/NativeAmd64Mingw: Use AdjustorPoolBen Gamari2022-02-131-1/+2
* adjustors/NativeAmd64: Use AdjustorPoolBen Gamari2022-02-131-0/+1
* rts: Initial commit of AdjustorPoolBen Gamari2022-02-131-0/+1
* rts/adjustor: Split Windows path out of NativeAmd64Ben Gamari2022-02-131-1/+4
* rts: Move mmapForLinker and friends to linker/MMap.cBen Gamari2022-02-091-0/+1
* rts: Rename MemoryMap.[ch] -> ReportMemoryMap.[ch]Ben Gamari2022-02-091-1/+1
* RTS: Fix cabal specificationPeter Trommler2022-02-061-4/+0
* rts: Dump memory map on memory mapping failuresBen Gamari2022-02-061-0/+1
* rts: Address failures to inlineDouglas Wilson2022-02-021-0/+1
* rts: Rip out SPARC supportBen Gamari2022-01-291-2/+0
* rts: Refactor event typesBen Gamari2022-01-291-0/+2
* rts: Depend explicitly on libcBen Gamari2022-01-111-0/+6
* Add a source-repository stanza to rts/rts.cabalHécate Moonlight2022-01-021-0/+5
* Switch RTS cabal file / package conf to use Rts.h not Stg.hJohn Ericson2021-12-011-1/+1
* rts.cabal.in: Move `extra-source-files` so it is validJohn Ericson2021-12-011-4/+5
* Hadrian: bring up to date with latest make improvementsJohn Ericson2021-11-181-1/+1
* Make build system: Put make generated include's in RTS distdirsJohn Ericson2021-10-311-1/+1
* Check for libatomic dependency for atomic operationsHaochen Tong2021-10-121-0/+5
* configure: Clarify meaning of CabalHaveLibffiBen Gamari2021-09-231-3/+1
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+3
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-4/+5
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-021-2/+2
* Rename itimer to ticker in rts/posix for consistency.Andreas Klebinger2021-07-271-2/+5