| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-28 | Revert flawed doc for slice_after, slice_when, and chunk_while (#5952) | Burdette Lamar | |
| Restores doc for the methods that were cited in https://bugs.ruby-lang.org/issues/18765. Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2022-05-28 | [rubygems/rubygems] Make code to find target update version easier to follow | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/a7f81cc7ee | |||
| 2022-05-28 | [rubygems/rubygems] Remove unnecessary name and platform filter | David Rodríguez | |
| It's already done before. https://github.com/rubygems/rubygems/commit/49d28cfde5 | |||
| 2022-05-28 | [rubygems/rubygems] Fix rubygems update when non default `--install-dir` is ↵ | David Rodríguez | |
| configured https://github.com/rubygems/rubygems/commit/9f3b21192d | |||
| 2022-05-28 | Make `Kernel#p` completely uninterruptible. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Tidy up usage of write_lock. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Improve handling of zero length writes. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Improve consistency of `io_binwritev_internal` implementaiton. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Improve error handling in `finish_writeconv`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Better handling of `error`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Always allocate write_lock | machty | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Add IO write throughput/locking overhead benchmark. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Make `io_binwritev` atomic. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-28 | Make `io_binwrite` atomic. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5419 | |||
| 2022-05-27 | RCLASS uses FLUSER bits 0 through 3 | Jemma Issroff | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5955 | |||
| 2022-05-27 | Add more information to lldb dump_page helper | Jemma Issroff | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5957 | |||
| 2022-05-28 | * 2022-05-28 [ci skip] | git | |
| 2022-05-27 | Only check class ancestors for ivar in memory_view | John Hawthorn | |
| rb_class_get_superclass returns the immediate SUPER, including T_ICLASS. rb_ivar_lookup isn't implemented for T_ICLASS so it uses the default behaviour, which always returns Qnil. This commit avoids checking T_ICLASS for ivars. Notes: Merged: https://github.com/ruby/ruby/pull/5663 | |||
| 2022-05-27 | [DIC] Fix typo in documentation | Kouhei Yanagita | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5962 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2022-05-27 | [rubygems/rubygems] Show better error when previous installation fails to be ↵ | David Rodríguez | |
| removed Instead of guessing on the culprit. We actually have a helper, `Bundler.rm_rf`, with exactly the behavior that we want: * Allow the passed folder to not exist. * No exception swallowing other than that. https://github.com/rubygems/rubygems/commit/5fa3e6f04a | |||
| 2022-05-27 | Support old Mac OS X SDK and gcc | Nobuyoshi Nakada | |
| Follow up of https://github.com/ruby/ruby/pull/5927 `pthread_threadid_np()` is not even be declared in outdated SDKs. Also, the `__API_AVAILABLE` macro does not work on gcc, which does not support the [availability] attribute of clang, so an additional weak symbol declaration is required to check for weakly linked symbols. [availability]: https://clang.llvm.org/docs/AttributeReference.html#availability | |||
| 2022-05-27 | Use `$(CHDIR)` so works with symlink [ci skip] | Nobuyoshi Nakada | |
| 2022-05-27 | Revert "Stop rebuilding miniruby always [ci skip]" | Nobuyoshi Nakada | |
| This reverts commit 2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3. | |||
| 2022-05-26 | Remove trailing comma from FL_USER3 (#5958) | Jemma Issroff | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2022-05-26 | Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flag | Jemma Issroff | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5932 | |||
| 2022-05-26 | Don't attempt to read ivars on T_ICLASS in struct (#5664) | John Hawthorn | |
| Notes: Merged-By: jhawthorn <john@hawthorn.email> | |||
| 2022-05-27 | * 2022-05-27 [ci skip] | git | |
| 2022-05-26 | Use bindgen to import CRuby constants for YARV instruction bytecodes | Noah Gibbs (and/or Benchmark CI) | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5948 | |||
| 2022-05-27 | Show ASAN_OPTIONS in hacking guide. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5950 | |||
| 2022-05-26 | Using TZMODE_SET_LOCALTIME macro | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5937 | |||
| 2022-05-26 | Stop rebuilding miniruby always [ci skip] | Nobuyoshi Nakada | |
| 2022-05-26 | Remove unnecessary ignore warnings. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5947 | |||
| 2022-05-26 | Simplify the autoload require logic. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5945 | |||
| 2022-05-26 | * 2022-05-26 [ci skip] | git | |
| 2022-05-26 | [ruby/fileutils] [DOC] Enhanced RDoc for copy_entry ↵ | Burdette Lamar | |
| (https://github.com/ruby/fileutils/pull/76) https://github.com/ruby/fileutils/commit/27a3c376c7 | |||
| 2022-05-26 | Fix GC race condition in autoload. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5941 | |||
| 2022-05-25 | [ruby/timeout] Set the flag surely before return | Nobuyoshi Nakada | |
| https://github.com/ruby/timeout/commit/f3a31abdfb | |||
| 2022-05-25 | Remove unexpected rakelib [ci skip] | Nobuyoshi Nakada | |
| 2022-05-25 | [ruby/timeout] Add epoch.rake [ci skip] | Nobuyoshi Nakada | |
| https://github.com/ruby/timeout/commit/5153ae9cad | |||
| 2022-05-25 | [ruby/timeout] Update spec files not to include unused files [ci skip] | Nobuyoshi Nakada | |
| https://github.com/ruby/timeout/commit/01c44b591f | |||
| 2022-05-25 | Fix out of bounds read. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5940 | |||
| 2022-05-25 | Ensure we retain the main fiber stack bounds. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5940 | |||
| 2022-05-25 | Hack to avoid leak checker | Nobuyoshi Nakada | |
| 2022-05-25 | [ruby/timeout] Hack to avoid leak checker | Nobuyoshi Nakada | |
| https://github.com/ruby/timeout/commit/9a9b03b44c | |||
| 2022-05-25 | Run find in PATH [ci skip] | Nobuyoshi Nakada | |
| 2022-05-25 | Update default gems list at fde4519af8762fccc8488d1972d984 [ci skip] | git | |
| 2022-05-25 | [ruby/timeout] Bump version to 0.3.0 | Hiroshi SHIBATA | |
| https://github.com/ruby/timeout/commit/f69f954a94 | |||
| 2022-05-25 | Clean intermediate files for update-deps [ci skip] | Nobuyoshi Nakada | |
| 2022-05-25 | Tidy up redundant returns. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5926 | |||
| 2022-05-25 | Retain reference to blocking fibers. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5926 | |||
