index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
include
/
ruby
/
internal
/
attr
Age
Commit message (
Expand
)
Author
2025-05-05
Add `RBIMPL_ATTR_NONSTRING_ARRAY()` macro for GCC 15
Nobuyoshi Nakada
2025-04-30
Suppress gcc 15 unterminated-string-initialization warnings
Nobuyoshi Nakada
2023-12-21
Typo fixes for public headers [ci skip]
Alan Wu
2023-02-08
Extract include/ruby/internal/attr/packed_struct.h
Nobuyoshi Nakada
2022-08-27
typos
spaette
2021-09-27
Introduce `RBIMPL_NONNULL_ARG` macro
Nobuyoshi Nakada
2021-09-22
RBIMPL_ATTR_NOALIAS: not until LLVM 12
卜部昌平
2021-09-10
include/ruby/internal/intern/object.h: add doxygen
卜部昌平
2021-09-10
sed -i 's/. They/. They/'
卜部昌平
2021-08-12
RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+
卜部昌平
2021-06-26
Disable RBIMPL_ATTR_DEPRECATED for Coverity Scan build
Yusuke Endoh
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-04-13
dependency updates
卜部昌平
2021-04-13
get rid of #pragma GCC diagnostic ignored "-Wundef"
卜部昌平
2021-01-19
Replace "iff" with "if and only if"
Gannon McGibbon
2020-08-07
sync NDEBUG, RUBY_DEBUG, and RUBY_NDEBUG (#3327)
卜部昌平
2020-05-26
Use RUBY_DEBUG instead of NDEBUG
Koichi Sasada
2020-05-25
RBIMPL_ATTR_DEPRECATED: disable for GCC10
卜部昌平
2020-05-11
fix sunpro pragma
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
mv include/ruby/{impl,internal}
卜部昌平