Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-24 | Add test for `Test::Unit::CoreAssertions#assert_raise_with_message` | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12625 | |||
2025-01-23 | Skip test_params(OpenSSLDHTest) at rbs tests with test-bundled-gems | Hiroshi SHIBATA | |
2025-01-21 | Fix lrama for snapshot | Nobuyoshi Nakada | |
- Old versions should compile parse.y by `bison` or the bundled version `lrama`, not the `lrama` in the running repository. - Check variables for ruby executable more strictly. Notes: Merged: https://github.com/ruby/ruby/pull/12605 | |||
2025-01-21 | ext/json/parser/prereq.mk is removed from sync target | Hiroshi SHIBATA | |
2025-01-21 | Lrama v0.7.0 | ydah | |
Notes: Merged: https://github.com/ruby/ruby/pull/12595 | |||
2025-01-20 | Revert "Skip RBS::SchemaTest" | Jean Boussier | |
This reverts commit 4404688a0e9e606aea870d79f5e8be6ac1524335. Notes: Merged: https://github.com/ruby/ruby/pull/12600 | |||
2025-01-20 | Skip RBS::SchemaTest | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12598 | |||
2025-01-20 | win32ole is bundled gems now | Hiroshi SHIBATA | |
2025-01-16 | downloader.rb: Use keyword arguments | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12588 | |||
2025-01-16 | Skip win32ole tests without Windows platform | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12583 | |||
2025-01-15 | Do not expand empty DESTDIR | Nobuyoshi Nakada | |
2025-01-15 | Expand `$destdir` to enable rdoc plugins for rubygems | Nobuyoshi Nakada | |
`Gem::InstallerUninstallerUtils#regenerate_plugins_for` assumes that `plugins_dir` is an absolute path as same as the target plugin files. Notes: Merged: https://github.com/ruby/ruby/pull/12579 | |||
2025-01-15 | Removed sync target of rdoc | Hiroshi SHIBATA | |
2025-01-15 | Disable to generate rubygems plugin | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12577 | |||
2025-01-15 | rdoc-srcdir can refer srcdir by itself | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12577 | |||
2025-01-15 | Use rdoc provided by bundled gems for generating ruby documentation | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12577 | |||
2025-01-14 | Use LRAMA instead of YACC | ydah | |
Notes: Merged: https://github.com/ruby/ruby/pull/12556 | |||
2025-01-14 | Sync lockfile from rubygems/rubygems | Hiroshi SHIBATA | |
2025-01-14 | Restore lockfile for test-bundler | Hiroshi SHIBATA | |
In the past, bundler updated platform without normalized variable like arm64-darwin-23. We ignored that update. But the current bundler uses arm64-darwin for that. Notes: Merged: https://github.com/ruby/ruby/pull/12570 | |||
2025-01-14 | Remove explicit test dependency on uri | David Rodríguez | |
Since we now vendor uri, it does not buy us anything to include it in the gemfile explicitly. Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
2025-01-14 | Remove test dependency on logger | David Rodríguez | |
I think logger is only used to figure out which methods need to be made noops in order to silence webrick during tests. However, it seems possible to do the same using webrick's builtin logger and the current method does not seem even correct since it's not guaranteed that the logger gem and webrick's logger will use the same methods. Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
2025-01-14 | Remove base64 as an explicit test dependency | David Rodríguez | |
Tests don't use it directly, so no need to specify it in our Gemfile. I think it may have only been added because sinatra was not declaring its dependency at the time. Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
2025-01-14 | Use ronn-ng again for documentation generation | David Rodríguez | |
We switched to nronn because ronn-ng felt abandoned, but it seems it has activity again, so switch back. Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
2025-01-13 | sync_default_gems.rb: check message_filter arguments | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12563 | |||
2025-01-10 | Bump up logger-1.6.5 for TruffleRuby | Hiroshi SHIBATA | |
2025-01-10 | Removed benchmark, logger, ostruct and pstore from sync targets | Hiroshi SHIBATA | |
2025-01-10 | Extract Benchmark.measure on assert_cpu_usage_low | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12544 | |||
2025-01-10 | Added logger dependency for Bundler's example | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12537 | |||
2025-01-02 | Remove and stop syncing IRB documentation (#12416) | Stan Lo | |
Follow-up to #12325 Since we're not generating IRB documentation, we don't need to sync its `doc/` folder and keep the previous content. Notes: Merged-By: tompng <[email protected]> | |||
2024-12-25 | Add fail safe to check uncommitted changes | NARUSE, Yui | |
2024-12-23 | Lrama v0.6.11 | ydah | |
Notes: Merged: https://github.com/ruby/ruby/pull/12429 | |||
2024-12-22 | Install modular GC libraries | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12428 | |||
2024-12-22 | Support RUBY_MODULAR_GC with LOAD_RELATIVE | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12428 | |||
2024-12-20 | Bundle rbs-3.8 (#12399) | Soutaro Matsumoto | |
* Clean up skip tests * Bundle rbs-3.8.0.pre.1 Notes: Merged-By: soutaro <[email protected]> | |||
2024-12-19 | The test of net-imap is passed with Windows | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12397 | |||
2024-12-18 | Skip to sync lib/irb/.document | Hiroshi SHIBATA | |
2024-12-18 | Bump vendored securerandom to 0.4.1 | David Rodríguez | |
2024-12-18 | Bump vendored timeout to 0.4.3 | David Rodríguez | |
2024-12-17 | Bump vendored resolv to 0.6.0 | David Rodríguez | |
2024-12-13 | Bump vendored uri to 1.0.2 | David Rodríguez | |
2024-12-13 | Bump vendored net-http to 0.6.0 | David Rodríguez | |
2024-12-13 | Bump vendored securerandom to 0.4.0 | David Rodríguez | |
2024-12-12 | increase diff.renameLimit | NARUSE, Yui | |
2024-12-11 | Fixed upstream path of ruby/resolv | Hiroshi SHIBATA | |
2024-12-06 | typeprof-757303fe8de0cf5e5583b4a76f8abbbd55c44776 is working with Windows | Hiroshi SHIBATA | |
2024-12-05 | Standardize on the name "modular GC" | Peter Zhu | |
We have name fragmentation for this feature, including "shared GC", "modular GC", and "external GC". This commit standardizes the feature name to "modular GC" and the implementation to "GC library". Notes: Merged: https://github.com/ruby/ruby/pull/12261 | |||
2024-12-05 | Bundle RBS 3.7 (#12265) | Soutaro Matsumoto | |
Notes: Merged-By: soutaro <[email protected]> | |||
2024-12-02 | Update strscan structure for strscan/strscan.rb | Hiroshi SHIBATA | |
2024-11-30 | [Bug #20910] dtrace related symbols are not considered leaked | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12221 | |||
2024-11-28 | Always declared gems that are test failures on Windows to allowed failures list | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12193 |