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-10-14
Disable msystem: MINGW64 job on GitHub Actions (#6545)
Takashi Kokubun
2022-10-15
Remove wrong dollar
Nobuyoshi Nakada
2022-10-15
[ruby/delegate] Fix DelegateClass block "method redefined" warning
Jonathan Hefner
2022-10-15
Copy `IO#timeout` on `IO#dup`. (#6546)
Samuel Williams
2022-10-14
[ruby/pp] [Feature #19045] Add support Data#pretty_print
manga_osyo
2022-10-14
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-10-14
Reuse ins_methods_type_i function
S-H-GAMELINKS
2022-10-13
Upgrade zlib_version on AppVeyor
Takashi Kokubun
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-10-13
Make op_ext an optional for code clarity (#6542)
Jimmy Miller
2022-10-13
Only expose Ruby Shape API if VM_CHECK_MODE is enabled
Aaron Patterson
2022-10-13
YJIT: No need to fill to get UDF on ARM64
Alan Wu
2022-10-13
Prevent wrong integer expansion
Yusuke Endoh
2022-10-13
[ruby/uri] Fix splitting relative URI
Nobuyoshi Nakada
2022-10-13
Add missing `f.resume` to fiber test. (#6539)
Samuel Williams
2022-10-13
Skip utime example with Intel C Compiler suite
Hiroshi SHIBATA
2022-10-13
Raise ArgumentError with empty host url again.
Hiroshi SHIBATA
2022-10-13
Revert "FreeBSD make uses the target under srcdir [ci skip]"
Nobuyoshi Nakada
2022-10-13
FreeBSD make uses the target under srcdir [ci skip]
Nobuyoshi Nakada
2022-10-13
URI.parse should set empty string in host instead of nil
NARUSE, Yui
2022-10-12
YJIT: Set RUST_BACKTRACE=1 in every Cirrus script (#6526)
Takashi Kokubun
2022-10-12
Unwrap shape id as unsigned int
Aaron Patterson
2022-10-12
Initialize shape attr index also in non-markable CC
Nobuyoshi Nakada
2022-10-12
file2lastrev.rb: Refactor VCS directory search
Nobuyoshi Nakada
2022-10-12
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-12
Suppress a "warning: method redefined" in test/ruby/test_method.rb
Yusuke Endoh
2022-10-12
Suppress warnings in test/ruby/test_ast.rb
Yusuke Endoh
2022-10-12
Do not read cached_id from callcache on stack
Yusuke Endoh
2022-10-12
[ruby/psych] Fix missing `abort` call
Nobuyoshi Nakada
2022-10-12
[ruby/psych] Abandon when libyaml is not found
Nobuyoshi Nakada
2022-10-12
[DOC] Replace the external URIs to docs with rdoc-ref
Nobuyoshi Nakada
2022-10-12
sync_default_gems: Replace the URIs to be redirected
Nobuyoshi Nakada
2022-10-12
[DOC] Replace the external URIs to docs with rdoc-ref
Nobuyoshi Nakada
2022-10-12
sync_default_gems: Add rdoc-ref command to test
Nobuyoshi Nakada
2022-10-12
sync_default_gems: Replace the external URIs to docs with rdoc-ref
Nobuyoshi Nakada
2022-10-12
sync_default_gems: Should match with the beginning of the strings
Nobuyoshi Nakada
2022-10-12
Simplify implementation of scheduler `io_read` and `io_write`. (#6527)
Samuel Williams
2022-10-12
Add :ssl_min_version and :ssl_max_version options
Kazuki Yamaguchi
2022-10-12
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-11
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
[rubygems/rubygems] Bump rb-sys
dependabot[bot]
2022-10-11
[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...
dependabot[bot]
2022-10-11
[DOC] use the local rdoc reference than the external URI
Nobuyoshi Nakada
2022-10-11
[ruby/open-uri] Remove unused files from the packages
Nobuyoshi Nakada
2022-10-11
Ignore failure to set nonblock mode. (#6524)
Samuel Williams
2022-10-10
object.c: rb_eql returns int not VALUE
Jean Boussier
2022-10-10
Reuse `with_warning_string_from` macro
S.H
2022-10-10
Ignore excessive precisions
Nobuyoshi Nakada
[next]