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
Age
Commit message (
Expand
)
Author
2022-02-24
[DOC] Fix typo in yjit docs
eileencodes
2022-02-25
* 2022-02-25 [ci skip]
git
2022-02-24
Add ABI version to ruby_version tag on Windows
Peter Zhu
2022-02-24
Add ABI version to RUBY_LIB_VERSION
Peter Zhu
2022-02-23
Constant time class to class ancestor lookup
John Hawthorn
2022-02-23
Never call kind_of with klass=0
John Hawthorn
2022-02-24
* 2022-02-24 [ci skip]
git
2022-02-23
rb_provide_feature: Prevent $LOADED_FEATURES from being copied
Jean Boussier
2022-02-23
Use rb_ary_behead for rb_ary_shift
Peter Zhu
2022-02-23
Update bundled gems list at 2022-02-23
git
2022-02-23
Rename the wrong variable name `beg` to `len`
Shugo Maeda
2022-02-22
Update ext/-test-/dln/empty/depend
Peter Zhu
2022-02-22
Include ruby.h in empty.c to have ABI version
Peter Zhu
2022-02-23
* 2022-02-23 [ci skip]
git
2022-02-22
Fix compiler warning for uninitialized variable
Peter Zhu
2022-02-22
[Feature #18249] Update dependencies
Peter Zhu
2022-02-22
[Feature #18249] Include ruby.h in extensions to have ABI version
Peter Zhu
2022-02-22
[Feature #18249] Implement ABI checking
Peter Zhu
2022-02-22
[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymaps
Tim Pope
2022-02-22
[ruby/zlib] [DOC] Fix typo in Zlib.adler32_combine
Mau Magnaguagno
2022-02-22
[ruby/rdoc] Prefer `require 'cgi/util'` instead of `require 'cgi'`
Yusuke Endoh
2022-02-22
[rubygems/rubygems] Resolve cleaned-up error with temporary gemhome
Hiroshi SHIBATA
2022-02-22
* 2022-02-22 [ci skip]
git
2022-02-22
Factor a "highlight" symbol out
Yusuke Endoh
2022-02-22
Remove unneeded newline from detailed_message
Yusuke Endoh
2022-02-22
Add a test for Exception#detailed_message
Yusuke Endoh
2022-02-22
Let Exception#full_message pass highlight keywords to #detailed_message
Yusuke Endoh
2022-02-22
test/ruby/test_rubyoptions.rb: Make it pass on Windows
Yusuke Endoh
2022-02-22
The default highlight arguments of Exception#detailed_message is false
Yusuke Endoh
2022-02-22
Exception#detailed_message is added
Yusuke Endoh
2022-02-22
Refactor out rb_decorate_message from print_errinfo
Yusuke Endoh
2022-02-22
Do not escape error message
Yusuke Endoh
2022-02-22
error.c: Refactoring
Yusuke Endoh
2022-02-21
Removed dependency of net-protocol. There is no plan to remove from stdlib
Hiroshi SHIBATA
2022-02-21
Removed dependency of io-wait. There is no plan to remove from stdlib
Hiroshi SHIBATA
2022-02-21
rb_debug_rstring_null_ptr: add newlines in the message [ci skip]
Nobuyoshi Nakada
2022-02-21
[DOC] Set the documentation title and main page
Nobuyoshi Nakada
2022-02-21
* 2022-02-21 [ci skip]
git
2022-02-21
Fix links [ci skip]
Kazuhiro NISHIYAMA
2022-02-20
* 2022-02-20 [ci skip]
git
2022-02-20
[MSWin] Tentative measure for a bug of VS2022 [Misc #18362]
Nobuyoshi Nakada
2022-02-20
[MSWin] Try VS2022
Nobuyoshi Nakada
2022-02-20
[MSWin] Reduce duplicate configurations
Nobuyoshi Nakada
2022-02-19
Check if `__assume` is supported
Nobuyoshi Nakada
2022-02-19
Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`
Nobuyoshi Nakada
2022-02-19
Replace and Using METACLASS_OF macro
S-H-GAMELINKS
2022-02-19
Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)
Shugo Maeda
2022-02-19
Find pattern is no longer experimental [Feature #18585]
Kazuki Tsujimoto
2022-02-19
Fix location of NODE_LIT in p_kw
Kazuki Tsujimoto
2022-02-19
Use symbols for clock IDs if `clockid_t` is not numeric
Nobuyoshi Nakada
[next]