Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
2fda295c 04/07/2026 10:24 AM burdettelamar (Burdette Lamar)

[DOC] Doc for File::Stat

fcd21008 04/07/2026 08:26 AM byroot (Jean Boussier)

Allow sharing middlesubstring if the terminator is present

Sharing middle substrings have been behind a compilation flags for
a very long time, and it's unclear if we'll ever make it the default.

However, we can still share middle substrings without breaking the...

13926009 04/07/2026 08:23 AM nobu (Nobuyoshi Nakada)

[Bug #21983] Make &nil distinguishable from nonexistent block arg

42e0660b 04/07/2026 08:15 AM byroot (Jean Boussier)

string.c: str_subseq propagate coderange when it is 7bit

Any substring of a 7bit string will be 7bit.

4c659a98 04/07/2026 05:10 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Address review feedback on tmp directory path resolution

Use source_root.parent instead of hardcoded relative path to derive the
repository root, so the code remains correct if the support file is ever
moved. Also fix the example Gemfile source path in DEBUGGING.md to...

7b77603c 04/07/2026 05:10 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Move bundler test tmp directory from bundler/tmp to top-level tmp

The bundler tests were writing temporary files to bundler/tmp, but this
moves them to the repository's top-level tmp directory instead, which is
already covered by .gitignore. All references in CI workflows, SimpleCov...

90924bc3 04/07/2026 02:25 AM dependabot[bot]

Bump the github-actions group across 1 directory with 3 updates

Bumps the github-actions group with 3 updates in the / directory: ruby/setup-ruby, lewagon/wait-on-check-action and taiki-e/install-action....

fa8c9194 04/07/2026 12:17 AM alanwu (Alan Wu)

ZJIT: Profiling: Separate bits for T_CLASS and T_MODULE

So I don't need to use is_subclass_of(). We already have two branches
for the two types during profiling anyways.

158c1fdb 04/07/2026 12:17 AM alanwu (Alan Wu)

ZJIT: Print the Cptr, not a pointer to the pointer

Previously, we had none-sensical lines such as:

v15:CPtr[CPtr(0x1008)] = Const CPtr(0x1010)

Which was a contradiction as the pointer in the type specialization
should match the pointer on the right hand side.

35346add 04/07/2026 12:17 AM alanwu (Alan Wu)

ZJIT: Print CUInt64 in hex when sign bit is set

It's likely some sort of mask or flags. Hexadecimal is more compact.

View all revisions | View revisions

Also available in: Atom