| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-27 | Ignore objects from the "missing" directory | Nobuyoshi Nakada | |
| 2020-12-27 | Get rid of \K for old BASERUBYs which have a bug in String#scan | Nobuyoshi Nakada | |
| 2020-12-27 | Exclude entry points | Nobuyoshi Nakada | |
| 2020-12-27 | Support AC_FUNC_MEMCMP | Nobuyoshi Nakada | |
| 2020-12-27 | Check leaked global symbols under more various conditions | Nobuyoshi Nakada | |
| 2020-12-27 | [ruby/csv] Fix typo [ci skip] | Kenta Murata | |
| https://github.com/ruby/csv/commit/117bcf311e | |||
| 2020-12-27 | [ruby/csv] fix typo conveters => converters for CSV parsing docs (#196) | Sampat Badhe | |
| https://github.com/ruby/csv/commit/77ccf486fe | |||
| 2020-12-27 | [ruby/csv] Bump version | Sutou Kouhei | |
| https://github.com/ruby/csv/commit/5855c017ef | |||
| 2020-12-27 | * 2020-12-27 [ci skip] | git | |
| 2020-12-26 | doc/ractor.md: Fix indentation in code blocks | Marcus Stollsteimer | |
| Remove unnecessary indentation of code in code blocks (it is also not rendered properly in the generated HTML). Also remove an empty line. | |||
| 2020-12-26 | [DOC] Fix typos in vm_method.c | Marcus Stollsteimer | |
| 2020-12-26 | [DOC] Fix typo in proc.c | Marcus Stollsteimer | |
| 2020-12-26 | methods.rdoc: Improve method definition documentation | Marcus Stollsteimer | |
| * typos, grammar, formatting * use `concrete_method` again in `regular_method` example, to better distinguish from `forwarding_method` example * clarify that leading arguments before `...` require Ruby 3.0 | |||
| 2020-12-26 | methods.rdoc: Clarify "currently" means "in 2.7" here | Marcus Stollsteimer | |
| 2020-12-26 | Update labels of badges [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-12-26 | Add 3.0 top sepc guards | Nobuyoshi Nakada | |
| * Needs WEBrick | |||
| 2020-12-26 | [ruby/racc] Bump version to 1.5.2 | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/ce0d7b9cde | |||
| 2020-12-26 | [ruby/racc] Use Racc::VERSION for gemspec | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/30f5760d85 | |||
| 2020-12-25 | Fix a cyclic explanation | Takashi Kokubun | |
| 2020-12-26 | Ignore failure on unsupported fcntl to drop non-blocking mode | Nobuyoshi Nakada | |
| Fixes https://github.com/ruby/ruby/pull/3723 Notes: Merged: https://github.com/ruby/ruby/pull/4000 | |||
| 2020-12-26 | Fixed leaked global symbols | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4003 | |||
| 2020-12-26 | Reduced GitHub Actions | Nobuyoshi Nakada | |
| Moved leaked-globals before check. Notes: Merged: https://github.com/ruby/ruby/pull/4003 | |||
| 2020-12-26 | * 2020-12-26 [ci skip] | git | |
| 2020-12-26 | Use `size_t` for `RSTRING_LEN` in String#count | Nobuyoshi Nakada | |
| https://hackerone.com/reports/1042722 Notes: Merged: https://github.com/ruby/ruby/pull/4001 | |||
| 2020-12-25 | test/test_trick.rb: fixed the position to add timeout | Nobuyoshi Nakada | |
| 2020-12-25 | Update method definition documentation | zverok | |
| * Add endless methods * Add argument forwarding ... Notes: Merged: https://github.com/ruby/ruby/pull/3997 | |||
| 2020-12-25 | Adjusted the heading level of "Block Arguments" [ci skip] | Nobuyoshi Nakada | |
| 2020-12-25 | test/test_trick.rb: increase timeout of some tests | Yusuke Endoh | |
| http://rubyci.s3.amazonaws.com/raspbian10-armv7l/ruby-master/log/20201225T071824Z.fail.html.gz | |||
| 2020-12-25 | [memory_view] Fix a comment | Kenta Murata | |
| A consumer of a MemoryView no longer guards the original object. [ci skip] | |||
| 2020-12-25 | Follow up on variations of the development start messages [ci skip] | Nobuyoshi Nakada | |
| 2020-12-25 | Copy NEWS.md to doc/NEWS-3.0.0.md and update for 3.1.0 | Kazuhiro NISHIYAMA | |
| 2020-12-25 | Development of 3.1.0 started. | Yukihiro "Matz" Matsumoto | |
| 2020-12-25 | test_trick.rb: Make the encoding explicit for code written in UTF-8 | Nobuyoshi Nakada | |
| 2020-12-25 | fix filename | NARUSE, Yui | |
| 2020-12-25 | test/test_trick.rb: Add a test file for TRICK entries (#3988) | Yusuke Endoh | |
| * test/test_trick.rb: Add a test file for TRICK entries Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> Notes: Merged-By: mame <mame@ruby-lang.org> | |||
| 2020-12-25 | Updated bundled_gems | Nobuyoshi Nakada | |
| 2020-12-25 | Disable DTrace in FreeBSD (#3999) | TAKANO Mitsuhiro | |
| The latest ruby cannot compile with FreeBSD Dtrace enabled. Notes: Merged-By: nurse <naruse@airemix.jp> | |||
| 2020-12-25 | Sort URLs by issue numbers and remove duplicated [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-12-25 | define RGENGC_DEBUG_ENABLED() as 0 | Koichi Sasada | |
| on RUBY_DEVEL==0 and !HAVE_VA_ARGS_MACRO. gc_report() is always enabled on such configuration (maybe it is a bug) so disable RGENGC_DEBUG_ENABLED(). | |||
| 2020-12-25 | Update stdlib section for Ruby 3.0 | Hiroshi SHIBATA | |
| 2020-12-25 | USE_RUBY_DEBUG_LOG is not defined !devel build | Koichi Sasada | |
| 2020-12-24 | Fix typos | Marcus Stollsteimer | |
| 2020-12-24 | [DOC] Fix typos | Marcus Stollsteimer | |
| 2020-12-25 | Optimize calls to `Kernel#hash` (#3987) | Marc-André Lafortune | |
| This avoids recursive checks when the `hash` method of an object isn't specialized. Notes: Merged-By: nurse <naruse@airemix.jp> | |||
| 2020-12-25 | Update TypeProf to 0.11.0 (#3996) | Yusuke Endoh | |
| Notes: Merged-By: mame <mame@ruby-lang.org> | |||
| 2020-12-25 | [memory_view] Add documentation [ci skip] | Kenta Murata | |
| 2020-12-25 | [ruby/reline] 0.2.0 | aycabta | |
| https://github.com/ruby/reline/commit/064664c8f9 | |||
| 2020-12-25 | [ruby/irb] Version 1.3.0 | aycabta | |
| https://github.com/ruby/irb/commit/ec83280e66 | |||
| 2020-12-25 | Adjusted indents [ci skip] | Nobuyoshi Nakada | |
| 2020-12-25 | * 2020-12-25 [ci skip] | git | |
