| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-07 | Ignore duplicate libraries warnings from gcc 13 | Nobuyoshi Nakada | |
| 2023-11-07 | Remove files which are newly added but to be ignored | Nobuyoshi Nakada | |
| 2023-11-05 | Lrama v0.5.9 | yui-knk | |
| 2023-11-04 | Update newer version gems only | Nobuyoshi Nakada | |
| 2023-11-02 | Make every initial size pool shape a root shape | Peter Zhu | |
| This commit makes every initial size pool shape a root shape and assigns it a capacity of 0. | |||
| 2023-10-30 | rm prism type templates | Kevin Newton | |
| 2023-10-28 | Print the date to STDERR if STDIN is a part of input [ci skip] | Nobuyoshi Nakada | |
| 2023-10-27 | .travis.yml: Simplify Travis CI. | Jun Aruga | |
| * Remove CI functions for make test-all. I want to simplify the `.travis.yml` for us to maintain it easily. When we need to skip a test, we can fix the test file directly. I removed the `tool/ci_functions.sh` too. I confirmed the file is not used in any other files. * .travis.yml: Remove a notification for IRC channel. GitHub Actions don't use this notification. The setting is outdated. * Fix to skip the commit including the document keyword. There were 2 `if` syntax lines in the file. * Remove ccache. | |||
| 2023-10-27 | Select the destination for the latest date by whether inplace mode | Nobuyoshi Nakada | |
| 2023-10-26 | Remove JavaScript templates | Kevin Newton | |
| 2023-10-26 | Lrama v0.5.8 | yui-knk | |
| 2023-10-26 | Fix test failure with __runner_options__ renaming | Hiroshi SHIBATA | |
| 2023-10-26 | tool test/unit/testcase: rename vars @passed, @@current | lukeg | |
| to @__passed__, @@__current__. @passed is redefined in a few test suites, and this could lead to bugs. Also rename @options (Runner#options) to @__runner_options__, which is only used in make test-tool anyway. | |||
| 2023-10-25 | Do not append latest_date to gems/bundled_gems [ci skip] | Kazuhiro NISHIYAMA | |
| 2023-10-24 | [Bug #19968] Revert RBS revision to test | Nobuyoshi Nakada | |
| This reverts the commits for the master branch of RBS: - commit f717faac632dd8664d0967f8e639b84d5d032854: "Update rbs revision to test" The target revision to test is in master branch, not for 3.2.x. - commit 9e93af5329f35092c3de3ea37d4e9e181b800bb2: "Skip RBS `RbConfig::TOPDIR` test that is `nil` before installation" RbConfig_test.rb is not updated in 3.2.x branch. | |||
| 2023-10-23 | Set date in message to the latest gem date [ci skip] | Nobuyoshi Nakada | |
| 2023-10-23 | Removed unnecessary libraries of sync_tool | Hiroshi SHIBATA | |
| 2023-10-23 | sync_tool is unnecessary now. | Hiroshi SHIBATA | |
| We can use https://github.com/ruby/test-unit-ruby-core for testing the default gems. | |||
| 2023-10-23 | Lrama v0.5.7 | yui-knk | |
| 2023-10-22 | Skip RBS `RbConfig::TOPDIR` test that is `nil` before installation | Nobuyoshi Nakada | |
| 2023-10-22 | RBS no longer has test/stdlib/Prime_test.rb | Nobuyoshi Nakada | |
| 2023-10-21 | [Bug #19967] Ignore library before build | Nobuyoshi Nakada | |
| 2023-10-21 | Fallback job status to normal if no tty | Nobuyoshi Nakada | |
| 2023-10-21 | [Bug #19967] Delete real path | Nobuyoshi Nakada | |
| 2023-10-21 | Strip universal_archnames | Nobuyoshi Nakada | |
| 2023-10-21 | [Bug #19967] Reset `LIBPATHENV` env after started | Nobuyoshi Nakada | |
| Not to affect other tools invoked as child processes. | |||
| 2023-10-20 | Added explicitly begin-end block for Ruby 2.4. | Hiroshi SHIBATA | |
| strscan, ipaddr and some default gems still support Ruby 2.4. After this, I extract this CoreAssertions to their repositories. | |||
| 2023-10-19 | [DOC] "is now bundled" is ambiguous | Takashi Kokubun | |
| I think it meant it's now a bundled "gem", but "is now bundled" implies it's a new gem that was neither default nor bundled gems. So I changed wording. I also want to change the subjects and reorder them so that it will read: "The following default gem" (new) -> "The following default gem" (updated) -> "The following bundled gem" (new) -> "The following bundled gem" (updated). | |||
| 2023-10-19 | [DOC] Prism is a new default gem | Takashi Kokubun | |
| 2023-10-19 | Avoid using a system Ruby if possible | Takashi Kokubun | |
| in tool/update-NEWS-gemlist.rb | |||
| 2023-10-18 | Handle `Timeout::Error` reported from workers | Nobuyoshi Nakada | |
| 2023-10-18 | Fix total count when filters given | Nobuyoshi Nakada | |
| 2023-10-18 | Escape method names containing control characters | Nobuyoshi Nakada | |
| 2023-10-17 | Prefer RbConfig.ruby over the 3.times fallback (#8691) | Takashi Kokubun | |
| It seems saner to use RbConfig.ruby than using ruby in a random ancestor directory. | |||
| 2023-10-18 | Manage parallel test workers after timeout | Nobuyoshi Nakada | |
| 2023-10-18 | Add `jobs` optional keyword argument | Nobuyoshi Nakada | |
| 2023-10-14 | Ignore symbols even in empty shared library | Nobuyoshi Nakada | |
| On some platforms, such as FreeBSD and Oracle Linux, symbols defined in the crt0 setup routine are exported from shared libraries. So ignore the symbols that would be exported even in an empty shared library. | |||
| 2023-10-12 | YJIT: port call threshold logic from Rust to C for performance (#8628) | Maxime Chevalier-Boisvert | |
| * Port call threshold logic from Rust to C for performance * Prefix global/field names with yjit_ * Fix linker error * Fix preprocessor condition for rb_yjit_threshold_hit * Fix third linker issue * Exclude yjit_calls_at_interv from RJIT bindgen --------- Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com> | |||
| 2023-10-12 | Fix leaked symbols on FreeBSD [ci skip] | Nobuyoshi Nakada | |
| 2023-10-04 | Remove a binding.irb in rjit-bindgen | Takashi Kokubun | |
| 2023-10-04 | Special treat when the first line ends with a dot [ci skip] | Nobuyoshi Nakada | |
| 2023-10-03 | Support regexp in log-fix [ci skip] | Nobuyoshi Nakada | |
| 2023-10-02 | Use the hexdigit character class | Nobuyoshi Nakada | |
| 2023-10-01 | tool/enc-unicode.rb: make the condition concice with flip-flop | Nobuyoshi Nakada | |
| And regexps are not necessary here. | |||
| 2023-09-28 | Move CRuby-specific prism files to top level | Kevin Newton | |
| 2023-09-27 | Rename YARP symbols to prism | Kevin Newton | |
| 2023-09-27 | Rename YARP filepaths to prism filepaths | Kevin Newton | |
| 2023-09-27 | Rename compiler test to iseq test | Kevin Newton | |
| 2023-09-23 | Improve VCS::GIT#format_changelog addessing [ci skip] | Nobuyoshi Nakada | |
| 2023-09-21 | [Bug #19892] Clean intermediate files regardless `-keep_temp` | Nobuyoshi Nakada | |
| Not to include such files in the result packages. | |||
