summaryrefslogtreecommitdiff
path: root/include/ruby/internal
AgeCommit message (Expand)Author
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-08-14A comment for typed data in `rb_check_type` [ci skip]Nobuyoshi Nakada
2021-08-14Rename labels in `Check_Type` more descriptiveNobuyoshi Nakada
2021-08-13Mark `rb_unexpected_type` as "cold" [Bug #18062]Nobuyoshi Nakada
2021-08-13Indicate the slow path of `Check_Type` never return [Bug #18062]Nobuyoshi Nakada
2021-08-12RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+卜部昌平
2021-08-09Rename rb_iterate to get rid of name clash on Sun CNobuyoshi Nakada
2021-08-09Suppress deprecated rb_iterate declaration warnings in C++Nobuyoshi Nakada
2021-08-09Suppress warnings in C++2aNobuyoshi Nakada
2021-08-01gcc 10.3.0 says "__VA_OPT__ is not available until C++2a"Nobuyoshi Nakada
2021-08-01Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada
2021-07-16Emit deprecatation warnings for rb_iterate()Benoit Daloze
2021-07-13Get `ruby_nonempty_memcpy` to have C linkagextkoba
2021-07-13Expose `rb_obj_is_fiber`.Samuel Williams
2021-06-26Disable RBIMPL_ATTR_DEPRECATED for Coverity Scan buildYusuke Endoh
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-18Add a cache for class variableseileencodes
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-06-03Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.Samuel Williams
2021-05-11Revert "Filling cache values on cvar write"Aaron Patterson
2021-05-11Add a cache for class variableseileencodes
2021-05-10rb_fiber_new_kw: doesn't exist卜部昌平
2021-05-06Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House
2021-05-04Fix compilation errors for c99Peter Zhu
2021-05-04Fix -Wundef warnings for RBIMPL_HAS_BUILTINBenoit Daloze
2021-05-04Add RBIMPL_RVALUE_EMBED_LEN_MAX neeeded by internal/bignum.hBenoit Daloze
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-04-26Fix some typos by spell checkerRyuta Kamizono
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-03-23[Doc] Standardize wording s/sweeped/swept/Kenichi Kamiya
2021-03-19Fix typos in rhash.h (#4292)Kenichi Kamiya
2021-03-05rb_sym_interned_p: doesn't exist卜部昌平
2021-02-25rb_random_int: ended before it begins卜部昌平
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-02Fixed dangling imemo_tmpbufNobuyoshi Nakada