summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-04-16rb_hash_free(): has never existed.卜部昌平
2021-04-13Inline LONG_LONG conversionsNobuyoshi Nakada
2021-04-13workaround MSVC error卜部昌平
2021-04-13dependency updates卜部昌平
2021-04-13get rid of #pragma GCC diagnostic ignored "-Wundef"卜部昌平
2021-04-10Fix symbol export.Samuel Williams
2021-03-30Disable public interface for now.Samuel Williams
2021-03-30Fix native implementation.Samuel Williams
2021-03-30Add hook for `Timeout.timeout`.Samuel Williams
2021-03-24Removed dln_a_outNobuyoshi Nakada
2021-03-23[Doc] Standardize wording s/sweeped/swept/Kenichi Kamiya
2021-03-19Fix typos in rhash.h (#4292)Kenichi Kamiya
2021-03-07Removed a typo in a comment [ci skip]Nobuyoshi Nakada
2021-03-05rb_sym_interned_p: doesn't exist卜部昌平
2021-02-25rb_random_int: ended before it begins卜部昌平
2021-02-14Make global ruby namespace usage explicitMarvin Schmidt
2021-02-09Define macro for fiber/scheduler.hNobuyoshi Nakada
2021-02-09Updated pre-prototype declarationsNobuyoshi Nakada
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams
2021-02-04rb_clear_method_cache_by_class: no longer exist卜部昌平
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.卜部昌平
2021-01-26Add compaction notes for class/module creation C APIsAlan Wu
2021-01-19Replace "iff" with "if and only if"Gannon McGibbon
2021-01-11Define printf qualifier prefix fallbacksNobuyoshi Nakada
2021-01-09Fixed a typo [Bug #17522]Tee KOBAYASHI
2021-01-06expose some C-APIs for ractorKoichi Sasada
2021-01-02Fixed dangling imemo_tmpbufNobuyoshi Nakada
2020-12-31Fixed missing NORETURN on rb_mod_const_missingNobuyoshi Nakada
2020-12-31Defined RBIMPL_ATTR_DEPRECATED_INTERNALNobuyoshi Nakada
2020-12-30Replaced deprecation macrosNobuyoshi Nakada
2020-12-27win32: Declared wait and fixed the return typeNobuyoshi Nakada
2020-12-25[memory_view] Fix a commentKenta Murata
2020-12-25Development of 3.1.0 started.Yukihiro "Matz" Matsumoto
2020-12-24Use RBIMPL_COMPILER_{SINCE,BEFORE} for MSVCNobuyoshi Nakada
2020-12-24shareable_constant_value: experimental_copyKoichi Sasada
2020-12-24Expose atomic operation macros with RUBY prefixNobuyoshi Nakada
2020-12-24[memory_view] Fix some grammar issues in a commentKenta Murata
2020-12-23[memory_view] Make some rb_memroy_view_t members constKenta Murata
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-23[memory_view][fiddle] Use bool for boolean return valueKenta Murata
2020-12-22rb_cCont: no longer exists卜部昌平
2020-12-22Removed rb_cData entityNobuyoshi Nakada
2020-12-22Data: delete卜部昌平
2020-12-21include/ruby/internal/xmalloc.h: document rb_eNoMemError卜部昌平