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
2025-04-30
get_next_shape_internal: Skip VM lock for single child case
Jean Boussier
2025-04-30
[ruby/psych] Handle Ruby 3.5 new Set class
Jean Boussier
2025-04-30
[ruby/mmtk] Exclude the test_ractor_parallel test with MMTk
Matt Valentine-House
2025-04-30
[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpace
Matt Valentine-House
2025-04-30
Suppress gcc 15 unterminated-string-initialization warnings
Nobuyoshi Nakada
2025-04-30
ZJIT: Add `make zjit-test-lldb` [ci skip]
Alan Wu
2025-04-30
Fix C23 (GCC 15) WIN32 compatibility for rb_define_* functions
Alan Wu
2025-04-30
Re-enabled repl_type_completor test with upstream fix
Hiroshi SHIBATA
2025-04-30
Use EnvUtil.apply_timeout_scale for test_io_wait.rb
Hiroshi SHIBATA
2025-04-30
Update bundled gems list as of 2025-04-30
git
2025-04-30
Update default gems list at 6e7825316ed572e56f6e1baabe63ef [ci skip]
git
2025-04-30
[ruby/json] Remove explicit include of extconf.h
Jean Boussier
2025-04-30
[ruby/json] Fix --with-static-linked-ext builds
Jean Boussier
2025-04-30
[ruby/json] Fix i686 builds
Jean Boussier
2025-04-30
[ruby/json] SIMD: Match control char and double quote in one pass
Jean Boussier
2025-04-30
Update ext/json/generator/depend
Jean Boussier
2025-04-30
[ruby/json] Introduce ARM Neon and SSE2 SIMD.
Scott Myron
2025-04-30
[ruby/json] Use RB_TYPE_P
Jean Boussier
2025-04-30
[ruby/json] Handle non-string keys returning immediate values via `to_s`
Jean Boussier
2025-04-30
[ruby/json] Release 2.11.3
Jean Boussier
2025-04-30
[ruby/json] Stop caching the generator state pointer
Jean Boussier
2025-04-30
Improve syntax style consistency in shape.c and shape.h
Jean Boussier
2025-04-30
RUBY_T_{TRUE,FALSE} comments were reversed
Matt Valentine-House
2025-04-30
Added GCC 15 build
Hiroshi SHIBATA
2025-04-29
Update auto_request_review config for YJIT/ZJIT (#13209)
Takashi Kokubun
2025-04-29
st.c: Removed unused `set_add_direct_with_hash` function
Jean Boussier
2025-04-29
test/ruby/test_set.rb: mmtk doesn't have GC.compact
Jean Boussier
2025-04-29
opt_new needs to happen after safe navigation
Aaron Patterson
2025-04-29
Don't call hash tombstone compaction from GC compaction
Aaron Patterson
2025-04-29
Explain a missing USE_ZJIT check on rb_vm_max_insn_name_size
Takashi Kokubun
2025-04-29
ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)
Takashi Kokubun
2025-04-29
Make sure to call find() on basic block arguments
Max Bernstein
2025-04-29
Default instruction output type to Any
Max Bernstein
2025-04-29
ZJIT: Handle ZJIT options properly (#13197)
Takashi Kokubun
2025-04-29
Add tests
Max Bernstein
2025-04-29
Don't support blockarg in opt_new
Max Bernstein
2025-04-28
ZJIT: Replace GetConstantPath with Const if the IC is not empty (#13183)
Max Bernstein
2025-04-28
ZJIT: Drop a duplicated call into optimize (#13196)
Takashi Kokubun
2025-04-28
Add comments for cryptic functions in iseq.c
Takashi Kokubun
2025-04-28
ZJIT: Drop trace_zjit_* instructions (#13189)
Takashi Kokubun
2025-04-28
Support Marshal.{dump,load} for core Set
Jeremy Evans
2025-04-28
YJIT: Fix potential infinite loop when OOM (GH-13186)
Rian McGuire
2025-04-28
Suppress error message when gc is cleaned already [ci skip]
Nobuyoshi Nakada
2025-04-28
Fix nondeterministic failure in test_latest_gc_info_weak_references_count
Jeremy Evans
2025-04-27
Use a `set_table` for `rb_vm_struct.unused_block_warning_table`
Jean Boussier
2025-04-27
Free jump buffers leaked by `cont_restore_thread` in WASI builds
刘皓
2025-04-27
Fix jump buffer leak in WASI builds
刘皓
2025-04-26
[ruby/ipaddr] Added IPAddr#+/-
Taketo Takashima
2025-04-26
Use `set_table` to track const caches
Jean Boussier
2025-04-26
Implement Set as a core class
Jeremy Evans
[next]