aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support existence usecase for the custom exception classesHiroshi SHIBATA2019-11-301-3/+13
* replace raise method from e2mmap on Scalar classHiroshi SHIBATA2019-11-301-5/+5
* raise method accepts 3 argument with exception classHiroshi SHIBATA2019-11-301-9/+9
* Retire to maintain e2mmap on ruby coreHiroshi SHIBATA2019-11-303-206/+0
* Remove re-define embedded error classes and extract argument on custom error ...Hiroshi SHIBATA2019-11-301-16/+4
* Use simple exception classes instead of e2mmapHiroshi SHIBATA2019-11-301-48/+73
* Supress class variable overtaken warning when original modules are the sameJeremy Evans2019-11-292-1/+24
* * 2019-11-30 [ci skip]git2019-11-301-1/+1
* Make single line pattern matching void expressionNobuyoshi Nakada2019-11-302-2/+13
* check interrupts at each frame pop timing.Koichi Sasada2019-11-297-11/+26
* 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