| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | Use prepend for override to status line | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed duplicated autorun method | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Resolved conflict initializers | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed unused _run_suites | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed deprecated process_args | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Merge poke methods | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Merge run methods | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed VERSION constant | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Replace MiniTest::Unit to Test::Unit::Runner | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move MiniTest::Unit to under Test::Unit::Runner | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use CoreAssertions instead of Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Added default test-class for parallel tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test::Unit namespace | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use self class for diff | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Fixed broken runner for `make test-all` | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use MiniTest | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move test_order under the Test::Unit::TestCase | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move constants under the TestCase | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Migrate MiniTest::Unit::TestCase class under the Test::Unit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed needless compatibility for MiniTest 5 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed needless alias about Minitest | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move MiniTest::Assertions to Test::Unit::Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-10 | tool/strip-rdoc.rb: optimize | 卜部昌平 | |
| This script is called from Doxygen many times. Worth optimising. [ci skip] Notes: Merged: https://github.com/ruby/ruby/pull/4815 | |||
| 2021-09-08 | [Misc #18153] Install debug symbol files/directories by the option | Nobuyoshi Nakada | |
| 2021-09-06 | Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration | Hiroshi SHIBATA | |
| 2021-09-06 | Simplify conditions for CoreAssertion initialization | Hiroshi SHIBATA | |
| 2021-09-04 | Expand upstream issue numbers to URLs in ChangeLog | Nobuyoshi Nakada | |
| 2021-09-03 | Add some punctuations as regexp separators to fix commit logs | Nobuyoshi Nakada | |
| 2021-08-31 | No commits to pick is success [ci skip] | Nobuyoshi Nakada | |
| 2021-08-31 | Exit with the syncing status [ci skip] | Nobuyoshi Nakada | |
| 2021-08-30 | Add irb section to tool/sync_default_gems.rb | aycabta | |
| 2021-08-29 | Handle non-succeeding reports mingled with dots | Nobuyoshi Nakada | |
| 2021-08-29 | Memory::Status#_update should return `self` | Nobuyoshi Nakada | |
| 2021-08-25 | Added bundle install before bundle exec on rdoc sync | Hiroshi SHIBATA | |
| 2021-08-25 | tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf | Yusuke Endoh | |
| Formerly, TypeProf was tested with the latest RBS code during `make test-bundled-gems`. However, when a new version of rbs is released, and if it is incompatible with TypeProf, `make test-bundled-gems` starts failing, which was annoying. By this change, TypeProf is tested with the bundled version of RBS. Notes: Merged: https://github.com/ruby/ruby/pull/4774 | |||
| 2021-08-24 | Revert "tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf" | Yusuke Endoh | |
| This reverts commit 22deda43cb98aa3cee48d0bebbff7c4db1d7652a. It was incomplete. Sorry! | |||
| 2021-08-24 | Added ruby/un entry | Hiroshi SHIBATA | |
| 2021-08-24 | tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf | Yusuke Endoh | |
| Formerly, TypeProf was tested with the latest RBS code during `make test-bundled-gems`. However, when a new version of rbs is released, and if it is incompatible with TypeProf, `make test-bundled-gems` starts failing, which was annoying. By this change, TypeProf is tested with the bundled version of RBS. | |||
| 2021-08-21 | Allow tracing of optimized methods | Jeremy Evans | |
| This updates the trace instructions to directly dispatch to opt_send_without_block. So this should cause no slowdown in non-trace mode. To enable the tracing of the optimized methods, RUBY_EVENT_C_CALL and RUBY_EVENT_C_RETURN are added as events to the specialized instructions. Fixes [Bug #14870] Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com> Notes: Merged: https://github.com/ruby/ruby/pull/4739 Merged-By: jeremyevans <code@jeremyevans.net> | |||
| 2021-08-19 | Hard-link executable files to mae runnable | Nobuyoshi Nakada | |
| As `$ORIGIN` on Linux is refered from the real path of the executable file, symbolic linked executable file cannot work. | |||
| 2021-08-16 | Use `VALUE` instead of `intptr_t` | Nobuyoshi Nakada | |
| On emscripten `intptr_t`, `uintptr_t`, `ptrdiff_t` and so on are defined as `long`, but `PRIdPTR` and so on defined as `int`. Notes: Merged: https://github.com/ruby/ruby/pull/4745 | |||
| 2021-08-10 | Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rb | aycabta | |
| 2021-08-07 | Group commands on GitHub Actions | Nobuyoshi Nakada | |
| 2021-08-05 | Show WorkingSetSize as RSS on Windows | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4709 | |||
| 2021-08-05 | check GC.enable'd status | Koichi Sasada | |
| Check GC.enable'd status before and after test execution. Write this checker in gc_checker.rb, it was renamed from gc_compact_checker.rb. Notes: Merged: https://github.com/ruby/ruby/pull/4710 | |||
| 2021-08-05 | Use equivalent `__FILE__` | Nobuyoshi Nakada | |
| 2021-08-04 | Fix relative paths from core_assertions.rb | Nobuyoshi Nakada | |
| 2021-08-04 | Remove an extraneous escape | Nobuyoshi Nakada | |
| Since a3fb97465df3, this string is not inside the here-document. | |||
| 2021-07-28 | Support document sync for optparse | Hiroshi SHIBATA | |
| 2021-07-27 | Added intern_ids.rb | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4684 | |||
