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
2019-09-23
Retrieve key-buffer that was supposed to lose
aycabta
2019-09-23
Adjusted directives order of a function [ci skip]
Nobuyoshi Nakada
2019-09-23
Lazy init thread local storage
Lourens Naudé
2019-09-23
make-snapshot: store timestamps in UTC for zip which lacks timezone
Nobuyoshi Nakada
2019-09-23
* 2019-09-23 [ci skip]
git
2019-09-23
Add `-mtc=off` to `7z` not to store NTFS timestamps
Kazuhiro NISHIYAMA
2019-09-22
make-snapshot: Added -no7z option
Nobuyoshi Nakada
2019-09-22
make-snapshot: Do not save extra file attributes
Nobuyoshi Nakada
2019-09-22
st.c: Use rb_st_* prefix instead of st_* (#2479)
Yusuke Endoh
2019-09-22
st.c (st_add_direct_with_hash): make it "static inline"
Yusuke Endoh
2019-09-22
variable.c: Rename rb_st_copy to rb_iv_tbl_copy
Yusuke Endoh
2019-09-22
test/bigdecimal/test_bigdecimal.rb: Use BigDecimal()
Yusuke Endoh
2019-09-22
Add `if: always()` because 2.4.x's `make check` failed on snapshot [ci skip]
Kazuhiro NISHIYAMA
2019-09-22
* 2019-09-22 [ci skip]
git
2019-09-21
Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct type
Jeremy Evans
2019-09-21
Fix Module#class_variables for singleton classes of classes/modules
Jeremy Evans
2019-09-21
test/ruby/test_assignment.rb: use bug number for assert message
Yusuke Endoh
2019-09-21
Add a benchmark for JIT-ed code dispatch
Takashi Kokubun
2019-09-21
typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is used
Fangrui Song
2019-09-20
Fix documentation for ENV.each to return ENV
Jeremy Evans
2019-09-21
Revert eval.c in e81a3e6df54842b5a836dad7055a4295cf4155bc
Nobuyoshi Nakada
2019-09-21
* 2019-09-21 [ci skip]
git
2019-09-21
Disable method definition type checks on Windows
Nobuyoshi Nakada
2019-09-20
Fixed format specifiers
Nobuyoshi Nakada
2019-09-20
Call rb_vm_call_kw insted of rb_vm_call0 in a few cases
Jeremy Evans
2019-09-20
Handle keyword argument separation for Enumerator#size
Jeremy Evans
2019-09-20
Make passing empty keywords to dig pass empty keywords to next dig method
Jeremy Evans
2019-09-20
Allows calling a private method only with bare `self`
Nobuyoshi Nakada
2019-09-20
Fix wrong allocation failure handling
Takashi Kokubun
2019-09-20
Use RUBY_VM_NEXT_CONTROL_FRAME macro
Takashi Kokubun
2019-09-20
Fix for explicit cast without RUBY_METHOD_FUNC
Nobuyoshi Nakada
2019-09-20
Check various method defitions in C++
Nobuyoshi Nakada
2019-09-20
Fix rb_define_singleton_method warning
Takashi Kokubun
2019-09-20
Get rid of embedding make command line
Nobuyoshi Nakada
2019-09-20
Fixed cxxanyargs/depend
Nobuyoshi Nakada
2019-09-20
[DOC] DOT is not a part of a receiver [ci skip]
Nobuyoshi Nakada
2019-09-20
Fixed up 37c083942509dd7e0d8b7ccd3575936a2017c400
Hiroshi SHIBATA
2019-09-20
Removed ThreadsWait from the ruby repository
Hiroshi SHIBATA
2019-09-20
Removed Synchronizer from the ruby repository.
Hiroshi SHIBATA
2019-09-20
Removed Shell from the ruby repository.
Hiroshi SHIBATA
2019-09-20
Removed Scanf from the ruby repository.
Hiroshi SHIBATA
2019-09-20
Removed CMath from the ruby repository.
Hiroshi SHIBATA
2019-09-20
Fixed memory leak
Nobuyoshi Nakada
2019-09-20
Added the target to run a benchmark
Nobuyoshi Nakada
2019-09-20
Fixed a variable in checkout-github-%
Nobuyoshi Nakada
2019-09-20
Update NEWS and documents [ci skip]
Nobuyoshi Nakada
2019-09-20
Allow calling a private accessor with `self.`
Nobuyoshi Nakada
2019-09-20
Added version guard
Nobuyoshi Nakada
2019-09-20
Allow calling a private method with `self.`
Dylan Thacker-Smith
2019-09-20
Overload variable definition functions
Nobuyoshi Nakada
[next]