summaryrefslogtreecommitdiff
path: root/include/ruby/internal/fl_type.h
AgeCommit message (Expand)Author
2024-04-16RB_OBJ_FREEZE_RAW: Set the object shapeJean Boussier
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-06Move FL_SINGLETON to FL_USER1Jean Boussier
2023-12-21Typo fixes for public headers [ci skip]Alan Wu
2023-07-13Store object age in a bitmapMatt Valentine-House
2023-06-19Remove taint and untrusted flags (#7958)Nobuyoshi Nakada
2023-02-28Remove "unused parameter" warnings on include of ruby.hSébastien Helleu
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-11-02Fix typosNobuyoshi Nakada
2021-09-10include/ruby/internal/fl_type.h: add doxygen卜部昌平
2021-09-10sed -i 's/. They/. They/'卜部昌平
2021-08-09Suppress warnings in C++2aNobuyoshi Nakada
2021-05-04Fix compilation errors for c99Peter Zhu
2021-01-27Update include/ruby/internal/fl_type.h 卜部昌平
2021-01-27include/ruby/internal/fl_type.h: refactor hoist out #if conditions卜部昌平
2021-01-27kill CLONESETUP and DUPSETUP卜部昌平
2021-01-27attributes on enumerators are GCC6-ism卜部昌平
2021-01-27warnings on use of RUBY_FL_TAINT卜部昌平
2021-01-27kill OBJ_TAINT etc.卜部昌平
2021-01-27fix OBJ_UNTRUST etc.卜部昌平
2020-09-25should not check taint flag on rubyspec.Koichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-05-26Use RUBY_DEBUG instead of NDEBUGKoichi Sasada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11mv include/ruby/{impl,internal}卜部昌平