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
2024-07-11
Remove SHARED_GC job from compilers.yml
Peter Zhu
2024-07-11
[ruby/logger] Add reraise_write_errors keyword argument to Logger and LogDevice
Jeremy Evans
2024-07-11
Rename gc/gc_impl.c to gc/default.c
Peter Zhu
2024-07-11
Move gc_impl.c to gc/gc_impl.c
Peter Zhu
2024-07-11
IBM864 single-byte transcoding (#10518)
Jeremy Daer
2024-07-11
Update bundled gems list as of 2024-07-10
git
2024-07-11
Do not warn about extra `format` argument when passed as keywords
Jean Boussier
2024-07-11
[ruby/open-uri] document max_redirects option
João Pinheiro
2024-07-11
[ruby/open-uri] apply default max_redirects
João Pinheiro
2024-07-11
Enumerable#all?: Stop optimizing when a given block is not optimizable
Yusuke Endoh
2024-07-11
Bump ruby/setup-ruby from 1.186.0 to 1.187.0
dependabot[bot]
2024-07-11
[rubygems/rubygems] fix s3 source configuration issue
Dmitriy Ivliev
2024-07-11
[ruby/net-http] implement talking SSL to the proxy too
Evgeni Golov
2024-07-11
[ruby/net-http] Add ability to configure default settings for new connections
fatkodima
2024-07-11
[ruby/net-http] test_https.rb - fix test_session_reuse_but_expire
MSP-Greg
2024-07-11
[ruby/net-http] net/http.rb - derive SSL_IVNAMES from SSL_ATTRIBUTES
MSP-Greg
2024-07-11
Removed WEBrick and that tests
Hiroshi SHIBATA
2024-07-10
Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...
Jeremy Evans
2024-07-10
* append newline at EOF. [ci skip]
git
2024-07-10
[ruby/net-http] Commented out unfinished chunked test
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Removed needless warning
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Split POST test because new dummy server can't handle continu...
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Write log after server start, not handling request
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Split test class because TCPServer couldn't accept localhost ...
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Support chunked data and fixed test failure with multipart/fo...
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Removed server-side log test
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Fix wrong hostname with test_max_version test
Hiroshi SHIBATA
2024-07-10
[ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...
Hiroshi SHIBATA
2024-07-10
Eliminate array allocations for single splat followed by mutable keywords
Jeremy Evans
2024-07-10
YJIT: increase context cache size to 1024 (#10983)
Maxime Chevalier-Boisvert
2024-07-10
Revert all changes to dln.c, dmydln.c, dln.h for the shared GC
Peter Zhu
2024-07-10
Allow miniruby to load shared GC
Peter Zhu
2024-07-10
Use absolute path for shared_gc_dir
Peter Zhu
2024-07-10
[rubygems/rubygems] Fix another strange error when running `bundle add` in fr...
David Rodríguez
2024-07-10
[rubygems/rubygems] Fix strange error when running `bundle add` with frozen m...
David Rodríguez
2024-07-10
Use rb_block_call2 for some Enumerable methods
Yusuke Endoh
2024-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-07-10
GC_DEBUG is always defined
卜部昌平
2024-07-10
rb_source_location_cstr is banned in this file
卜部昌平
2024-07-10
rb_gc_obj_slot_size is banned in this file
卜部昌平
2024-07-10
Bump ruby/setup-ruby from 1.185.0 to 1.186.0
dependabot[bot]
2024-07-09
Don't shrink array in `ary_make_shared`
eileencodes
2024-07-09
Fix grammar of ruby_shared_gc.m4
Peter Zhu
2024-07-09
[rubygems/rubygems] Fix generic platform gems getting incorrectly removed whe...
David Rodríguez
2024-07-09
[rubygems/rubygems] Refactor selecting specs from a SpecSet
David Rodríguez
2024-07-09
[rubygems/rubygems] Resolve all platforms directly
David Rodríguez
2024-07-09
[rubygems/rubygems] Don't memoize sorted_spec_names
David Rodríguez
2024-07-09
[rubygems/rubygems] Instantiate `Resolver::SpecGroup` with explicit priority
David Rodríguez
2024-07-09
[rubygems/rubygems] Let resolver consider unique specs from the beginning
David Rodríguez
2024-07-09
[rubygems/rubygems] Fix spec to also pass outside of Linux
David Rodríguez
[next]