Age | Commit message (Expand) | Author |
2025-04-02 | Fix assertion failure with anonymous splats | Jeremy Evans |
2024-09-18 | Fix evaluation order issue in f(**h, &h.delete(key)) | Jeremy Evans |
2024-09-18 | Revert "Fix evaluation order issue in f(**h, &h.delete(key))" | Jeremy Evans |
2024-09-18 | Fix evaluation order issue in f(**h, &h.delete(key)) | Jeremy Evans |
2024-09-13 | Prevent warnings "the block passed to ... may be ignored" | Yusuke Endoh |
2024-08-27 | Remove incorrect setting of KW_SPLAT_MUT flag | Jeremy Evans |
2024-07-18 | Avoid unnecessary array allocations for f(arg, *arg, **arg, **arg), f(*arg, a... | Jeremy Evans |
2024-05-31 | Make error messages clear blocks/keywords are disallowed in index assignment | Jeremy Evans |
2024-04-04 | Prevent "assigned but unused variable" warnings | Yusuke Endoh |
2024-03-17 | [Bug #20218] Reject keyword arguments in index | Nobuyoshi Nakada |
2023-12-14 | Remove unused variables in test_call_op_asgn_keywords_mutable | Jeremy Evans |
2023-12-14 | Fix op asgn method calls passing mutable keyword splats | Jeremy Evans |
2023-12-12 | Fix op asgn calls with keywords | Jeremy Evans |
2023-12-09 | Ensure super(**kw, &block) calls kw.to_hash before block.to_proc | Jeremy Evans |
2023-12-09 | Ensure f(**kw, &block) calls kw.to_hash before block.to_proc | Jeremy Evans |
2023-12-07 | Prevent modification of splat array inside setup_parameters_complex | Jeremy Evans |
2023-11-18 | Ensure keyword splat method argument is hash | Jeremy Evans |
2023-06-17 | Split the bmethod proc test to avoid redefinition | Nobuyoshi Nakada |
2023-04-25 | Speed up calling iseq bmethods | Jeremy Evans |
2023-04-25 | Generalize cfunc large array splat fix to fix many additional cases raising S... | Jeremy Evans |
2023-01-13 | Do not use VM stack for splat arg on cfunc | Koichi Sasada |
2022-09-25 | [Bug #19021] Fix safe call w/ conditional assign | John Hawthorn |
2020-06-18 | Dup splat array in certain cases where there is a block argument | Jeremy Evans |
2017-10-02 | test_call.rb: refine test_safe_call | nobu |
2017-10-02 | compile.c: fix stack consitency error | nobu |
2016-10-22 | compile.c: order with splatting | nobu |
2016-01-09 | symbol.h: unexpected safe call | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-16 | parse.y: fix block_call&.call | nobu |
2015-11-06 | change DOTQ | nobu |
2015-11-03 | parse.y: revert lbracket | nobu |
2015-11-02 | parse.y: lbracket | nobu |
2015-10-30 | * test/ruby/test_call.rb: added test for safe navigation operator. | hsbt |
2015-10-23 | test_call.rb: add tests | nobu |
2015-10-23 | safe navigation attrset | nobu |
2015-10-22 | Safe navigation operator | nobu |
2014-03-12 | vm_insnhelper.c: disable fastpath if splat | nobu |
2008-09-24 | * test: assert_raises has been deprecated since a long time ago. | nobu |
2004-02-18 | * test/*: should not depend on $KCODE. | nahi |
2003-09-05 | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu |
2003-09-05 | * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)' | nahi |
2003-09-04 | * test/ruby: tests for ruby itself. | nahi |