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
Age
Commit message (
Expand
)
Author
2024-04-07
Fix missing variable
Nobuyoshi Nakada
2024-04-07
Fix a typo, missing `P` in `SETPGRP_VOID`
Nobuyoshi Nakada
2024-04-07
Revert "Enumerator should use a non-blocking fiber. (#10478)" (#10480)
Samuel Williams
2024-04-07
Merge `push_include` and `ruby_push_include`
Nobuyoshi Nakada
2024-04-07
Merge `push_include_cygwin` into `push_include`
Nobuyoshi Nakada
2024-04-07
Remove `translit_char`
Nobuyoshi Nakada
2024-04-07
Prefer to use `Fiber#transfer` in scheduler implementation. (#10479)
Samuel Williams
2024-04-07
Make `dln_warning` a variadic macro
Nobuyoshi Nakada
2024-04-07
Unify `ERRMSG1` and `ERRMSG2` to `ERRMSG_FMT` variadic macro
Nobuyoshi Nakada
2024-04-07
Enumerator should use a non-blocking fiber. (#10478)
Samuel Williams
2024-04-07
[DOC] Update PTY documents
Nobuyoshi Nakada
2024-04-07
Remove undefined function's prototype declaration
yui-knk
2024-04-07
Remove unused macro
yui-knk
2024-04-07
Fix ripper to dispatch warning event for duplicated when clause
yui-knk
2024-04-06
Remove compiler code to handle blocks in attrasgn
Jeremy Evans
2024-04-06
Remove unused function from `struct rb_parser_config_struct`
yui-knk
2024-04-06
Remove redundant conversion between int and object
yui-knk
2024-04-06
Fix a variable name
yui-knk
2024-04-06
[Feature #20329] Separate additional flags from main dump options
Nobuyoshi Nakada
2024-04-06
[Feature #20329] Clean up dump sub-options
Nobuyoshi Nakada
2024-04-06
`objspace_each_pages` is also only used if GC compression is possible
Nobuyoshi Nakada
2024-04-06
[ruby/reline] Continue processing even if terminfo database couldn't
Mari Imaizumi
2024-04-06
Remove imemo type check for NODE
yui-knk
2024-04-06
Remove unused functions from `struct rb_parser_config_struct`
S-H-GAMELINKS
2024-04-05
Update default gems list at f2ac26d914d349f9fe8fc61ad2db87 [ci skip]
git
2024-04-05
[ruby/prism] Bump to v0.25.0
Kevin Newton
2024-04-05
Assert correct types in get_id_serial_entry
Peter Zhu
2024-04-05
Assert correct types in set_id_entry
Peter Zhu
2024-04-05
Assert that rb_sym2str returns 0 or a T_STRING
Peter Zhu
2024-04-05
Assert that Symbol#inspect returns a T_STRING
Peter Zhu
2024-04-05
[ruby/prism] Set up location correctly for hashed locals
Kevin Newton
2024-04-05
[ruby/prism] Use a simpler and faster hash function for locals
Kevin Newton
2024-04-05
[ruby/prism] Do not warn for locals that start with _
Kevin Newton
2024-04-05
[ruby/prism] Always calloc the locals resize
Kevin Newton
2024-04-05
[ruby/prism] Provide documentation for the new local tables
Kevin Newton
2024-04-05
[ruby/prism] Explicitly cast from uint64_t to double for mid-square hash
Kevin Newton
2024-04-05
[ruby/prism] Optimize pm_locals_order
Kevin Newton
2024-04-05
[ruby/prism] Refactor around pm_parser_scope_find
Kevin Newton
2024-04-05
[ruby/prism] Replace old circular parameter definition detection
Kevin Newton
2024-04-05
[ruby/prism] Do not warn on unused parameters
Kevin Newton
2024-04-05
[ruby/prism] Warn on unused local variables
Kevin Newton
2024-04-05
[ruby/prism] Lazily hash locals
Kevin Newton
2024-04-05
[ruby/prism] Track the number of reads for local variables
Kevin Newton
2024-04-05
[ruby/prism] Make the locals set switch from list to hash dynamically
Kevin Newton
2024-04-05
[ruby/prism] Switch locals to use a hash
Kevin Newton
2024-04-05
[DOC] Add nodoc for GC.remove_stress_to_class
Peter Zhu
2024-04-05
[DOC] Add nodoc for GC.add_stress_to_class
Peter Zhu
2024-04-05
[ruby/irb] Filter backtrace before format in handle_exception
Joshua Broughton
2024-04-05
Remove deprecated function rb_gc_force_recycle
Peter Zhu
2024-04-05
[PRISM] Enable test_argument_forwarding_with_anon_rest_kwrest_and_block
Kevin Newton
[next]