Age | Commit message (Expand) | Author |
---|
2025-03-16 | Make wrapper of `main` for wasm more generic | Nobuyoshi Nakada |
2025-03-16 | Make ASAN default option string built-in libruby | Nobuyoshi Nakada |
2023-12-21 | Typo fixes for public headers [ci skip] | Alan Wu |
2023-12-08 | [ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54 | 卜部昌平 |
2023-11-02 | [DOC] Update the document for `FilePathStringValue` | Nobuyoshi Nakada |
2023-10-12 | M:N thread scheduler for Ractors | Koichi Sasada |
2023-02-28 | Merge internal/rgengc.h and internal/gc.h | Matt Valentine-House |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-02-22 | [Feature #18249] Implement ABI checking | Peter Zhu |
2021-09-10 | include/ruby/ruby.h: add doxygen | 卜部昌平 |
2021-05-04 | HAVE_* macros should not be defined with value 0 | Benoit Daloze |
2021-03-24 | Removed dln_a_out | Nobuyoshi Nakada |
2020-08-27 | include/ruby/backward/2/rmodule.h: deprecate | 卜部昌平 |
2020-08-27 | include/ruby/backward/2/r_cast.h: deprecate | 卜部昌平 |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s/RUBY3/RBIMPL/g | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-13 | add #include guard hack | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2020-03-21 | Removed non-RUBY_INTEGER_UNIFICATION code | Nobuyoshi Nakada |
2020-03-07 | rb_check_safe_obj no longer exists | 卜部昌平 |
2020-02-26 | kill USE_RGENGC=0 | 卜部昌平 |
2020-02-20 | comma at the end of enum is a C++11ism | 卜部昌平 |
2020-02-14 | Consitified `rb_scan_args_set` | Nobuyoshi Nakada |
2020-02-03 | Parenthesized macro arguments | Nobuyoshi Nakada |
2020-02-03 | Make `rb_scan_args_kw` inline too | Nobuyoshi Nakada |
2020-02-02 | Removed no longer used variable `last_hash` | Nobuyoshi Nakada |
2020-01-28 | delete RB_METHOD_DEFINITION_DECL_1 | 卜部昌平 |
2020-01-28 | delete unreachable branch | 卜部昌平 |
2020-01-28 | template metaprogramming instead of macros | 卜部昌平 |
2020-01-28 | move macros around | 卜部昌平 |
2020-01-22 | Remove special handling of $SAFE and related C-APIs | Jeremy Evans |
2020-01-09 | Moved the definition of `rb_define_method_if_constexpr` | Nobuyoshi Nakada |
2020-01-05 | include/ruby/ruby.h: remove a variable tmp_buffer as it does not change | Yusuke Endoh |
2020-01-05 | include/ruby/ruby.h: remove last_idx that is no longer variable | Yusuke Endoh |
2020-01-02 | Fully separate positional arguments and keyword arguments | Jeremy Evans |
2019-12-23 | Reword keyword arguments warning messages to convey these are deprecation war... | Marc-Andre Lafortune |
2019-12-20 | vm_args.c: rephrase the warning message of keyword argument separation | Yusuke Endoh |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2019-10-23 | Limit strict RUBY_METHOD_FUNC in C++ | Nobuyoshi Nakada |
2019-10-12 | Also moved fallback definition of __has_attribute | Nobuyoshi Nakada |
2019-10-12 | Moved RB_METHOD_DEFINITION_DECL to intern.h | Nobuyoshi Nakada |
2019-10-07 | Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removed | Jeremy Evans |
2019-09-29 | Add three more C-API functions for handling keywords | Jeremy Evans |
2019-09-26 | Fix more keyword separation issues | Jeremy Evans |
2019-09-27 | Adjusted spaces [ci skip] | Nobuyoshi Nakada |
2019-09-26 | include/ruby/ruby.h: suppress a false-positive warning of GCC | Yusuke Endoh |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2019-09-21 | Disable method definition type checks on Windows | Nobuyoshi Nakada |
2019-09-20 | Fix for explicit cast without RUBY_METHOD_FUNC | Nobuyoshi Nakada |