index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
Age
Commit message (
Expand
)
Author
27 min.
Re-enabled repl_type_completor test with upstream fix
HEAD
master
Hiroshi SHIBATA
27 min.
Use EnvUtil.apply_timeout_scale for test_io_wait.rb
Hiroshi SHIBATA
82 min.
Update bundled gems list as of 2025-04-30
git
2 hours
Update default gems list at 6e7825316ed572e56f6e1baabe63ef [ci skip]
git
2 hours
[ruby/json] Remove explicit include of extconf.h
Jean Boussier
2 hours
[ruby/json] Fix --with-static-linked-ext builds
Jean Boussier
2 hours
[ruby/json] Fix i686 builds
Jean Boussier
2 hours
[ruby/json] SIMD: Match control char and double quote in one pass
Jean Boussier
2 hours
Update ext/json/generator/depend
Jean Boussier
2 hours
[ruby/json] Introduce ARM Neon and SSE2 SIMD.
Scott Myron
2 hours
[ruby/json] Use RB_TYPE_P
Jean Boussier
2 hours
[ruby/json] Handle non-string keys returning immediate values via `to_s`
Jean Boussier
2 hours
[ruby/json] Release 2.11.3
Jean Boussier
2 hours
[ruby/json] Stop caching the generator state pointer
Jean Boussier
2 hours
Improve syntax style consistency in shape.c and shape.h
Jean Boussier
2 hours
RUBY_T_{TRUE,FALSE} comments were reversed
Matt Valentine-House
4 hours
Added GCC 15 build
Hiroshi SHIBATA
10 hours
Update auto_request_review config for YJIT/ZJIT (#13209)
Takashi Kokubun
11 hours
st.c: Removed unused `set_add_direct_with_hash` function
Jean Boussier
12 hours
test/ruby/test_set.rb: mmtk doesn't have GC.compact
Jean Boussier
12 hours
opt_new needs to happen after safe navigation
Aaron Patterson
12 hours
Don't call hash tombstone compaction from GC compaction
Aaron Patterson
14 hours
Explain a missing USE_ZJIT check on rb_vm_max_insn_name_size
Takashi Kokubun
14 hours
ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)
Takashi Kokubun
14 hours
Make sure to call find() on basic block arguments
Max Bernstein
14 hours
Default instruction output type to Any
Max Bernstein
16 hours
ZJIT: Handle ZJIT options properly (#13197)
Takashi Kokubun
16 hours
Add tests
Max Bernstein
16 hours
Don't support blockarg in opt_new
Max Bernstein
37 hours
ZJIT: Replace GetConstantPath with Const if the IC is not empty (#13183)
Max Bernstein
37 hours
ZJIT: Drop a duplicated call into optimize (#13196)
Takashi Kokubun
38 hours
Add comments for cryptic functions in iseq.c
Takashi Kokubun
40 hours
ZJIT: Drop trace_zjit_* instructions (#13189)
Takashi Kokubun
41 hours
Support Marshal.{dump,load} for core Set
Jeremy Evans
44 hours
YJIT: Fix potential infinite loop when OOM (GH-13186)
Rian McGuire
46 hours
Suppress error message when gc is cleaned already [ci skip]
Nobuyoshi Nakada
2 days
Fix nondeterministic failure in test_latest_gc_info_weak_references_count
Jeremy Evans
3 days
Use a `set_table` for `rb_vm_struct.unused_block_warning_table`
Jean Boussier
3 days
Free jump buffers leaked by `cont_restore_thread` in WASI builds
刘皓
3 days
Fix jump buffer leak in WASI builds
刘皓
4 days
[ruby/ipaddr] Added IPAddr#+/-
Taketo Takashima
4 days
Use `set_table` to track const caches
Jean Boussier
4 days
Implement Set as a core class
Jeremy Evans
4 days
maybe fix bindgen
Aaron Patterson
4 days
Deopt if iseq trace events are enabled
Aaron Patterson
4 days
Add parse.y implementation
Aaron Patterson
4 days
update allocation location tests
Aaron Patterson
4 days
Inline Class#new.
Aaron Patterson
5 days
ZJIT: Bail out of HIR translation if we can't handle a send flag (#13182)
Max Bernstein
5 days
ZJIT: Emit CCall if we know the type statically, not just from profiles (#13173)
Max Bernstein
[next]