aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused last_idx in class.cKazuhiro NISHIYAMA2020-01-051-6/+4
* parse.y: fix a wrong sizeof argument for ruby_sized_xfreeYusuke Endoh2020-01-051-1/+1
* 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
* [ruby/reline] Sort completion listKOBAYASHI Shuji2020-01-051-1/+1
* * 2020-01-05 [ci skip]git2020-01-051-1/+1
* Fix output of example [ci skip]Kazuhiro NISHIYAMA2020-01-051-1/+1
* * 2020-01-04 [ci skip]git2020-01-041-1/+1
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-037-12/+102
* Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans2020-01-037-67/+103
* Fix unused warningsKazuhiro NISHIYAMA2020-01-032-24/+0
* Update specs for keyword argument separationJeremy Evans2020-01-025-213/+633
* Update tests for full keyword argument separationJeremy Evans2020-01-0212-1694/+556
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-0216-679/+96
* Bump benchmark-driver to v0.15.7 (#2811)Lourens Naudé2020-01-021-1/+1
* move internal/debug.h definitions to internal.hKoichi Sasada2020-01-037-46/+24
* modify MJIT_CC only on RUBY_DEBUG=ciKoichi Sasada2020-01-031-1/+2
* disable ccache if $CC is in /usr/lib/ccache/$CC.Koichi Sasada2020-01-031-0/+5
* Fix variable name and add more example [ci skip]Kazuhiro NISHIYAMA2020-01-031-2/+4
* * 2020-01-03 [ci skip]git2020-01-031-1/+1
* Fix example of node.type [ci skip]Kazuhiro NISHIYAMA2020-01-031-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-01-021-1/+1
* * 2020-01-02 [ci skip]git2020-01-021-1/+1
* Check Module#ruby2_keywords arityNobuyoshi Nakada2020-01-022-0/+7
* bignum.c: extract bdigits_to_mpz and bdigits_from_mpz (#2805)Kenta Murata2020-01-011-18/+27
* Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun2019-12-319-18/+18
* Remove code to prevent double build on trunkTakashi Kokubun2019-12-317-9/+6
* More consistent failure notificationsTakashi Kokubun2019-12-316-10/+24
* Do not notify AppVeyor on_build_status_changedTakashi Kokubun2019-12-311-1/+1
* Make test run condition consistent with other jobsTakashi Kokubun2019-12-311-2/+0
* Fixup a6864f6d2f39bcd1ff04516591cc18d4027ab186Hiroshi SHIBATA2020-01-011-2/+2
* Removed the old executables of raccHiroshi SHIBATA2020-01-014-588/+0
* [bundler/bundler] Add ruby2_keywordsSutou Kouhei2020-01-013-3/+3
* Run tests in the consistent orderTakashi Kokubun2019-12-311-10/+10
* Fix an outdated commentTakashi Kokubun2019-12-311-1/+1
* Actions MinGW - fix test-all (#2803)MSP-Greg2019-12-311-2/+2
* Use actions/checkout for PR (#2804)Takashi Kokubun2019-12-311-7/+4
* Add load path and require for ruby/rubyaycabta2020-01-011-0/+2
* [ruby/irb] Fix lib name of OpenStructaycabta2020-01-011-1/+1
* * 2020-01-01 [ci skip]git2020-01-011-3/+3
* Update GitHub Actions BadgesKazuhiro NISHIYAMA2020-01-012-10/+12
* Add "require 'openstruct'" what is forgottenaycabta2019-12-311-0/+1
* [ruby/irb] Add tests for RubyLexBen2019-12-311-0/+79
* [ruby/reline] Degenerate the terminal size to [$LINES, $COLUMNS] if it is unk...Yusuke Endoh2019-12-311-1/+5
* Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)Kenta Murata2019-12-313-9/+17
* speed up set intersectOleg Zubchenko2019-12-311-1/+9
* Split test_nomethod_error.rbNobuyoshi Nakada2019-12-312-86/+89
* Split test_name_error.rbNobuyoshi Nakada2019-12-312-127/+130
* Split test_frozen_error.rbNobuyoshi Nakada2019-12-312-50/+57
* Fix the exception to be raisedNobuyoshi Nakada2019-12-311-2/+2