aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta2019-11-291-15/+0
* Add SECURITY.md [ci skip]Kazuhiro NISHIYAMA2019-11-291-0/+9
* Reduce duplicated warnings for the change of Ruby 3 keyword argumentsYusuke Endoh2019-11-294-41/+203
* vm_method.c: add top-level ruby2_keywordsYusuke Endoh2019-11-292-0/+27
* `LoadError` is not a subclass of `StandardError`Nobuyoshi Nakada2019-11-291-1/+5
* Skip useless testNobuyoshi Nakada2019-11-291-1/+1
* Fixed the position in NEWS [Feature #16348]Nobuyoshi Nakada2019-11-291-4/+6
* Nmake needs `VPATH`Nobuyoshi Nakada2019-11-291-2/+3
* Add dependency on bundled yaml.h when usingNobuyoshi Nakada2019-11-292-1/+6
* export func for MJITKoichi Sasada2019-11-291-1/+1
* Revert "export for MJIT"Koichi Sasada2019-11-293-2/+5
* Revert "* remove trailing spaces. [ci skip]"Koichi Sasada2019-11-291-1/+1
* * remove trailing spaces. [ci skip]git2019-11-291-1/+1
* export for MJITKoichi Sasada2019-11-293-5/+2
* * 2019-11-29 [ci skip]git2019-11-291-1/+1
* * remove trailing spaces. [ci skip]git2019-11-291-1/+1
* fastpath for ivar read of FL_EXIVAR objects.Koichi Sasada2019-11-295-36/+113
* Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui2019-11-283-0/+70
* Use more template feature of w.r-l.oNARUSE, Yui2019-11-281-22/+29
* Get rid of inadvertent label [ci skip]Nobuyoshi Nakada2019-11-281-2/+1
* Merged common statements [Bug #16242]Nobuyoshi Nakada2019-11-281-7/+1
* Removed unused variable [Bug #16242]Nobuyoshi Nakada2019-11-281-1/+0
* Make prepending a refined module after inclusion not break refinementsJeremy Evans2019-11-284-8/+55
* Honor refinements for modules that prepend other modulesJeremy Evans2019-11-282-6/+40
* Add require "irb" to test/irb/test_completion.rbaycabta2019-11-281-1/+2
* Fix regexp to complete complex literalaycabta2019-11-282-5/+8
* Raise `NoMatchingPatternError` when expr `in` pat doesn't matchNobuyoshi Nakada2019-11-282-2/+5
* Fix documentation of `MonitorMixin#new_cond` [ci skip] (#2707)y-yagi2019-11-271-1/+1
* Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0Nobuyoshi Nakada2019-11-281-2/+2
* Delete newline when C-k on emacs mode at EOLaycabta2019-11-281-0/+8
* Remove two removed constantsaycabta2019-11-281-1/+1
* Fix ghost method line noaycabta2019-11-283-7/+20
* Update documentation for ruby2_keywords [ci skip]Jeremy Evans2019-11-271-3/+5
* Drop windows-2016 on GitHub ActionsKazuhiro NISHIYAMA2019-11-271-7/+2
* * 2019-11-28 [ci skip]git2019-11-281-1/+1
* Don't modify rest array when using ruby2_keywordsJeremy Evans2019-11-272-2/+10
* prefer class_serial over m_tbl卜部昌平2019-11-272-6/+28
* * 2019-11-27 [ci skip]git2019-11-271-1/+1
* rename __builtin_inline!(code) and introduce others.Koichi Sasada2019-11-272-24/+76
* [ripper] Fixed unique key check in pattern matchingNobuyoshi Nakada2019-11-262-67/+77
* Hoisted out `push_pvtbl`/`pop_pvtbl`Nobuyoshi Nakada2019-11-261-16/+19
* Wrap `p_kw` in an array at `p_kwarg`Nobuyoshi Nakada2019-11-261-3/+4
* Allow `$10` and more in the Ripper DSLNobuyoshi Nakada2019-11-261-7/+4
* Write rbinc files to the source directoryNobuyoshi Nakada2019-11-261-3/+11
* Remove an unnecessary variableaycabta2019-11-261-2/+1
* Add sync task for ruby/opensslHiroshi SHIBATA2019-11-261-0/+13
* Slightly fix the warning message [ci skip]Takashi Kokubun2019-11-261-1/+1
* Suggest an alternative to suppress the irb warningTakashi Kokubun2019-11-261-1/+2
* Add `--with-openssl-dir` to windows on GitHub ActionsKazuhiro NISHIYAMA2019-11-261-1/+1
* * 2019-11-26 [ci skip]git2019-11-261-1/+1