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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ruby
Age
Commit message (
Expand
)
Author
2023-12-21
[DOC] Fix rb_postponed_job_register_once typo
John Hawthorn
2023-12-14
rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...
Satoshi Tagomori
2023-12-13
Small doc improvements for rb_postponed_job API
KJ Tsanaktsidis
2023-12-10
add `flags` to `rb_postponed_job_preregister`
Koichi Sasada
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
2023-12-10
Add RUBY_ATOMIC_{PTR_,}FETCH macros for atomic loads
KJ Tsanaktsidis
2023-12-08
[ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54
卜部昌平
2023-12-08
Thread specific storage APIs
Koichi Sasada
2023-11-30
Add `RUBY_REFERENCES`
Nobuyoshi Nakada
2023-11-30
Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`
Nobuyoshi Nakada
2023-11-27
Refactor and fix the GVL instrumentation API
Jean Boussier
2023-11-26
Constify `RUBY_REFERENCES_START` tables
Nobuyoshi Nakada
2023-11-13
GVL Instrumentation: pass thread->self as part of event data
Jean Boussier
2023-11-11
[DOC] Update comment for `DECIMAL_SIZE_OF_BITS`
Nobuyoshi Nakada
2023-11-08
TypedData_Make_Struct0: cast RTYPEDDATA_GET_DATA return pointer
Jean Boussier
2023-11-07
Implement embedded TypedData objects
Peter Zhu
2023-11-02
[DOC] Update the document for `FilePathStringValue`
Nobuyoshi Nakada
2023-10-31
[Feature #10602] Add new API rb_profile_thread_frames()
Daisuke Aritomo
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-10-04
[DOC] Fix description for `rb_postponed_job_register_one()`
Daisuke Aritomo
2023-09-29
Fix documentation for rb_warn() and friends
Benoit Daloze
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-16
Fix comment for rb_enc_str_new [ci skip]
John Hawthorn
2023-09-09
memory_view: Avoid using bit field
Sutou Kouhei
2023-09-07
Document that thread event hooks are called without the GVL
Jean Boussier
2023-08-29
Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)
Samuel Williams
2023-08-28
Restore `HAVE_RB_IO_T` macro for compatibility with `kgio`, `unicorn`, etc. (...
Samuel Williams
2023-08-25
workaround clang-17 -Wc2x-extensions
卜部昌平
2023-08-02
YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)
Takashi Kokubun
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-07-27
Resurrect rb_reg_prepare_re C API
Takashi Kokubun
2023-07-27
Add function rb_reg_onig_match
Peter Zhu
2023-07-24
Check if macros are defined before using
Nobuyoshi Nakada
2023-07-24
RString NULL ptr check only when RUBY_DEBUG
Nobuyoshi Nakada
2023-07-20
Embed struct rmatch into GC slot (#8097)
Kunshan Wang
2023-07-17
Move `posix_signal` declaration internal with prefix `ruby_`
Nobuyoshi Nakada
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-13
Remove RARRAY_PTR_USE_TRANSIENT
Peter Zhu
2023-07-13
Remove rb_array_ptr_use_{start,end}
Peter Zhu
2023-07-13
[Feature #19730] Remove transient heap
Peter Zhu
2023-07-13
[Feature #19757] Add new API `rb_data_define`
Nobuyoshi Nakada
2023-07-13
Store object age in a bitmap
Matt Valentine-House
2023-07-04
Remove reference to USE_RINCGC
Matt Valentine-House
2023-06-29
Fix memory leak when copying ST tables
Peter Zhu
2023-06-27
Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`
Nobuyoshi Nakada
2023-06-19
Remove taint and untrusted flags (#7958)
Nobuyoshi Nakada
2023-06-17
Fixes [Bug #19732]. Add missing stdint.h header to event.h.
Peter Arato
2023-06-12
[DOC] Should use `NULL` instead of zero
Nobuyoshi Nakada
2023-06-09
Optimize `Regexp#dup` and `Regexp.new(/RE/)`
Nobuyoshi Nakada
2023-06-08
Add deprecations for public `struct rb_io` members. (#7916)
Samuel Williams
[next]