Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
55df8dc0 03/07/2026 04:43 AM nobu (Nobuyoshi Nakada)

[DOC] Update the date in man pages if changed

12038f19 03/07/2026 04:12 AM nobu (Nobuyoshi Nakada)

[DOC] Update the date in man pages by the author date

Prefer the date authored the contents over the merged date for the
embedded dates.

f3e1dfc8 03/07/2026 04:05 AM nobu (Nobuyoshi Nakada)

vcs.rb: Add VCS::GIT#author_date method

Returns the author date of the latest commit for the path.

9fd8dd4a 03/07/2026 04:04 AM nobu (Nobuyoshi Nakada)

vcs.rb: Make relative_to accept the base directory name optionally

38c9f14b 03/07/2026 04:04 AM nobu (Nobuyoshi Nakada)

vcs.rb: Extract parse_iso_date method

55694ad7 03/07/2026 01:39 AM nobu (Nobuyoshi Nakada)

[Bug #21945] Correctly handle and? and similar

b3248037 03/07/2026 12:54 AM Nery Campusano

ZJIT: Add execution counters for JIT-compiled code paths (#16315)

Adds runtime execution tracking for ZJIT-compiled iseqs so we can identify which compiled methods are called most frequently.

Why?

  1. Determining what can be optimized based on how often it's called: knowing call frequency helps prioritize which methods are worth spending time on, and focus improvements on the hottest paths, so ZJIT work has the most impact....
fd9448bc 03/06/2026 09:27 PM kddnewton (Kevin Newton)

[ruby/prism] Fix not without parentheses binding power

https://github.com/ruby/prism/commit/7d21e564ac

6533b101 03/06/2026 09:26 PM kddnewton (Kevin Newton)

[ruby/prism] Fix precedence of infix operators after command

https://github.com/ruby/prism/commit/35470bb90d

View all revisions | View revisions

Also available in: Atom