index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
depend
Age
Commit message (
Expand
)
Author
5 days
Allocate RMatch storage embedded
John Hawthorn
6 days
pathname: Define has_separator? instead of SEPARATOR_PAT
Nobuyoshi Nakada
6 days
pathname: Move absolute? to pathname.c
Nobuyoshi Nakada
9 days
[Bug #21881] Separate the master and root box
Satoshi Tagomori
10 days
Introduce RMATCH_{BEG,END,NREGS} helpers
John Hawthorn
2026-04-29
Update dependencies
Nobuyoshi Nakada
2026-04-01
Fix sending backtraces across ractors
Jean Boussier
2026-03-27
ZJIT: Use bare opcode variant in iseq_may_write_block_code
Takashi Kokubun
2026-03-27
ZJIT: Lightweight Frames
Takashi Kokubun
2026-03-25
Freeze all instances of Regexp, except subclass instances
Benoit Daloze
2026-03-24
[Feature #21932] Add `MatchData#get_int`
Nobuyoshi Nakada
2026-03-20
Update outdated dependencies
Takashi Kokubun
2026-03-20
Leverage new Prism APIs
Kevin Newton
2026-03-17
Update depend with new Prism structure
Kevin Newton
2026-03-16
Embed rb_ractor_pub.targeted_hooks
Jean Boussier
2026-03-16
Expose struct rb_id_table to allow embedding
Jean Boussier
2026-03-13
Use Prism for mk_builtin_loader.rb
Kevin Newton
2026-03-11
Fix up depend
Kevin Newton
2026-03-06
Improve comparison error message.
Ernie Miller
2026-03-05
[PRISM] Template out node creation functions
Kevin Newton
2026-03-05
[PRISM] Use arena allocator for nodes
Kevin Newton
2026-03-05
Refine `Array#pack` `r`/`R` directives
Nobuyoshi Nakada
2026-03-02
ZJIT: Use LoadField for TypedData ivars (#16259)
Max Bernstein
2026-02-27
ZJIT: Use LoadField for Class/Module ivars (#16252)
Max Bernstein
2026-02-18
[Bug #21868] Use ruby allocator for prism
Earlopain
2026-02-17
Rename `pm_newline_list_t` to `pm_line_offset_list_t`
Earlopain
2026-02-11
Remove prism pack parsing
Earlopain
2026-02-07
Refactor type error to be more consistent
Jean Boussier
2026-02-04
add deps
Koichi Sasada
2026-02-01
transcode.c: Use ruby_sized_xfree
Jean Boussier
2026-01-30
st.c: Use ruby_sized_xfree
Jean Boussier
2026-01-18
Optimize File.join common use case
Jean Boussier
2026-01-15
Pin ID symbols
Peter Zhu
2026-01-09
Optimize rb_mark_generic_ivar for T_DATA and T_STRUCT
Peter Zhu
2025-12-26
Remove a no longer used prototype declaration in re.c
Nobuyoshi Nakada
2025-12-19
[Bug #21794] Fix for platforms where O_CLOEXEC is not available
Nobuyoshi Nakada
2025-12-18
make rb_singleton_class ractor safe (#15591)
Luke Gruber
2025-12-16
Make tracepoints with set_trace_func or TracePoint.new ractor local (#15468)
Luke Gruber
2025-12-05
ZJIT: Update `depend` for zjit.o
Alan Wu
2025-11-07
update referenced filenames from namespace to box
Satoshi Tagomori
2025-10-30
add deps
Koichi Sasada
2025-10-23
use `SET_SHAREABLE`
Koichi Sasada
2025-10-22
ZJIT: Inline String#==, String#===
Max Bernstein
2025-10-21
Fix memory leak of darray in loaded_features_index
Peter Zhu
2025-10-20
ZJIT: Implement codegen for FixnumMod (#14857)
Max Bernstein
2025-10-02
ZJIT: Add `NoSingletonClass` patch point (#14680)
Stan Lo
2025-09-29
Update dependency after rebase
Satoshi Tagomori
2025-09-29
Add and fix dependencies
Satoshi Tagomori
2025-09-25
ZJIT: Actually call rb_zjit_root_update_references()
Alan Wu
2025-09-18
Use `ec->interrupt_mask` to prevent interrupts. (#14588)
Samuel Williams
[next]