Age | Commit message (Expand) | Author |
---|
2025-05-08 | Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index` | Jean Boussier |
2023-03-06 | Remove obsoleted MJIT_HEADER macro | Takashi Kokubun |
2023-02-08 | Extract include/ruby/internal/attr/packed_struct.h | Nobuyoshi Nakada |
2022-02-19 | Check if `__assume` is supported | Nobuyoshi Nakada |
2022-02-19 | Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE` | Nobuyoshi Nakada |
2021-09-10 | include/ruby/backward/2/assume.h: add doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/attributes.h: skip doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/bool.h: skip doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/gcc_version_since.h: skip doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/inttypes.h: skip dpxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/limits.h: skip doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/long_long.h: add doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/r_cast.h: skip doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/rmodule.h: skip doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/stdalign.h: add doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/2/stdarg.h: add doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/cxxanyargs.hpp: addo doxygen | 卜部昌平 |
2021-09-10 | include/ruby/backward/cxxanyargs.hpp: suppress doxygen warning | 卜部昌平 |
2021-09-10 | template/Doxyfile.tmpl: add alias | 卜部昌平 |
2021-09-10 | sed -i 's/. They/. They/' | 卜部昌平 |
2021-08-09 | VC warns the same attribute used more than once | Nobuyoshi Nakada |
2021-08-09 | Rename rb_iterate to get rid of name clash on Sun C | Nobuyoshi Nakada |
2021-08-09 | Deprecate rb_iterate in C++ | Nobuyoshi Nakada |
2021-08-09 | Suppress deprecated rb_iterate declaration warnings in C++ | Nobuyoshi Nakada |
2021-05-04 | HAVE_* macros should not be defined with value 0 | Benoit Daloze |
2021-04-26 | Fix some typos by spell checker | Ryuta Kamizono |
2021-02-14 | Make global ruby namespace usage explicit | Marvin Schmidt |
2020-08-27 | include/ruby/backward/2/rmodule.h: deprecate | 卜部昌平 |
2020-08-27 | include/ruby/backward/2/r_cast.h: deprecate | 卜部昌平 |
2020-08-27 | improve deprecation warning | 卜部昌平 |
2020-08-27 | DEPRECATED_TYPE: is deprecated | 卜部昌平 |
2020-08-27 | git rm include/ruby/backward/rubyio.h | 卜部昌平 |
2020-08-27 | git rm include/ruby/backward/rubysig.h | 卜部昌平 |
2020-08-27 | git rm include/ruby/backward/{st,util}.h | 卜部昌平 |
2020-08-27 | git rm include/ruby/backward/classext.h | 卜部昌平 |
2020-08-27 | git rm include/ruby/backward/2/extern.h | 卜部昌平 |
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/RUBY3/RBIMPL/g | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-13 | include what you use. | 卜部昌平 |
2020-04-13 | add #include guard hack | 卜部昌平 |
2020-04-10 | reduce duplicate include. | Koichi Sasada |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2020-01-31 | a bit terse Doxygen comments [ci skip] | 卜部昌平 |
2020-01-31 | support C++ std::nullptr_t | 卜部昌平 |
2020-01-29 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA |
2020-01-28 | fix rb_define_global_function to take const VALUE* | 卜部昌平 |
2020-01-28 | improved support for rb_f_notimplement | 卜部昌平 |
2020-01-28 | delete duplicated function overload | 卜部昌平 |