summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/RTS
Commit message (Expand)AuthorAgeFilesLines
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-0/+2
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+3
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-031-0/+3
* Remove the -xt heap profiling optionMatthew Pickering2021-02-271-3/+0
* Add linting of `base` to the CIHécate2020-10-091-2/+1
* winio: Detect running IO Backend via peeking at RtsConfigAndreas Klebinger2020-07-151-0/+32
* winio: Add new io-manager cmdline optionsTamar Christina2020-07-151-2/+34
* base: Add Generic instances to various datatypes under GHC.*Fumiaki Kinoshita2020-05-211-0/+16
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-011-0/+3
* NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-221-0/+4
* rts: Introduce debug flag for non-moving GCBen Gamari2019-10-201-15/+18
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+3
* Revert "Batch merge"Ben Gamari2019-01-301-3/+0
* Batch mergeBen Gamari2019-01-301-0/+3
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-3/+0
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+3
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-16/+16
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+3
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-14/+28
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+3
* Flags.hsc: Peek a CBool (Word8), not a Bool (Int32)James Clarke2017-10-161-39/+78
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+2
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-0/+2
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-2/+0
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-0/+2
* JSON profiler reportsBen Gamari2017-02-231-3/+3
* Fix broken link of GHC.RTS.FlagsTakenobu Tani2017-02-051-1/+1
* NUMA cleanupsSimon Marlow2016-06-171-2/+2
* Rts flags cleanupSimon Marlow2016-06-101-56/+66
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+4
* Allow CallStacks to be frozenEric Seidel2015-12-231-4/+4
* base: GHC.RTS.Flags symbols really were introduced in 4.8.2Ben Gamari2015-11-021-6/+6
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-6/+6
* base: Add Haddocks to GHC.RTS.FlagsBen Gamari2015-10-261-3/+46
* Export more types from GHC.RTS.Flags (#9970)RyanGlScott2015-07-071-7/+13
* Move IP, Symbol, Nat to ghc-primSimon Peyton Jones2015-05-011-13/+13
* Fix `heapSizeSuggesionAuto` typo (#9934)Herbert Valerio Riedel2014-12-291-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* accessors to RTS flag values -- #5364Ömer Sinan Ağacan2014-11-241-0/+408