Age | Commit message (Expand) | Author |
---|
2025-02-13 | [DOC] Fix description comment typo | Serg Tyatin |
2024-12-20 | [DOC] Fix to GC.config docs | Matt Valentine-House |
2024-12-20 | [DOC] Document the :implementation key of GC.config | Matt Valentine-House |
2024-11-18 | Fix grammar errors and typos in gc.rb | Stan Lo |
2024-11-14 | rb_raise when attempting to set the GC implementation name | Matt Valentine-House |
2024-09-19 | [DOC] Improve docs for GC.latest_gc_info | Peter Zhu |
2024-09-18 | [DOC] Escape the word GC in GC.config | Peter Zhu |
2024-09-18 | Move more of GC.latest_gc_info into Ruby | Peter Zhu |
2024-09-18 | Change rb_gc_impl_get_measure_total_time to return a bool | Peter Zhu |
2024-09-17 | Make rb_gc_impl_set_measure_total_time return void | Peter Zhu |
2024-09-17 | Rename rb_gc_impl_get_profile_total_time to rb_gc_impl_get_total_time | Peter Zhu |
2024-09-17 | Change rb_gc_impl_get_profile_total_time to return unsigned long long | Peter Zhu |
2024-07-12 | Document GC.config | Matt Valentine-House |
2024-07-12 | Provide GC.config to disable major GC collections | Matt Valentine-House |
2024-07-03 | [Feature #20470] Split GC into gc_impl.c | Peter Zhu |
2024-02-27 | [DOC] Fix typo in GC documentation | Alexander Ross |
2023-12-18 | [DOC] documents of aliased methods | Nobuyoshi Nakada |
2023-08-15 | Add stat force_incremental_marking_finish_count | Peter Zhu |
2023-08-15 | [DOC] Rename "memory pool" to "heap" | Peter Zhu |
2023-08-15 | [DOC] Improve docs about keys in GC.stat_heap | Peter Zhu |
2023-08-15 | [DOC] Improve docs for GC.start | Peter Zhu |
2023-08-15 | [DOC] Improve some GC docs | Peter Zhu |
2023-02-21 | Add marking and sweeping time to GC.stat | Peter Zhu |
2023-01-05 | [DOC] Fix formatting for GC.stat | Peter Zhu |
2022-12-23 | Docs: Fix small glitch in GC | zverok |
2022-12-20 | [DOC] Escape all usages of GC | Peter Zhu |
2022-12-20 | [DOC] Fix call-seq for GC methods | Peter Zhu |
2022-12-20 | [DOC] Fix formatting for GC#latest_gc_info | Peter Zhu |
2022-11-10 | Transition shape when object's capacity changes | Jemma Issroff |
2022-07-11 | Add expand_heap option to GC.verify_compaction_references | Matt Valentine-House |
2022-06-02 | Move `GC.verify_compaction_references` [Bug #18779] | Nobuyoshi Nakada |
2022-05-24 | Move compaction-related methods into gc.c | Mike Dalessio |
2022-01-04 | [Feature #18364] Add GC.stat_heap to get stats for memory heaps | Peter Zhu |
2021-12-29 | [Bug #18451] [ci skip] Update documentation for GC.stat | Peter Zhu |
2021-12-24 | [DOC] Make sure new GC methods are documented | zverok |
2021-11-29 | [ci skip] Update documentation for GC.stat | Peter Zhu |
2021-11-25 | Revert "Add GC.stat_size_pool to get stats for a size pool" | Peter Zhu |
2021-11-25 | Add GC.stat_size_pool to get stats for a size pool | Peter Zhu |
2021-11-19 | use ULL2NUM directly. | Koichi Sasada |
2021-11-19 | GC measurement feature | Koichi Sasada |
2021-10-25 | [Feature #18239] Implement VWA for strings | Peter Zhu |
2021-09-20 | Enhance documentation on GC.stat (#4843) | Jemma Issroff |
2020-12-17 | Add documentation about GC.compact | Aaron Patterson |
2020-11-25 | Disable auto compaction on platforms that can't support it | Aaron Patterson |
2020-11-24 | Revert "Disable auto compaction on platforms that can't support it" | Aaron Patterson |
2020-11-24 | Disable read barrier on explicit compaction request | Aaron Patterson |
2020-11-05 | Refactor verification method | Aaron Patterson |
2020-11-02 | Add `GC.auto_compact= true/false` and `GC.auto_compact` | Aaron Patterson |
2020-06-19 | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada |
2020-06-19 | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada |