Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
79f7ce74 03/13/2026 11:54 PM burdettelamar (Burdette Lamar)

[DOC] Pathname glob doc

86049a98 03/13/2026 07:00 PM Seong Yong-ju

[ruby/prism] feat: add start_line, end_line, start_column, end_column, and chop methods for Location

https://github.com/ruby/prism/commit/4258b2ad7e

Co-Authored-By: Kevin Newton

ee275b41 03/13/2026 05:39 PM kddnewton (Kevin Newton)

Git ignore dump_ast if you are doing an in-place build

fc16d959 03/13/2026 04:03 PM kddnewton (Kevin Newton)

[ruby/prism] Expose parse options to Rust

https://github.com/ruby/prism/commit/0f1500ce92

17747554 03/13/2026 03:13 PM Eregon (Benoit Daloze)

[ruby/prism] Make it possible to lazily deserialize DefNode in Loader.java

  • TRUFFLERUBY_METRICS_REPS=5 jt metrics time --experimental-options -e0
    For parsing-core:
    before: 0.097 0.099 0.092 0.096
    after: 0.061 0.063 0.066 0.059
  • Remove extra trailing spaces by using <%-#....
9246b770 03/13/2026 03:00 PM Luke Gruber

Bump timeout for TestGC#test_finalizer_not_run_with_vm_lock

This test should be redesigned, but increasing the timeout
should probably be good enough for now to not see CI failures related
to it. I can see how this could timeout after 10s.

Failing test after 10s timeout:...

30ec9c08 03/13/2026 01:16 PM kddnewton (Kevin Newton)

Fix use-after-poison in compile.c and prism_compile.c

Prevent GC from accidentally collecting

c0e41097 03/13/2026 01:15 PM kddnewton (Kevin Newton)

Speed up memmem on Apple

Apple's libc implementation of memmem is super slow (it is a forked
version of freebsd's that never got vectorized). Instead, we should
fall back to the rolling hash on Apple. In the attached benchmark,
I'm seeing 1.07% slower to 30.34% slower, depending on the...

a70dbe10 03/13/2026 01:15 PM kddnewton (Kevin Newton)

Use Prism for mk_builtin_loader.rb

90f6507e 03/13/2026 02:39 AM dependabot[bot]

Bump taiki-e/install-action

Bumps the github-actions group with 1 update in the / directory: taiki-e/install-action.

Updates taiki-e/install-action from 2.68.26 to 2.68.27

View all revisions | View revisions

Also available in: Atom