| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-25 | Followed up 66d2fc7989d741bf5a73286233139901cecb4fc2 | Hiroshi SHIBATA | |
| 2021-06-25 | [ruby/racc] Remove Object monkey patch | Aaron Patterson | |
| I don't think we need this monkey patch anymore, so lets remove it! https://github.com/ruby/racc/commit/464485e912 | |||
| 2021-06-25 | [ruby/racc] Removed needless condition for old versions of RubyGems. | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/fe3183b1ff | |||
| 2021-06-25 | [ruby/racc] Drop to support Ruby 2.4 | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/5af1a42a3b | |||
| 2021-06-25 | [ruby/racc] Followed up #162 | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/d66cd12166 | |||
| 2021-06-25 | [ruby/racc] Stop compressing integer lists | Jean Boussier | |
| It is unclear why this was implemented, I assume it was for performance back in 2006. However today, this compression defeats bytecode caching entirely and end up being counter productive. https://github.com/ruby/racc/commit/ae3703c1d0 | |||
| 2021-06-24 | Remove shift of ep when computing Proc#hash | Jeremy Evans | |
| The shift was causing far fewer unique values of hash than expected. Fix pointed out by xtkoba (Tee KOBAYASHI) Fixes [Bug #17951] Notes: Merged: https://github.com/ruby/ruby/pull/4574 | |||
| 2021-06-25 | * 2021-06-25 [ci skip] | git | |
| 2021-06-24 | Actually ignore FNM_CASEFOLD flag in Dir.glob | Jeremy Evans | |
| This was already documented as being ignored, but it wasn't being ignored, causing an issue in a particular case where a UTF-8 pattern was provided and a filename was tested that wasn't valid UTF-8. Fixes [Bug #14456] Notes: Merged: https://github.com/ruby/ruby/pull/4583 | |||
| 2021-06-24 | [DOC] fixed return value of ENV.clone [ci skip] | Nobuyoshi Nakada | |
| 2021-06-24 | Tests for MiniTest define anonymous test cases | Nobuyoshi Nakada | |
| 2021-06-24 | test: imply random test order by --seed option | Nobuyoshi Nakada | |
| 2021-06-24 | Remove also debug symbol directory at clean on macOS | Nobuyoshi Nakada | |
| 2021-06-24 | Prefer configured command as RM_RF | Nobuyoshi Nakada | |
| 2021-06-24 | Reduce repeated same code | Nobuyoshi Nakada | |
| 2021-06-24 | Load rubygems before default gems | Nobuyoshi Nakada | |
| 2021-06-24 | Introduced RUBY_CRLF_ENVIRONMENT to simplify repeated condition | Nobuyoshi Nakada | |
| 2021-06-24 | rand_bytes: prefer rng->get_bytes | 卜部昌平 | |
| Because why not. There was no use case of rng->get_bytes before this changeset. Notes: Merged: https://github.com/ruby/ruby/pull/4602 | |||
| 2021-06-23 | Check type of instruction - can be INSN or ADJUST | eileencodes | |
| If the type is ADJUST we don't want to treat it like an INSN so we have to check the type before reading from `insn_info.events`. [Bug #18001] [ruby-core:104371] Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/4601 | |||
| 2021-06-24 | * 2021-06-24 [ci skip] | git | |
| 2021-06-23 | Evacuate transient heap when enabling ractors | eileencodes | |
| If the GC has been disabled we need to re-enable it so we can evacuate the transient heap. Fixes https://bugs.ruby-lang.org/issues/17985 [Bug #17985] [ruby-core:104260] Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/4596 | |||
| 2021-06-23 | Add Related link from String#hash to Object#hash | Ketan Bhatt | |
| We came across a bug in our code because we assumed `String#hash` to be consistent across Ruby processes, which was incorrect. Our search lead us to `Object#hash` which has the right warning that `String#hash` doesn't. We also noticed that a previous version of the documentation for `String#hash` pointed to `Object#hash` that was removed by https://github.com/ruby/ruby/pull/3565. We think this removal might not be intended and just got missed amidst other changes. Notes: Merged: https://github.com/ruby/ruby/pull/4498 | |||
| 2021-06-23 | Add parentheses to avoid pointless condition | Jeremy Evans | |
| Pointed out by xtkoba (Tee KOBAYASHI). Fixes [Bug #17946] Notes: Merged: https://github.com/ruby/ruby/pull/4575 | |||
| 2021-06-23 | Add detailed message to assert_external_string_equal | aycabta | |
| 2021-06-23 | Discard RDOCOPT environment variable to make tests stable | Nobuyoshi Nakada | |
| 2021-06-23 | Dispose the global rubygems configuration wholely | Nobuyoshi Nakada | |
| 2021-06-23 | Clear rdoc options in the global rubygems configuration | Nobuyoshi Nakada | |
| 2021-06-23 | Clear default configurations | Nobuyoshi Nakada | |
| Remove environment variables which can affect the default configurations. | |||
| 2021-06-23 | Make temporary directory under the regular location | Nobuyoshi Nakada | |
| 2021-06-23 | Close UserInteraction for tests to fix leaked file descriptors | Nobuyoshi Nakada | |
| 2021-06-23 | Revert deprecations for now | Nobuyoshi Nakada | |
| 2021-06-23 | [ruby/rdoc] Use pend instead of skip | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/8460a36d84 | |||
| 2021-06-23 | [ruby/rdoc] Specify working directory for RDoc::Options#check_files | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/f6cca9bd2f | |||
| 2021-06-23 | [ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rb | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/fb264c4cc4 Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> | |||
| 2021-06-23 | [ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCase | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/f8d1087ce5 | |||
| 2021-06-23 | Get rid of pointer casting | Nobuyoshi Nakada | |
| 2021-06-23 | Refactor class variable cache functions | Nobuyoshi Nakada | |
| Extracted repeated code as update_classvariable_cache. When cvc table is not set in getclassvariable, an empty table was created but it has no id and would cause [BUG], so made the code same as setclassvariable. | |||
| 2021-06-23 | Add nilclass.rb to .document | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4591 | |||
| 2021-06-23 | Convert ssize_t properly | Nobuyoshi Nakada | |
| 2021-06-23 | Strip trailing spaces | Nobuyoshi Nakada | |
| 2021-06-23 | Fix a link [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-06-23 | * 2021-06-23 [ci skip] | git | |
| 2021-06-22 | Fix asan error when walking heap for T_PAYLOAD objects | eileencodes | |
| Related to https://bugs.ruby-lang.org/issues/18001 Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/4597 | |||
| 2021-06-22 | [ruby/irb] Sort ls result ordered by anscestry | Keiko Kaneko | |
| https://github.com/ruby/irb/commit/fdd5c0a71e | |||
| 2021-06-22 | [Documentation] Fix typo, formatting in `time.c` | Anton Rieder | |
| Backticks do not result in code formatting. Notes: Merged: https://github.com/ruby/ruby/pull/4594 | |||
| 2021-06-22 | Fix NEWS formatting. | Samuel Williams | |
| 2021-06-22 | Add fiber scheduler news. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4593 | |||
| 2021-06-22 | Rework `sysread` to use blocking `read_internal_locktmp`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4592 | |||
| 2021-06-22 | Deprecate and rework old (fd) centric functions. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4592 | |||
| 2021-06-22 | Direct io for accept, send, sendmsg, recvfrom, and related methods. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4477 | |||
