| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-05 | Standardize on the name "modular GC" | Peter Zhu | |
| We have name fragmentation for this feature, including "shared GC", "modular GC", and "external GC". This commit standardizes the feature name to "modular GC" and the implementation to "GC library". Notes: Merged: https://github.com/ruby/ruby/pull/12261 | |||
| 2024-11-26 | Fix up gc/extconf_base.rb | Nobuyoshi Nakada | |
| - Add flags to appropriate variables. - Use `append_cflags` to append a flag safely, instead of appending blindly. Notes: Merged: https://github.com/ruby/ruby/pull/12166 | |||
| 2024-11-25 | Use extconf to build external GC modules | Matt Valentine-House | |
| Co-Authored-By: Peter Zhu <peter@peterzhu.ca> Notes: Merged: https://github.com/ruby/ruby/pull/12149 | |||
