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
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
2020-12-19
[bigdecimal] Fix the default precision of Float#to_d
Kenta Murata
2020-12-19
test/ruby/test_module.rb: Avoid "warning: method redefined"
Yusuke Endoh
2020-12-19
Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2e
Yusuke Endoh
2020-12-19
Feature 17314: allow to pass array to public, protected and private methods
Radosław Bułat
2020-12-19
ALWAYS_INLINE implies inline
Nobuyoshi Nakada
2020-12-19
Make `Hash#except` always return a Hash
Marc-Andre Lafortune
2020-12-19
Prefer RB_OBJ_FROZEN_RAW
Takashi Kokubun
2020-12-19
ripper: fix `#tok` on some error events [Bug 17345]
Nobuhiro IMAI
2020-12-19
Fix vm_search_invokeblock
Takashi Kokubun
2020-12-19
discourage inlining for vm_sendish()
Takashi Kokubun
2020-12-19
Try to test with rake-13.0.2 again.
Hiroshi SHIBATA
2020-12-19
Bump bundled rake version to 13.0.2
Hiroshi SHIBATA
2020-12-19
Added macros for headers which are not included by ruby.h
Nobuyoshi Nakada
2020-12-19
Check macros for headers
Nobuyoshi Nakada
2020-12-19
Renamed check_encoding.yml as check_misc.yml [ci skip]
Nobuyoshi Nakada
2020-12-19
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-12-19
[DOC] Marked dtrace arguments as description list [ci skip]
Nobuyoshi Nakada
2020-12-19
[DOC] Fixed markups in dtrace_probes.rdoc [ci skip]
Nobuyoshi Nakada
2020-12-19
Fix `warning: instance variable @head not initialized` and remove unused inst...
Kazuhiro NISHIYAMA
2020-12-19
NEWS: Add an entry of Digest 3.0.0 [ci skip]
Kenta Murata
2020-12-19
[digest] Version 3.0.0
Kenta Murata
2020-12-19
[digest] Make digest Ractor safe
Kenta Murata
2020-12-19
[digest] Added rb_digest_make_metadata to wrap metadata
Nobuyoshi Nakada
2020-12-19
Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...
Yusuke Endoh
2020-12-19
Feature 17314: alias_method returns symbol
Radosław Bułat
2020-12-19
Use rb_id_attrset without intermediate strings
Nobuyoshi Nakada
2020-12-19
Added missing tests for public, private, protected and alias_method
Nobuyoshi Nakada
2020-12-19
Feature 17314: update docs and NEWS about attr* methods returning array of sy...
Radosław Bułat
2020-12-19
unfreeze Ractor::MovedObject
Koichi Sasada
2020-12-19
add "copy: true" option for Ractor.make_shareable
Koichi Sasada
2020-12-19
fix refinements/prepend bug
Koichi Sasada
2020-12-19
fix method cache debug tool
Koichi Sasada
2020-12-19
Added tests for [Feature #17314]
Yusuke Endoh
2020-12-19
Revert "Revert "Use rb_id_attrset without intermediate strings""
Yusuke Endoh
2020-12-19
spec/ruby/core/module/attr_*: Add version guards
Yusuke Endoh
2020-12-19
attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...
Radosław Bułat
2020-12-19
NEWS: Add an entry of StringScanner 3.0.0 [ci skip]
Kenta Murata
2020-12-19
NEWS: Add an entry of StringIO 3.0.0 [ci skip]
Kenta Murata
2020-12-19
NEWS: fiddle 1.0.4 [ci skip]
Kenta Murata
2020-12-18
Use category: :experimental in warnings that are related to experimental feat...
Jeremy Evans
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
Make warning_categories a map of category symbols to category numbers
Jeremy Evans
2020-12-18
Switch rb_category_warn{,ing} to accept an rb_warning_category_t
Jeremy Evans
2020-12-19
[bigdecimal] Fix test for d5ab8e8562
Kenta Murata
2020-12-19
[bigdecimal] Use rb_undef_alloc_func to undefine allocate
Kenta Murata
2020-12-19
[ruby/reline] Use cached prompt list when just moved the cursor
aycabta
2020-12-19
[ruby/reline] Yank by em-kill-region correctly
aycabta
2020-12-19
[ruby/reline] Bind yank-pop correctly
aycabta
2020-12-19
[ruby/reline] Add Enumerable to KillRing for debugging
aycabta
2020-12-19
[ruby/reline] [ruby/irb] Call ripper only once when generating dynamic prompt
aycabta
[next]