Age | Commit message (Expand) | Author |
2025-02-01 | [Bug #21103] Fix local variable index calculation with forwarding | Nobuyoshi Nakada |
2025-01-05 | Do not warn unused block when using forwarding | Kevin Newton |
2024-11-06 | [Bug #20868] Fix Method#hash to not change after compaction | Peter Zhu |
2024-10-03 | Make Object#singleton_method return methods in modules included in or prepend... | Jeremy Evans |
2024-08-13 | do not show unused block on `send` | Koichi Sasada |
2024-07-25 | Fix test_kwarg_eval_memory_leak | Peter Zhu |
2024-06-18 | Optimized forwarding callers and callees | Aaron Patterson |
2024-04-17 | relax unused block warning for duck typing | Koichi Sasada |
2024-04-15 | `super{}` doesn't use block | Koichi Sasada |
2024-04-15 | fix incorrect warning. | Koichi Sasada |
2024-04-15 | show warning for unused block | Koichi Sasada |
2024-02-22 | Skip under_gc_compact_stress on s390x (#10073) | Takashi Kokubun |
2024-02-20 | Add memory leak test for eval kwargs | John Hawthorn |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2023-12-24 | Don't copy RUBY_FL_PROMOTED flag in rb_obj_setup | Peter Zhu |
2023-08-03 | Remove --disable-gems for assert_separately | Peter Zhu |
2023-07-24 | Use the caller location as default filename for eval family of methods | Jean Boussier |
2023-04-30 | Handle private AREF call in compile.c | Nobuyoshi Nakada |
2022-12-03 | UnboundMethod only refer defined_class | Koichi Sasada |
2022-10-12 | Suppress a "warning: method redefined" in test/ruby/test_method.rb | Yusuke Endoh |
2022-09-29 | Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17f | Benoit Daloze |
2022-09-29 | Extend tests for a zsuper method of which the method it resolved to has been ... | Benoit Daloze |
2022-09-29 | Resolve zsuper method during lookup but preserve owner separately | Benoit Daloze |
2022-08-20 | Consider resolved-through-zsuper methods equal for compatibility | Benoit Daloze |
2022-08-20 | Make Object#method and Module#instance_method not skip ZSUPER methods | Jeremy Evans |
2022-08-10 | Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}" | Jeremy Evans |
2022-03-29 | Make define_singleton_method always define a public method | Jeremy Evans |
2022-01-14 | Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methods | Jeremy Evans |
2022-01-04 | Fix the previous commit | Yusuke Endoh |
2022-01-04 | test/ruby/test_method.rb: Fix a random failure during `make COVERAGE=1` | Yusuke Endoh |
2022-01-04 | Use omit instead of skip: test/ruby/**/*.rb | Hiroshi SHIBATA |
2021-12-30 | Add support for anonymous rest and keyword rest argument forwarding | Jeremy Evans |
2021-12-09 | Add {Method,UnboundMethod}#{public?,private?,protected?} | Jeremy Evans |
2021-08-03 | Add keyrest to ruby2_keywords parameters [Bug #18011] | Nobuyoshi Nakada |
2021-07-29 | use me->def instead of me for opt_table | Koichi Sasada |
2021-04-07 | [Bug #17780] Fix Method#super_method for module alias | Peter Zhu |
2020-12-24 | Remove unneeded code | Marc-Andre Lafortune |
2020-12-23 | Fix class of method in Method#inspect for singleton classes of classes | Jeremy Evans |
2020-12-17 | test/ruby: Check warning messages at a finer granularity | Nobuyoshi Nakada |
2020-10-03 | Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268 | Kazuhiro NISHIYAMA |
2020-10-03 | Remove known use-after-poison bug | Nobuyoshi Nakada |
2020-08-27 | Fix Method#super_method for aliased methods | Jeremy Evans |
2020-06-09 | Work around infinite loop when overriding method visibility in prepended modu... | Jeremy Evans |
2020-03-22 | Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188 | Jeremy Evans |
2020-03-09 | Don't display singleton class in Method#inspect unless method defined there | Jeremy Evans |
2020-01-29 | refactoring: use Proc and Constant. | Koichi Sasada |
2020-01-28 | support multi-run for test/ruby/test_method.rb | Koichi Sasada |
2020-01-09 | Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9 | Nobuyoshi Nakada |
2020-01-03 | Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__ | Jeremy Evans |
2019-12-04 | Make {Method,UnboundMethod}#super_method handle clone/bind/unbind | Jeremy Evans |