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
2026-04-14
Bump rand from 0.10.0 to 0.10.1 in the cargo group across 1 directory
dependabot[bot]
2026-04-13
Concurrent set fix when encountering garbage obj in find_or_insert
Luke Gruber
2026-04-13
Avoid array resize in rb_obj_instance_variables
John Hawthorn
2026-04-13
Avoid atomic exchange in rb_free_tmp_buffer
John Hawthorn
2026-04-13
Bump the github-actions group across 2 directories with 4 updates
dependabot[bot]
2026-04-12
iseq.c: rb_estimate_iv_count handle no superclass
Jean Boussier
2026-04-12
rb_gc_obj_optimal_size: don't enlarge small AR table hashes
Jean Boussier
2026-04-12
Update ruby-bench to update stackprof
Nobuyoshi Nakada
2026-04-12
Remove postponed job APIs deprecated for 2 years
Nobuyoshi Nakada
2026-04-12
Fixed the error message for `ibf_load_builtin`
Nobuyoshi Nakada
2026-04-11
[ruby/rubygems] Clarify the name and meaning of the first argument
Benoit Daloze
2026-04-12
Use box_ready for $&, $`, $\', $+
afurm
2026-04-12
Fix Box regexp match vars after non-match
Andrii Furmanets
2026-04-11
Always allocate CDHASH in 80B slots
Jean Boussier
2026-04-11
class.c: rb_class_duplicate_classext also dup content of cvc_tbl
Jean Boussier
2026-04-10
ZJIT: Trace infer_types as a sub-pass of other passes (#16714)
Max Bernstein
2026-04-10
ZJIT: `fmt::Debug` for VALUE in hex. Shorthand for rb_obj_info()
Alan Wu
2026-04-10
ZJIT: Assert no side exits in assert_compiles()
Alan Wu
2026-04-10
ZJIT: Fix hanging loop (#16711)
Max Bernstein
2026-04-10
Bump RDoc to latest master (4913d56) (#16713)
Stan Lo
2026-04-10
[ruby/rubygems] Update man pages date
Edouard CHIN
2026-04-10
[ruby/rubygems] fix formatting for BUNDLE_PREFER_PATCH variable in man page
Ivan Kuchin
2026-04-10
Ensure version from bundled_gems is used in tool/rdoc-srcdir (#16712)
Stan Lo
2026-04-10
[DOC] Harmonize ::atime and #atime methods (#16620)
Burdette Lamar
2026-04-10
Emit already initialzed constant warnings in a single call
Jean Boussier
2026-04-10
dir.c: cache and revalidate working directory
Jean Boussier
2026-04-10
Add a fastpath for `rb_str_normalize_ospath`
Jean Boussier
2026-04-10
Add single byte fast path to `File.expand_path`
Jean Boussier
2026-04-10
Bump the github-actions group across 1 directory with 2 updates
dependabot[bot]
2026-04-09
Always ensure room in rb_obj_embedded_size
John Hawthorn
2026-04-09
ZJIT: Make `hir::types::Class` not final and have it include metaclasses
Alan Wu
2026-04-09
Add slot size assertion to ar_force_convert_table
John Hawthorn
2026-04-09
Don't use fixed-size hashes for cdhash
John Hawthorn
2026-04-09
Remove extra sentinel from shape capacities
Matt Valentine-House
2026-04-09
Make it obvious that field count guard is for debug
Matt Valentine-House
2026-04-09
Replace sweeping_heaps map with a counter
Matt Valentine-House
2026-04-09
Use the pre-processor to generate slot sizes and reciprocals
Matt Valentine-House
2026-04-09
Fix zjit hir tests
Matt Valentine-House
2026-04-09
Allow flex in heap growth threshold
Matt Valentine-House
2026-04-09
Cache has_sweeping_pages as a bitfield
Matt Valentine-House
2026-04-09
Update tests for new pool layout
Matt Valentine-House
2026-04-09
Introduce RVALUE_SIZE GC constant
Matt Valentine-House
2026-04-09
Introduce power-of-two size pools
Matt Valentine-House
2026-04-09
Handle small pools in shape capacity calculation
Matt Valentine-House
2026-04-09
Guard rb_obj_embedded_size for zero fields
Matt Valentine-House
2026-04-09
Use sizeof(VALUE) for pointer alignment checks
Matt Valentine-House
2026-04-09
Rename SIZE_POOL_COUNT to HEAP_COUNT in tests
Matt Valentine-House
2026-04-09
[ruby/prism] Reject `return` and similar with block pass argument
Earlopain
2026-04-09
mkmf: check for C++ compiler
Nobuyoshi Nakada
2026-04-09
Suppress rev-parse error message when out-of-place build
Nobuyoshi Nakada
[next]