ruby.git
2 hours ago Nobuyoshi NakadaAdd depend files under ext/-test-master
2 hours ago Ellen Marie... [rubygems/rubygems] Update `TarWriter` test to store...
2 hours ago Yusuke Nakamura[rubygems/rubygems] Add mtime to Gem::Package::TarWrite...
2 hours ago Charles Oliver... [ruby/strscan] jruby: Check if len++ walked off the end
2 hours ago Charles Oliver... [ruby/strscan] jruby: Pass end index to byteListToInum
2 hours ago Nobuyoshi Nakada[ruby/json] Constify static data in fpconv.c
2 hours ago Jean Boussier[ruby/psych] Refine Ruby 3.5 Set support.
3 hours ago Jean BoussierMake test/ruby/test_env.rb#test_delete_if_in_ractor...
3 hours ago Jean Boussiervariable.c: Fix compilation warnings
5 hours ago Jean BoussierRefactor `id_to_obj_tbl` compaction
5 hours ago Jean BoussierGet rid of RB_GC_VM_ID_TO_OBJ_TABLE_KEYS
5 hours ago Jean BoussierMove `object_id` in object fields.
5 hours ago Jean Boussiershape.c: refactor frozen shape to no longer be final
5 hours ago Jean BoussierRefactor OBJ_TOO_COMPLEX_SHAPE_ID to not be referenced...
5 hours ago Jean BoussierRename `ivptr` -> `fields`, `next_iv_index` -> `next_f...
8 hours ago Hiroshi SHIBATAAdded depend file for test/-ext-/econv/test_append.rb
19 hours ago Peter ZhuRemove dependence on internal/hash.h for default GC
37 hours ago Hiroshi SHIBATAEnabled debug mode for CodeQL
42 hours ago Étienne BarriéImprove correctness contention for allocated object...
44 hours ago Max BernsteinParse topn, opt_length, opt_size into HIR
2 days ago Takashi KokubunYJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL...
2 days ago Alan WuZJIT: Use 2024 edition for rustc-only release builds
2 days ago Jean Boussiervm_dump.c: avoid `USE_MN_THREADS` is not defined warning
2 days ago Jean BoussierFix `USE_MN_THREADS=0` builds on macOS
2 days ago Jean BoussierMake rb_shape.capacity an `attr_index_t`
2 days ago Jean Boussiervariable.c: Fix too_complex shape initialization
2 days ago Jean BoussierImprove style consistency of `rb_shape_t *`
3 days ago Nobuyoshi Nakada[ruby/digest] stringop-overread warning is since GCC 11
3 days ago Nobuyoshi NakadaAdd `RBIMPL_ATTR_NONSTRING_ARRAY()` macro for GCC 15
3 days ago Jeremy EvansSave one VALUE per embedded RTypedData
3 days ago BurdetteLamar[DOC] Tweaks for String#+
3 days ago BurdetteLamar[DOC] Tweaks for String#*
3 days ago BurdetteLamar[DOC] Tweaks for String#%
3 days ago Nobuyoshi Nakada[Bug #21304] Reload length and pointer after `#hash...
4 days ago Jeremy EvansHandle mutating of array passed to Set.new during iteration
4 days ago Jeremy EvansHandle mutation of array being merged into set
4 days ago Yusuke EndohFix an ASAN error in Array#difference
4 days ago Misaki ShioiFix `heap-use-after-free` in `free_fast_fallback_getadd...
5 days ago John HawthornAlso prefer FL_TEST_RAW in gc.c
5 days ago Max BernsteinZJIT: Parse opt_newarray_send into HIR (#13242)
5 days ago Yuta Saitowasm: increase the default Asyncify buffer size
5 days ago Alan WuYJIT: ZJIT: Share identical glue functions
5 days ago Alan WuAdd an include guard for insns_info.inc
5 days ago Alan WuDelete always true assert [ci skip]
6 days ago Nobuyoshi Nakada[ruby/digest] Suppress false stringop-overread warning
6 days ago Nobuyoshi Nakada[ruby/digest] Move macros for warnings to defs.h
6 days ago Nobuyoshi Nakada[ruby/digest] Fix `--without-common-digest` option
6 days ago Nobuyoshi Nakada[ruby/psych] Ensure to remove the test constants
6 days ago gitUpdate default gems list at 0f066269150375982712bd4a918...
6 days ago Hiroshi SHIBATABump up strscan version to 3.1.5.dev
6 days ago Sutou Kouhei[ruby/strscan] named_captures: fix incompatibility...
6 days ago nick evans[ruby/psych] Use `rb_struct_initialize` to initialize...
6 days ago Mike Perham[rubygems/rubygems] Smoother authentication experience
6 days ago Hiroshi SHIBATASet is migrated to Core class
6 days ago Daniel ColsonFix C level backtraces for USE_ELF
6 days ago Sam Rawlins[ruby/psych] fix error in @dispatch_catch
6 days ago nick evansAdd support for Data objects with ivars
6 days ago nick evans[ruby/psych] Add support for ruby 3.2 Data objects
6 days ago Martin Meyerhoff[ruby/psych] Fix loading/parsing regular expressions
6 days ago Takashi KokubunDrop an ignored attribute
6 days ago gitUpdate default gems list at b63c4d14f2a9f5455268b6ac6fb...
6 days ago Aaron Patterson[ruby/psych] Bump version for release
6 days ago Burdette Lamar[DOC] Tweaks for String.new
7 days ago Yusuke EndohSkip test affected by TracePoint-dependent allocation_c...
7 days ago Jean BoussierSync ruby/json
7 days ago Yusuke EndohOmit tests using ISeq#to_binary under coverage measurement
7 days ago Yusuke EndohReset `GC.stress` to avoid slow coverage processing...
7 days ago Hiroshi SHIBATARemoved unused OS_VER variable
7 days ago Hiroshi SHIBATAwindows-2019 will be EOL at end of June, 2025
7 days ago Max BernsteinZJIT: Use RefCell to allow path compression in union...
7 days ago John HawthornUse rb_current_ec_noinline in assertions
7 days ago Max BernsteinZJIT: Compile opt_new to slow-path SendWithoutBlock...
7 days ago Jean Boussierget_next_shape_internal: Skip VM lock for single child...
7 days ago Jean Boussier[ruby/psych] Handle Ruby 3.5 new Set class
7 days ago Matt Valentine... [ruby/mmtk] Exclude the test_ractor_parallel test with...
7 days ago Matt Valentine... [ruby/mmtk] test_finalize is in TestObjectSpace not...
8 days ago Nobuyoshi NakadaSuppress gcc 15 unterminated-string-initialization...
8 days ago Alan WuZJIT: Add `make zjit-test-lldb` [ci skip]
8 days ago Alan WuFix C23 (GCC 15) WIN32 compatibility for rb_define_...
8 days ago Hiroshi SHIBATARe-enabled repl_type_completor test with upstream fix
8 days ago Hiroshi SHIBATAUse EnvUtil.apply_timeout_scale for test_io_wait.rb
8 days ago gitUpdate bundled gems list as of 2025-04-30
8 days ago gitUpdate default gems list at 6e7825316ed572e56f6e1baabe6...
8 days ago Jean Boussier[ruby/json] Remove explicit include of extconf.h
8 days ago Jean Boussier[ruby/json] Fix --with-static-linked-ext builds
8 days ago Jean Boussier[ruby/json] Fix i686 builds
8 days ago Jean Boussier[ruby/json] SIMD: Match control char and double quote...
8 days ago Jean BoussierUpdate ext/json/generator/depend
8 days ago Scott Myron[ruby/json] Introduce ARM Neon and SSE2 SIMD.
8 days ago Jean Boussier[ruby/json] Use RB_TYPE_P
8 days ago Jean Boussier[ruby/json] Handle non-string keys returning immediate...
8 days ago Jean Boussier[ruby/json] Release 2.11.3
8 days ago Jean Boussier[ruby/json] Stop caching the generator state pointer
8 days ago Jean BoussierImprove syntax style consistency in shape.c and shape.h
8 days ago Matt Valentine... RUBY_T_{TRUE,FALSE} comments were reversed
8 days ago Hiroshi SHIBATAAdded GCC 15 build
8 days ago Takashi KokubunUpdate auto_request_review config for YJIT/ZJIT (#13209)
8 days ago Jean Boussierst.c: Removed unused `set_add_direct_with_hash` function
8 days ago Jean Boussiertest/ruby/test_set.rb: mmtk doesn't have GC.compact
8 days ago Aaron Pattersonopt_new needs to happen after safe navigation
next