index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_proc.rb
Age
Commit message (
Expand
)
Author
2019-09-26
Fix more keyword separation issues
Jeremy Evans
2019-09-26
Fix keyword argument separation issues in Proc#{<<,>>}
Jeremy Evans
2019-08-14
change Proc#to_s format ('@...' -> ' ...') (#2362)
Koichi Sasada
2019-07-15
add tests for orphan/not-orphan proc/lambda.
Tanaka Akira
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-04-26
Hide internal IDs
Nobuyoshi Nakada
2019-01-10
proc.c: proc without block
nobu
2019-01-10
proc.c: check if callable
nobu
2018-11-22
Proc#<< and Proc#>>
nobu
2018-11-22
proc.c: Support any callable when composing Procs
nobu
2018-11-22
proc.c: Implement Proc#* for Proc composition
nobu
2018-05-23
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-01-18
extend timeout more
naruse
2018-01-17
extend timeout
naruse
2018-01-08
vm.c: respect redefinition of Proc#call
nobu
2018-01-05
extend timeout to 15 seconds for ARMv8 environment
naruse
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-26
test_proc.rb: remove duplicate test_source_location
nobu
2017-12-26
test/ruby/test_proc.rb: Add a test for Binding#source_location
mame
2017-06-12
* proc.c (get_local_variable_ptr): return found env ptr. Returned env
ko1
2017-03-08
proc.c: preserve class name encoding in Proc#to_s
nobu
2016-10-20
test_proc.rb: improve curry tests
nobu
2016-06-08
test_proc.rb: test_lambda?
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2016-01-12
fix test to follow r53503
naruse
2015-12-16
* vm.c: fix mark miss for proc given as passed block.
ko1
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-03-29
test_proc.rb: test_curry_binding
nobu
2015-03-15
* test/ruby/test_proc.rb: Fix typo signle -> single
gogotanaka
2014-11-16
proc.c: fix method proc binding location
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-10-27
proc.c: fix method proc binding receiver
nobu
2014-07-01
vm.c: rb_vm_env_local_variables
nobu
2014-07-01
proc.c: Binding#receiver
nobu
2014-07-01
proc.c: fix infinite loop
nobu
2014-07-01
test_proc.rb: test_local_variables
nobu
2014-07-01
test_proc.rb: test_local_variables_in_other_context
nobu
2014-05-26
test/ruby: fix leaked threads
nobu
2013-12-25
* proc.c: Having any mandatory keyword argument increases min arity [#9299]
marcandre
2013-12-25
* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...
marcandre
2013-12-25
iseq.c: fix parameter of unnamed rest keywords argument
nobu
2013-12-25
proc.c: fix arity of rest keywords argument
nobu
2013-12-25
test_method.rb, test_proc.rb: suppress warnings
nobu
2013-12-20
Fix typo in tests
a_matsuda
2013-12-13
test/ruby: better assertions
nobu
2013-08-09
* proc.c: add Binding#local_variable_get/set/defined?
ko1
2013-06-17
* test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):
ktsj
2013-06-17
* include/ruby/intern.h, proc.c (rb_method_call_with_block):
ktsj
2013-06-17
skip new tests until fixed
nobu
2013-06-17
test/ruby/test_proc.rb: tests for [Bug #8341]
nobu
[next]