Age | Commit message (Collapse) | Author | |
---|---|---|---|
25 hours | Exclude prism/generate-srcs.mk.rb from sync targets of prism | Hiroshi SHIBATA | |
2025-08-05 | Pathname is now core class. | Hiroshi SHIBATA | |
We will restore this sync target when `lib/pathname.rb` is migrated to `pathname_builtin.rb` and backport that file to `ruby/pathname` repo. | |||
2025-07-03 | Adapt to upstream change in Bundler specs | David Rodríguez | |
2025-07-02 | Fixup 9dc60de4fcd | Hiroshi SHIBATA | |
Sync erb.gemspec to under the `lib/erb/ directory. | |||
2025-06-11 | Fix `make test-bundler` | David Rodríguez | |
Notes: Merged: https://github.com/ruby/ruby/pull/13520 | |||
2025-05-12 | Support to sync cgi/escape from ruby/cgi repo | Hiroshi SHIBATA | |
2025-05-02 | Set is migrated to Core class | Hiroshi SHIBATA | |
2025-04-10 | Sync Bundler and adapt to new spec setup | David Rodríguez | |
Notes: Merged: https://github.com/ruby/ruby/pull/13083 | |||
2025-02-05 | Removed fiddle from sync target | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12616 | |||
2025-01-27 | readline is also removed from sync target | Hiroshi SHIBATA | |
2025-01-27 | Removed irb and reline from sync targets | Hiroshi SHIBATA | |
2025-01-21 | ext/json/parser/prereq.mk is removed from sync target | Hiroshi SHIBATA | |
2025-01-20 | win32ole is bundled gems now | Hiroshi SHIBATA | |
2025-01-15 | Removed sync target of rdoc | Hiroshi SHIBATA | |
2025-01-14 | Sync lockfile from rubygems/rubygems | Hiroshi SHIBATA | |
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 | Removed benchmark, logger, ostruct and pstore from sync targets | Hiroshi SHIBATA | |
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 <tomoyapenguin@gmail.com> | |||
2024-12-18 | Skip to sync lib/irb/.document | Hiroshi SHIBATA | |
2024-12-11 | Fixed upstream path of ruby/resolv | Hiroshi SHIBATA | |
2024-12-02 | Update strscan structure for strscan/strscan.rb | Hiroshi SHIBATA | |
2024-11-27 | Sync the main branch of `ruby/mmtk` | Matt Valentine-House | |
The sync script defaults to `master` when analysing which commits to pick, but the default for new repos now is `main`. Notes: Merged: https://github.com/ruby/ruby/pull/12174 | |||
2024-11-25 | Skip sync failure when we specified old version | Hiroshi SHIBATA | |
2024-11-21 | Sync ruby/mmtk into the gc/mmtk directory | Matt Valentine-House | |
Notes: Merged: https://github.com/ruby/ruby/pull/12120 | |||
2024-11-05 | Update depend files | Jean Boussier | |
Notes: Merged: https://github.com/ruby/ruby/pull/12003 | |||
2024-11-05 | Update json gem syncing logic | Jean Boussier | |
Notes: Merged: https://github.com/ruby/ruby/pull/12003 | |||
2024-11-05 | tool/sync_default_gems.rb: update json rules | Jean Boussier | |
`lib/json/ext/generator/state.rb` should actually be `ext/json/lib/json/ext/generator/state.rb` Notes: Merged: https://github.com/ruby/ruby/pull/11999 | |||
2024-11-05 | Stop syncing json benchmarks. | nagachika | |
Notes: Merged: https://github.com/ruby/ruby/pull/11978 | |||
2024-10-29 | Revert "No longer needed ext/json/extconf.rb" | Hiroshi SHIBATA | |
This reverts commit 58797b7f74737b8896583c9bfa6546ef6756681a. | |||
2024-10-26 | No longer needed ext/json/extconf.rb | Hiroshi SHIBATA | |
2024-10-16 | Followed up https://github.com/ruby/json/pull/613 | Hiroshi SHIBATA | |
2024-10-09 | Added win32-registry | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/11791 | |||
2024-10-07 | json upstream is ruby/json now | Hiroshi SHIBATA | |
2024-09-16 | [PRISM] Remove snapshot testing from Prism sync | Kevin Newton | |
Notes: Merged: https://github.com/ruby/ruby/pull/11624 | |||
2024-08-31 | * remove trailing spaces. [ci skip] | git | |
2024-08-31 | Added check method with released version of rubygems.org | Hiroshi SHIBATA | |
2024-08-05 | Clean up empty directory | Hiroshi SHIBATA | |
2024-07-16 | Follow-up resolv and win32 integration | Hiroshi SHIBATA | |
https://github.com/ruby/resolv/pull/54 | |||
2024-07-01 | Skip to copy .so/.bundle files generated by rake-compiler | Hiroshi SHIBATA | |
2024-06-04 | Sync strscan HEAD again. | Hiroshi SHIBATA | |
https://github.com/ruby/strscan/pull/99 split document with multi-byte chars. | |||
2024-06-03 | Revert "Sync strscan document files to under the doc directory" | Hiroshi SHIBATA | |
This reverts commit 5611e249e10bf95d48bbf27674bbb6b1fe588b5e. Followed up with https://github.com/ruby/ruby/commit/78bfde5d9f42f2d7bcfb40343477eb8e73ca0e29 | |||
2024-05-30 | Sync strscan document files to under the doc directory | Hiroshi SHIBATA | |
2024-03-28 | Read as binary regardless locale | Nobuyoshi Nakada | |
2024-02-20 | Architecture-dependent files must not pollute libdir [ci skip] | Nobuyoshi Nakada | |
Copying compiled binaries to libdir is a really evil practice. | |||
2024-02-20 | Don't sync prism.{so,bundle,dll} from `ruby/prism` | Hiroshi SHIBATA | |
2024-01-24 | No longer needed to sync syslog | Hiroshi SHIBATA | |
2024-01-22 | Stop sync csv repo | Hiroshi SHIBATA | |
2024-01-22 | Stop sync nkf repo | Hiroshi SHIBATA | |
2024-01-22 | Stop sync drb repo | Hiroshi SHIBATA | |
2024-01-19 | Stop sync rinda repo | Hiroshi SHIBATA | |