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
/
include
/
ruby
/
internal
Age
Commit message (
Expand
)
Author
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-22
[Feature #18634] Implement Arrays on Variable Width Allocation
Peter Zhu
2022-03-16
Honor if `_Bool` is available
Nobuyoshi Nakada
2022-03-01
Wrap ruby_abi_version in `extern "C"` for C++
Peter Zhu
2022-03-01
Only define RUBY_DLN_CHECK_ABI when supported
Peter Zhu
2022-03-01
[DOC] Fix reference in rb_enc_associate() description
Lars Kanis
2022-03-01
[DOC] Fix function name in example
Lars Kanis
2022-02-22
[Feature #18249] Implement ABI checking
Peter Zhu
2022-02-19
Check if `__assume` is supported
Nobuyoshi Nakada
2022-02-19
Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`
Nobuyoshi Nakada
2022-01-20
Mark `rb_clear_constant_cache` as internal use only
Nobuyoshi Nakada
2022-01-18
Don't assume __builtin_bswap32 and __builtin_bswap64 are defined on OpenBSD
Jeremy Evans
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-14
Suppress possible loss of data warnings
Nobuyoshi Nakada
2022-01-13
[DOC] Fix a typo in a doc
Nobuyoshi Nakada
2022-01-12
Enable Variable Width Allocation by default
Peter Zhu
2022-01-12
Make embedded string length a long for VWA
Peter Zhu
2022-01-08
Revert "Enable Variable Width Allocation by default"
Peter Zhu
2022-01-07
Use unsigned short for length of embedded strings
Peter Zhu
2022-01-07
Enable Variable Width Allocation by default
Peter Zhu
2022-01-06
Revert "Enable Variable Width Allocation by default"
Peter Zhu
2022-01-06
Enable Variable Width Allocation by default
Peter Zhu
2021-12-30
Remove declarations of deprecated functions
Nobuyoshi Nakada
2021-12-26
Remove deprecate rb_cData [Bug #18433]
Nobuyoshi Nakada
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-21
Improved exception usage/classes.
Samuel Williams
2021-12-11
intern/select/posix.h: remove unused parameter from rb_fd_dup
Yuta Saito
2021-12-10
Revert zero-check for alloca
Nobuyoshi Nakada
2021-12-10
Fix stack buffer overflow
Nobuyoshi Nakada
2021-11-23
Add Class#subclasses
Jean Boussier
2021-11-11
revival of must_not_null()
卜部昌平
2021-11-11
rb_file_size: add doxygen
卜部昌平
2021-11-11
rb_enc_code_to_mbclen: fix doxygen
卜部昌平
2021-11-11
RB_ENCODING_SET_INLINED: fix doxygen
卜部昌平
2021-11-11
ENCODING_MASK: fix doxygen link [ci skip]
卜部昌平
2021-11-10
size_t is not for file size
Nobuyoshi Nakada
2021-11-10
IO::Buffer for scheduler interface.
Samuel Williams
2021-11-08
[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...
Peter Zhu
2021-11-02
Fix typos
Nobuyoshi Nakada
2021-10-26
Add Class#descendants
Jeremy Evans
2021-10-26
improve doc coverage [ci skip]
卜部昌平
2021-10-26
just another evidence that @shyouhei is an idiot [ci skip]
卜部昌平
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
[Feature #18239] Add struct for embedded strings
Peter Zhu
2021-10-21
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-06
Remove duplicate type qualifiers
Nobuyoshi Nakada
2021-10-05
Adjust types to rb_enc_left_char_head
Nobuyoshi Nakada
2021-10-05
rb_enc_left_char_head(): take void*
卜部昌平
2021-10-05
include/ruby/encoding.h: convert macros into inline functions
卜部昌平
[next]