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
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
2022-04-06
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-01
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-03-30
Do not autosplat array in block call just because keywords accepted
Jeremy Evans
2022-03-24
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-03-17
Make Proc#parameters support lambda keyword for returning parameters as if la...
Jeremy Evans
2022-01-13
T#dup (T < Proc) should return T's object
Koichi Sasada
2021-12-30
Add support for anonymous rest and keyword rest argument forwarding
Jeremy Evans
2021-10-29
Preserve the encoding of message from outer local variables
Nobuyoshi Nakada
2021-10-29
Remove redundant calls
Nobuyoshi Nakada
2021-06-24
Remove shift of ep when computing Proc#hash
Jeremy Evans
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-12
fix lambda's warning and tests
Koichi Sasada
2020-12-11
show deprecation warning correctly for lambda(&b)
Koichi Sasada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-06-19
Implement Proc#== and #eql?
Jeremy Evans
2020-06-10
Make proc/Proc.new without block an error instead of warning
Jeremy Evans
2020-03-08
Do not autosplat when calling procs that accept rest and keywords
Jeremy Evans
2020-01-28
support multi-run for test/ruby/test_proc.rb
Koichi Sasada
2020-01-24
Do not autosplat when calling proc with empty keyword splat
Jeremy Evans
2020-01-02
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-30
Decide lambdaness of (f << g) using g (#2729)
Alan Wu
2019-12-23
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-20
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
test/ruby/test_proc.rb: suppress "method redefined" warnings
Yusuke Endoh
2019-11-12
Show the name `Kernel#proc` in the warning message
Nobuyoshi Nakada
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
[next]