| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-12 | Print JIT cancel when all JIT-ed code is cancelled | Takashi Kokubun | |
| 2021-08-13 | * 2021-08-13 [ci skip] | git | |
| 2021-08-13 | Mark `rb_unexpected_type` as "cold" [Bug #18062] | Nobuyoshi Nakada | |
| So that it will not interfere the fast path in `Check_Type`. | |||
| 2021-08-13 | Indicate the slow path of `Check_Type` never return [Bug #18062] | Nobuyoshi Nakada | |
| Though this call to `rb_check_type` is just to raise an exception and never return actually, it can return at least formally. That means a caller function looks like it will access `flags` even in the special-const cases, and some optimizers may unify the access with the same access just following the call, and re-order it before the guard. | |||
| 2021-08-12 | [ruby/reline] Version 0.2.7 | aycabta | |
| https://github.com/ruby/reline/commit/040d29b4c0 | |||
| 2021-08-12 | [ruby/irb] Version 1.3.7 | aycabta | |
| https://github.com/ruby/irb/commit/98610236ec | |||
| 2021-08-12 | [ruby/irb] Update dependency, reline >= 0.2.7 | aycabta | |
| https://github.com/ruby/irb/commit/5a0c8dc9e6 | |||
| 2021-08-12 | Revert "Try to run test_interrupt_in_other_thread with Editline" | aycabta | |
| This reverts commit c66b27efbb27c6b6b410457282ac841ead1dd132. | |||
| 2021-08-12 | Try to run test_interrupt_in_other_thread with Editline | aycabta | |
| 2021-08-12 | Separate jobs conditions | Nobuyoshi Nakada | |
| 2021-08-12 | RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+ | 卜部昌平 | |
| They fixed the bug. Notes: Merged: https://github.com/ruby/ruby/pull/4735 | |||
| 2021-08-12 | * 2021-08-12 [ci skip] | git | |
| 2021-08-12 | Outer block is required to rescue Timeout::Error | aycabta | |
| 2021-08-11 | Make during_compacting flag in GC one bit | Peter Zhu | |
| Commit c32218de1ba094223420a4ea017707f48d0009c5 turned during_compacting flag to 2 bits to support the case when there is no write barrier. But commit 32b7dcfb56a417c1d1c354102351fc1825d653bf changed compaction to always enable the write barrier. This commit cleans up some of the leftover code. Notes: Merged: https://github.com/ruby/ruby/pull/4730 | |||
| 2021-08-11 | Add TODO comment to #test_interrupt_in_other_thread | aycabta | |
| 2021-08-11 | Add comments about testing steps | aycabta | |
| 2021-08-11 | Put the result of the process into a variable once | aycabta | |
| To make the meaning of assertion easier to understand, | |||
| 2021-08-11 | Stop exiting to show "SUCCESS" | aycabta | |
| 2021-08-11 | Add logging about Errno::EPIPE | aycabta | |
| 2021-08-11 | Write log to stdout immediately | aycabta | |
| 2021-08-11 | Stop checking char from "read" | aycabta | |
| Because it's sometimes nil due to race condition. | |||
| 2021-08-11 | Break immediately if assertions finished | aycabta | |
| 2021-08-11 | Add "START" log | aycabta | |
| 2021-08-11 | Term fill in String#{,l,r}strip! even when SHARABLE_MIDDLE_SUBSTRING | Jeremy Evans | |
| Each of these methods calls str_modify_keep_cr before term filling, which should ensure the backing string uses private memory, and therefore term filling should not affect other strings. Skipping the term filling was added in a707ab4bc8a29241440f56696098efa2f7f3ff45. Fixes [Bug #12540] Notes: Merged: https://github.com/ruby/ruby/pull/4731 | |||
| 2021-08-11 | Get rid of type-punning pointer casts [Bug #18062] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4716 | |||
| 2021-08-11 | * 2021-08-11 [ci skip] | git | |
| 2021-08-10 | Assert for duplicated ARGF [Bug #18074] | Nobuyoshi Nakada | |
| 2021-08-10 | Assert that each contents are read [Bug #18074] | Nobuyoshi Nakada | |
| 2021-08-10 | Remove root_jmpbuf in rb_thread_struct | Nobuyoshi Nakada | |
| It has not been used since 1b82c877dfa72e8505ded149fd0e3ba956529d3f. Notes: Merged: https://github.com/ruby/ruby/pull/4725 | |||
| 2021-08-10 | add some lines to delete unused TracePoint | Koichi Sasada | |
| `TracePoint.stat` returns the "to be deleted" TP numbers, and http://rubyci.s3.amazonaws.com/graviton2/ruby-master/log/20210810T030003Z.fail.html.gz shows there is a "to be deleted" TP. This patch uses only :line event and add some lines to allow MRI deletes "to be deleted" TPs. | |||
| 2021-08-10 | Run only directories or *_spec.rb files only by mspec [Bug #18072] | Nobuyoshi Nakada | |
| Not to match *.c files under spec/ruby/optional/capi/ext, in the case of in-place build. | |||
| 2021-08-10 | Fix ARGF.read(length) short read [Bug #18074] | Csaba Henk | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4727 | |||
| 2021-08-10 | .github/workflows/compilers.yml: clang-14 | 卜部昌平 | |
| It seems LLVM-14 begun. See also https://github.com/llvm/llvm-project/commit/08c766a7318ab37bf1d77e0c683cd3b00e700877 Notes: Merged: https://github.com/ruby/ruby/pull/4718 | |||
| 2021-08-09 | .travis.yml: Check failures for Travis arm64 again. | Jun Aruga | |
| It seems the concurrent jobs are stable recently on arm64 pipeline. Keep allowing to fail on arm32 due to a failure. Notes: Merged: https://github.com/ruby/ruby/pull/4726 | |||
| 2021-08-10 | Add comment about I/O that is not tty | aycabta | |
| 2021-08-10 | * 2021-08-10 [ci skip] | git | |
| 2021-08-10 | Update parser files of RDoc generated by the latest Racc | aycabta | |
| 2021-08-10 | Update parser files of RDoc generated by the latest KPeg | aycabta | |
| 2021-08-10 | [ruby/rdoc] Use HEAD of kpeg | aycabta | |
| I compared the results between the latest release of kpeg gem (1.1.0) and HEAD of kpeg gem with `time` command, and the execution time is reduced from 38.35s sec to 35.06 sec. ref. https://github.com/evanphx/kpeg/pull/43 https://github.com/ruby/rdoc/commit/682bcb48ce | |||
| 2021-08-10 | [ruby/rdoc] Add "rake clean" task to erase generated parser files | aycabta | |
| https://github.com/ruby/rdoc/commit/4e3e635afa | |||
| 2021-08-10 | Import copied Rakefile from original RDoc repository | aycabta | |
| 2021-08-10 | [ruby/rdoc] Move dev dependency of gettext to Gemfile | aycabta | |
| https://github.com/ruby/rdoc/commit/a177377b6f | |||
| 2021-08-10 | [ruby/rdoc] Use single quote in Gemfile | aycabta | |
| https://github.com/ruby/rdoc/commit/e4b68d414c | |||
| 2021-08-10 | Import copied Gemfile from original RDoc repository | aycabta | |
| 2021-08-10 | Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rb | aycabta | |
| 2021-08-09 | VC warns the same attribute used more than once | Nobuyoshi Nakada | |
| 2021-08-09 | Include ruby.h before internal headers to suppress -Wundef warnings | Nobuyoshi Nakada | |
| 2021-08-09 | Omit on Readline 7.0 because it's wrong behaviour for not TTY env | aycabta | |
| 2021-08-09 | Rename rb_iterate to get rid of name clash on Sun C | Nobuyoshi Nakada | |
| 2021-08-09 | Extended logging for debugging readline failures. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4722 | |||
