aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54卜部昌平2023-12-081-5/+105
* [DOC] Update the document for `FilePathStringValue`Nobuyoshi Nakada2023-11-021-2/+4
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-0/+18
* Merge internal/rgengc.h and internal/gc.hMatt Valentine-House2023-02-281-1/+0
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-19/+19
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-221-0/+1
* include/ruby/ruby.h: add doxygen卜部昌平2021-09-101-7/+170
* HAVE_* macros should not be defined with value 0Benoit Daloze2021-05-041-1/+1
* Removed dln_a_outNobuyoshi Nakada2021-03-241-5/+0
* include/ruby/backward/2/rmodule.h: deprecate卜部昌平2020-08-271-1/+0
* include/ruby/backward/2/r_cast.h: deprecate卜部昌平2020-08-271-1/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-27/+27
* sed -i s/RUBY3/RBIMPL/g卜部昌平2020-05-111-3/+3
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-27/+27
* add #include guard hack卜部昌平2020-04-131-15/+13
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-2755/+39
* Removed non-RUBY_INTEGER_UNIFICATION codeNobuyoshi Nakada2020-03-211-6/+0
* rb_check_safe_obj no longer exists卜部昌平2020-03-071-1/+0
* kill USE_RGENGC=0卜部昌平2020-02-261-17/+3
* comma at the end of enum is a C++11ism卜部昌平2020-02-201-1/+1
* Consitified `rb_scan_args_set`Nobuyoshi Nakada2020-02-141-2/+2
* Parenthesized macro argumentsNobuyoshi Nakada2020-02-031-14/+14
* Make `rb_scan_args_kw` inline tooNobuyoshi Nakada2020-02-031-6/+38
* Removed no longer used variable `last_hash`Nobuyoshi Nakada2020-02-021-6/+2
* delete RB_METHOD_DEFINITION_DECL_1卜部昌平2020-01-281-50/+33
* delete unreachable branch卜部昌平2020-01-281-70/+2
* template metaprogramming instead of macros卜部昌平2020-01-281-8/+4
* move macros around卜部昌平2020-01-281-0/+194
* Remove special handling of $SAFE and related C-APIsJeremy Evans2020-01-221-36/+0
* Moved the definition of `rb_define_method_if_constexpr`Nobuyoshi Nakada2020-01-091-1/+0
* include/ruby/ruby.h: remove a variable tmp_buffer as it does not changeYusuke Endoh2020-01-051-3/+0
* include/ruby/ruby.h: remove last_idx that is no longer variableYusuke Endoh2020-01-051-5/+5
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-74/+4
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-231-3/+3
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-1/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-9/+7
* Limit strict RUBY_METHOD_FUNC in C++Nobuyoshi Nakada2019-10-231-1/+1
* Also moved fallback definition of __has_attributeNobuyoshi Nakada2019-10-121-4/+0
* Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada2019-10-121-82/+6
* Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removedJeremy Evans2019-10-071-2/+2
* Add three more C-API functions for handling keywordsJeremy Evans2019-09-291-0/+3
* Fix more keyword separation issuesJeremy Evans2019-09-261-1/+2
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-2/+2
* include/ruby/ruby.h: suppress a false-positive warning of GCCYusuke Endoh2019-09-261-1/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-20/+86
* Disable method definition type checks on WindowsNobuyoshi Nakada2019-09-211-1/+1
* Fix for explicit cast without RUBY_METHOD_FUNCNobuyoshi Nakada2019-09-201-1/+7
* Check various method defitions in C++Nobuyoshi Nakada2019-09-201-10/+26
* Check method functions in C++Nobuyoshi Nakada2019-09-201-64/+83
* rb_scan_args_count_lead: use arguments instead of magic numbersNobuyoshi Nakada2019-09-151-5/+7