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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Age
Commit message (
Expand
)
Author
2025-12-23
[DOC] Combine docs for Method#call aliases
Peter Zhu
2025-12-22
[DOC] Improve call-seq of Proc#call
Peter Zhu
2025-12-21
[DOC] Improve docs for Method#>>
Peter Zhu
2025-12-21
[DOC] Update call-seq for Method#>>
Peter Zhu
2025-12-21
[DOC] Improve docs for Method#<<
Peter Zhu
2025-12-21
[DOC] Update call-seq for Method#<<
Peter Zhu
2025-12-18
RBOOL is unnecessary in C boolean context
Nobuyoshi Nakada
2025-12-16
[DOC] Fix call-seq of Method#box
Peter Zhu
2025-12-16
Revert "[Feature #6012] Extend `source_location` for end position
Nobuyoshi Nakada
2025-12-13
Fix binding.implicit_parameters_get/defined segfault when wrong name string i...
tomoya ishida
2025-12-12
Add docs to Binding#numbered_parameters, etc.
Yusuke Endoh
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-12-12
Add Binding#implicit_parameters, etc.
Yusuke Endoh
2025-12-12
Binding#local_variable_defined? raises a NameError for numbered params.
Yusuke Endoh
2025-12-12
`Binding#local_variable_defined?` must not handle numbered parameters
Yusuke Endoh
2025-12-05
Method and UnboundMethod can be sharable
Koichi Sasada
2025-11-07
renaming internal data structures and functions from namespace to box
Satoshi Tagomori
2025-09-29
Update current namespace management by using control frames and lexical contexts
Satoshi Tagomori
2025-09-11
Fix out-of-bounds read in Method#inspect for unnamed parameters
Peter Zhu
2025-08-22
Do not respect ruby2_keywords on method/proc with post arguments
Jeremy Evans
2025-08-18
Add missing writebarrier to rb_func_proc_dup
John Hawthorn
2025-08-04
[DOC] Fill undocumented documents
Nobuyoshi Nakada
2025-06-17
* adjust indent
Nobuyoshi Nakada
2025-06-06
proc.c: saves Binding#clone on copying ivars twice
Jean Boussier
2025-05-21
Fix one-by-one error of numbered parameter ID
Richard Böhme
2025-05-21
Shrink `sym_proc_cache` by half
Jean Boussier
2025-05-21
Fix Symbol#to_proc (rb_sym_to_proc) to be ractor safe
Luke Gruber
2025-05-20
[DOC] Describe new return value of source_location
Daisuke Aritomo
2025-05-11
Prevent a compile error of clang's -Wformat-pedantic
Yusuke Endoh
2025-05-11
namespace on read
Satoshi Tagomori
2025-04-03
Remove no longer used union
Nobuyoshi Nakada
2025-03-16
Fix enums in comparisons
Nobuyoshi Nakada
2025-02-20
Revert "refactor: make get_local_variable_ptr accept "rb_env_t *""
Yusuke Endoh
2025-02-18
reject numbered parameters from Binding#local_variables
Yusuke Endoh
2025-02-18
refactor: make get_local_variable_ptr accept "rb_env_t *"
Yusuke Endoh
2025-02-01
[Bug #21103] Fix local variable index calculation with forwarding
Nobuyoshi Nakada
2025-01-20
Remove dead function rb_func_proc_new
Peter Zhu
2025-01-13
Proc#parameters: Show anonymous optionals as `[:opt]`
Alan Wu
2025-01-09
[Feature #6012] Extend `source_location` for end position and columns
Nobuyoshi Nakada
2025-01-05
Use a single quote instead of a backtick for error messages
Junichi Ito
2025-01-02
[DOC] Exclude 'Method' from RDoc's autolinking
Nobuyoshi Nakada
2024-12-18
Document 'it' and update numbered parameters docs (#12375)
Victor Shepelev
2024-12-13
Fix use-after-free in ep in Proc#dup for ifunc procs
Peter Zhu
2024-11-01
[Bug #20853] Fix Proc#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-09-27
s/erorr/error/
ydah
2024-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-05
[Bug #20342] Consider wrapped load in `main` methods
Nobuyoshi Nakada
[next]