Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
7d498380 01/07/2026 08:49 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] bin/rubocop -A

https://github.com/ruby/rubygems/commit/e3f418aa11

3657700c 01/07/2026 08:49 AM Takuya Noguchi

[ruby/rubygems] Bundler: validate more options for add sub-command

Signed-off-by: Takuya Noguchi

https://github.com/ruby/rubygems/commit/6ca2e28680

88467996 01/07/2026 07:44 AM neimadTL

[ruby/rubygems] Update custom errors with Exception#full_message

The use of Exception#full_message makes more sense as it shows
the cause and the backstrace.

https://github.com/ruby/rubygems/commit/62a92c3f5e

e1087c12 01/07/2026 07:30 AM eileencodes (Eileen Uchitelle)

[ruby/rubygems] Fix dependency source bug in bundler

I stumbled across a bundler bug that had me scratching my head for
awhile, because I hadn't experienced it before.

In some cases when changing the source in a gemfile from a
Source::Gemspec to either a Source::Path or Source::Git only the...

25c72b0e 01/07/2026 04:55 AM jprokop (Jarek Prokop)

Support customizable rustc_flags for rustc builds.

Add rustc_flags option for configure that appends to RUSTC_FLAGS
flags used when compiling with rustc for customizable build flags.
It appends to existing defaults in RUSTC_FLAGS.

Co-authored-by: Alan Wu

1abb609d 01/07/2026 12:58 AM peterzhu2118 (Peter Zhu)

[ruby/mmtk] Check that a and b are valid objects in write barrier

https://github.com/ruby/mmtk/commit/350625ebb3

08f6b867 01/07/2026 12:58 AM peterzhu2118 (Peter Zhu)

[ruby/mmtk] Set MMTK_DEBUG in C compiler for debug builds

https://github.com/ruby/mmtk/commit/12a3904b04

a024dca3 01/07/2026 12:26 AM yui-knk (Kaneko Yuichiro)

Remove in_masgn field from struct iseq_compile_data

in_masgn has not been used since fb6e3a80009a744a4e0b75660f1ce6da65e20e6c.

b2ed4cdc 01/06/2026 11:05 PM phallstrom (Philip Hallstrom)

[ruby/time] Add changelog URI to time.gemspec

https://github.com/ruby/time/commit/08f896ca0d

5c24f408 01/06/2026 10:16 PM peterzhu2118 (Peter Zhu)

Add potential missing GC guard in iseq_data_to_ary

The iseq object might be optimized away by the compiler in iseq_data_to_ary
because we mainly only use the iseq_body. With MMTk, this crash occasionally
happens:

TestIseqLoad#test_stressful_roundtrip [test/-ext-/iseq_load/test_iseq_load.rb:20]:...

View all revisions | View revisions

Also available in: Atom