| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-20 | Rewrite with assert_ractor for multiple ractor environment | Hiroshi SHIBATA | |
| 2022-05-20 | Disable GMP by -DUSE_GMP=0 | Nobuyoshi Nakada | |
| 2022-05-20 | Picked the missing test file from ↵ | Hiroshi SHIBATA | |
| https://github.com/ruby/did_you_mean/commit/8faba54b2d3ec9aa570691775f143801308c5b2f | |||
| 2022-05-20 | Merge JRuby implementation for stringio and io-wait | Hiroshi SHIBATA | |
| 2022-05-20 | Merge https://github.com/ruby/pathname/pull/8 for pathname | Hiroshi SHIBATA | |
| 2022-05-20 | Update default gems list at bcdbfe4b6e09c0076571addd1d0dd3 [ci skip] | git | |
| 2022-05-20 | [ruby/reline] Require Ruby >= 2.6 | ima1zumi | |
| fix https://github.com/ruby/reline/pull/428 https://github.com/ruby/reline/commit/dae9eca323 | |||
| 2022-05-20 | [ruby/racc] Show diffs | Nobuyoshi Nakada | |
| https://github.com/ruby/racc/commit/0b679e2f69 | |||
| 2022-05-20 | [ruby/io-nonblock] Remove unnecessary files from the gem | Nobuyoshi Nakada | |
| https://github.com/ruby/io-nonblock/commit/3850a4c7ac | |||
| 2022-05-20 | [ruby/io-nonblock] Rename `io_nonblock_mode` and extract `set_fcntl_flags` | Nobuyoshi Nakada | |
| https://github.com/ruby/io-nonblock/commit/22f08574df | |||
| 2022-05-20 | [ruby/tempfile] Enhanced RDoc for ::new and ::create ↵ | Burdette Lamar | |
| (https://github.com/ruby/tempfile/pull/10) https://github.com/ruby/tempfile/commit/a5e53aa82a | |||
| 2022-05-20 | [ruby/tempfile] Drop unused gemspec directives | Olle Jonsson | |
| This gem exposes no executables. https://github.com/ruby/tempfile/commit/07fde5fe14 | |||
| 2022-05-20 | [flori/json] Bump version to 2.6.2 | Florian Frank | |
| https://github.com/flori/json/commit/5de358f655 | |||
| 2022-05-20 | [flori/json] Fix parser bug for empty string allocation | Andrew Bromwich | |
| When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to pass through a null pointer to `rb_enc_interned_str` resulting in a segfault Fixes #495 https://github.com/flori/json/commit/b59368a8c2 | |||
| 2022-05-20 | [flori/json] Doc: Improve documentation on JSON#parse and JSON#parse! | Hiroshi SHIBATA | |
| https://github.com/flori/json/commit/75ada77b96 Co-authored-by: Bruno Gomes da Silva <brunojabs@gmail.com> | |||
| 2022-05-20 | [flori/json] Remove unknown keyword arg from DateTime.parse | Charles Oliver Nutter | |
| This snuck in while addding tests for the `create_additions` feature. Caught by JRuby when we added the `limit` option to the Date/DateTime parsing methods, which causes this to be rejected as an unknown keyword. https://github.com/flori/json/commit/b1007dff66 | |||
| 2022-05-20 | setup vm->main_ractor before `Init_native_thread()` | Koichi Sasada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5922 | |||
| 2022-05-20 | `rb_thread_t::serial` for debug | Koichi Sasada | |
| `rb_thread_t::serial` is auto-incremented serial number for threads and it can overflow, it means the serial is not a ID for each thread, it is only for debug print. `RUBY_DEBUG_LOG` shows this information. Also skip EC related information if EC is NULL. This patch enable to use `RUBY_DEBUG_LOG` without setup EC. Notes: Merged: https://github.com/ruby/ruby/pull/5921 | |||
| 2022-05-20 | Merge RubyGems and Bundler HEAD | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/125415593ead9ab69a9f0bb5392c9d7ec61b1f51 | |||
| 2022-05-20 | [ruby/did_you_mean] Fix `frozen_string_literal is ignored after any tokens` ↵ | Jean byroot Boussier | |
| warning. (https://github.com/ruby/did_you_mean/pull/172) ``` did_you_mean/formatters/verbose_formatter.rb:5: warning: `frozen_string_literal' is ignored after any tokens ``` https://github.com/ruby/did_you_mean/commit/531760f323 | |||
| 2022-05-20 | [DOC] Add a note to clarify binary flags to `IO.new` | David Rodríguez | |
| Try to make it more clear that the `File::BINARY` integer flag, and the `b` string suffix are not equivalent. Notes: Merged: https://github.com/ruby/ruby/pull/5923 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2022-05-20 | [rubygems/rubygems] Fix locale dependent spec failure | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/1fd818743e | |||
| 2022-05-20 | * 2022-05-20 [ci skip] | git | |
| 2022-05-19 | YJIT: Add opt_succ (#5919) | Takashi Kokubun | |
| Notes: Merged-By: maximecb <maximecb@ruby-lang.org> | |||
| 2022-05-19 | Undefine RUBY_DLN_CHECK_ABI on cygwin | Daisuke Fujimura (fd0) | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5810 | |||
| 2022-05-19 | [DOC] Re-markup as Markdown | Nobuyoshi Nakada | |
| 2022-05-19 | Fold too long lines, etc [ci skip] | Nobuyoshi Nakada | |
| 2022-05-19 | Suppress unused-function [ci skip] | Nobuyoshi Nakada | |
| 2022-05-19 | Removed subversion section because there is no active branch for svn. | Hiroshi SHIBATA | |
| 2022-05-19 | * 2022-05-19 [ci skip] | git | |
| 2022-05-19 | [ruby/timeout] Remove redundant done? check | Benoit Daloze | |
| * It's already checked inside #interrupt. https://github.com/ruby/timeout/commit/5f43254f81 | |||
| 2022-05-19 | [ruby/timeout] Synchronize all accesses to @done | Benoit Daloze | |
| * So it is trivially correct. * Performance seems the same overall. https://github.com/ruby/timeout/commit/5e0d8e1637 | |||
| 2022-05-19 | [ruby/timeout] Handle Timeout + fork and add test for it | Benoit Daloze | |
| https://github.com/ruby/timeout/commit/4baee63b9b | |||
| 2022-05-19 | [ruby/timeout] Reimplement Timeout.timeout with a single thread and a Queue | Benoit Daloze | |
| https://github.com/ruby/timeout/commit/2bafc458f1 | |||
| 2022-05-18 | Clean intermediate object files | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5914 | |||
| 2022-05-18 | Verbose mode on libyjit merge | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5914 | |||
| 2022-05-18 | Extract YJIT_LIBS directly without copying | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5914 | |||
| 2022-05-18 | `AR` does not need the absolute path | Nobuyoshi Nakada | |
| Still use `find` to get rid of potential ARGV limit overflow, since rustc-genrated object file names are mangled and very long. Notes: Merged: https://github.com/ruby/ruby/pull/5914 | |||
| 2022-05-18 | [DOC] Use `make gdb-ruby` and `make lldb-ruby` in ↵ | Kaíque Kandy Koga | |
| doc/contributing/building_ruby.md Notes: Merged: https://github.com/ruby/ruby/pull/5908 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2022-05-18 | Write skipping instead of skiping [ci skip] | Kaíque Kandy Koga | |
| https://www.lexico.com/en/definition/skip Notes: Merged: https://github.com/ruby/ruby/pull/5913 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2022-05-18 | Update default gems list at 6b6d7df39db2447dd675b2558aab69 [ci skip] | git | |
| 2022-05-18 | [ruby/psych] Prepare to develop 5.0.0 | Hiroshi SHIBATA | |
| https://github.com/ruby/psych/commit/c3b5183f42 | |||
| 2022-05-18 | [ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby ↵ | MSP-Greg | |
| 3.1 gem install https://github.com/ruby/psych/commit/2fa5e190b5 | |||
| 2022-05-18 | * 2022-05-18 [ci skip] | git | |
| 2022-05-18 | [ruby/irb] Fix documents for .irbrc path | Kouhei Yanagita | |
| https://github.com/ruby/irb/commit/af99c01b0d | |||
| 2022-05-17 | Move feature deletion from GC mark to `autoload_delete`. (#5912) | Samuel Williams | |
| Notes: Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2022-05-17 | Restore implicit relationship between `autoload_const` and `autoload_data` ↵ | Samuel Williams | |
| during GC. (#5911) Notes: Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2022-05-17 | Suppress an unused-but-set-variable warning [ci skip] | Nobuyoshi Nakada | |
| 2022-05-17 | * 2022-05-17 [ci skip] | git | |
| 2022-05-17 | Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791 | Nobuyoshi Nakada | |
