| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-27 | [rubygems/rubygems] Don't redownload `rubygems-update` package if already there | David Rodríguez | |
| This makes it easier to test the upgrade process locally and should be more efficient in certain cases where the user has already upgraded in the past. https://github.com/rubygems/rubygems/commit/ed6cc88494 | |||
| 2021-12-27 | [ruby/drb] Fix method names "regist" as "register" | Nobuyoshi Nakada | |
| https://github.com/ruby/drb/commit/9a1ff286bc | |||
| 2021-12-27 | Now YJIT can be enabled on mswin64 | U.Nakamura | |
| 2021-12-27 | Fix some bornheads | U.Nakamura | |
| 2021-12-27 | Call FlushInstrucitonCache() when PROT_EXEC is specified to mprotect | U.Nakamura | |
| 2021-12-27 | Tiny mmap emulation for Windows | U.Nakamura | |
| - prerequisite of supporting YJIT with VC++. - note that now can specfily `--yjit` on mswin64, but not enabled YJIT'ed code because of YJIT requires `OPT_DIRECT_THREADED_CODE` or `OPT_CALL_THREADED_CODE` in `rb_yjit_compile_iseq`. | |||
| 2021-12-27 | Update default gems list at d6311cb1ca5860a6e0cbf6f87c1e0a [ci skip] | git | |
| 2021-12-27 | Track RubyGems 3.4.0dev and Bundler 2.4.0dev | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | [rubygems/rubygems] Don't add verbose flag so opaquely for realworld specs | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/fa8455ef7c Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | [rubygems/rubygems] Move setup to the spec that uses it | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/7cf0a8fa8e Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | [rubygems/rubygems] Remove unused include | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/a581a1dd50 Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | [rubygems/rubygems] Remove the rest of the `RUBY_VERSION` monkeypatching | David Rodríguez | |
| Since we're at it. This generates a bunch of warnings and seems like a brittle way to test things, so let's get rid of it. https://github.com/rubygems/rubygems/commit/f5d45520e0 Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | [rubygems/rubygems] Update some specs to pass ruby-head CI | David Rodríguez | |
| These specs were monkeypatching `RUBY_VERSION`, but that obviously doesn't change the running ruby to behave any different. The removal of some features, in particular, `String#untaint`, made these specs fail, because untaint is no longer available under ruby-core and bundler calls `untaint` when `RUBY_VERSION` is less than "2.7", which these specs were overwriting it to be. Rewrite these specs to not overwrite `RUBY_VERSION`, but still test the same things. https://github.com/rubygems/rubygems/commit/e8c7b92901 Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | [rubygems/rubygems] Make SpecificationPolicy autoload constant | Masataka Pocke Kuwabara | |
| It reduces memory usage about 204kb (1.4%). https://github.com/rubygems/rubygems/commit/b7d4b8c8a6 Notes: Merged: https://github.com/ruby/ruby/pull/5350 | |||
| 2021-12-27 | Check if `Kernel#untaint` is defined instead of version comparison | Nobuyoshi Nakada | |
| Probably `RUBY_VERSION` seems overwritten somewhere in the tests. Notes: Merged: https://github.com/ruby/ruby/pull/5349 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-12-27 | * 2021-12-27 [ci skip] | git | |
| 2021-12-27 | Ignore failures taint/trust in RBS tentatively [ci skip] | Nobuyoshi Nakada | |
| 2021-12-26 | Initialize Struct by calling with keyword arguments | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5348 | |||
| 2021-12-26 | Postpone fix of lookbehind with ss characters tentatively | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5348 | |||
| 2021-12-26 | Remove deprecate rb_cData [Bug #18433] | Nobuyoshi Nakada | |
| Also enable the warning for T_DATA allocator. Notes: Merged: https://github.com/ruby/ruby/pull/5348 | |||
| 2021-12-26 | Remove Refinement#include and Refinement#prepend | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5348 | |||
| 2021-12-26 | Remove tainted and trusted features | Nobuyoshi Nakada | |
| Already these had been announced to be removed in 3.2. Notes: Merged: https://github.com/ruby/ruby/pull/5348 | |||
| 2021-12-26 | Development of 3.1.0 started. | Yukihiro "Matz" Matsumoto | |
| 2021-12-26 | Make RubyVM::AST.of work with code written in `-e` command-line option | Yusuke Endoh | |
| [Bug #18434] Notes: Merged: https://github.com/ruby/ruby/pull/5347 | |||
| 2021-12-26 | Update bundled gems list at 2322967f3e23b6dbf6e1bf9e78ae1c [ci skip] | git | |
| 2021-12-26 | Update default gems list at 1698010bb12a799f8ceb7202fd0df8 [ci skip] | git | |
| 2021-12-26 | * 2021-12-26 [ci skip] | git | |
| 2021-12-26 | NEWS: Empty gem list if no new gems | Nobuyoshi Nakada | |
| 2021-12-25 | Update default gems list at 53b3c044fc6de4e2224f8601dec583 [ci skip] | git | |
| 2021-12-25 | Copy NEWS.md to doc/NEWS-3.1.0.md and update for 3.2.0 | Kazuhiro NISHIYAMA | |
| 2021-12-25 | tag's prefix is "v" | NARUSE, Yui | |
| 2021-12-25 | Revert "Do not include external library sources into packages" | NARUSE, Yui | |
| This reverts commit a042043487eb4c7d39307b8e784ede1856455c3e. | |||
| 2021-12-25 | Prevent installing zlib library | NARUSE, Yui | |
| 2021-12-25 | Revert "make-snapshot: add -extlibs option" | NARUSE, Yui | |
| This reverts commit afa9d65d61857792508b1405835b07b78e24449c. It prevents installing libffi. | |||
| 2021-12-25 | fix tool/format-release | NARUSE, Yui | |
| Pass ruby directory path | |||
| 2021-12-25 | Update default gems list at 8247b193c0dd06db9ea56812954dda [ci skip] | Nobuyoshi Nakada | |
| 2021-12-25 | [ruby/io-console] bump up to 0.5.10 | Nobuyoshi Nakada | |
| https://github.com/ruby/io-console/commit/806c65e22b | |||
| 2021-12-25 | [ruby/io-console] No longer support dead versions | Nobuyoshi Nakada | |
| https://github.com/ruby/io-console/commit/e9478509e9 | |||
| 2021-12-25 | NEWS: mention Time.new argument error more | Nobuyoshi Nakada | |
| Show an example of Time.new with perhaps unexpected results in earlier versions. | |||
| 2021-12-25 | Suppress undef warnings for USE_RUBY_DEBUG_LOG | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5345 | |||
| 2021-12-25 | Define fallback RUBY_DEVEL to suppress undef warnings | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5345 | |||
| 2021-12-25 | Raise proper exception when month argument is not a name | Nobuyoshi Nakada | |
| https://bugs.ruby-lang.org/issues/17485#change-89871 Notes: Merged: https://github.com/ruby/ruby/pull/5344 | |||
| 2021-12-25 | Fix the names of Thread::Queue and method for the cross-reference | Nobuyoshi Nakada | |
| 2021-12-25 | NEWS: Put spaces to make Method and UnboundMethod links | Nobuyoshi Nakada | |
| 2021-12-25 | Add IRB Improvements section to NEWS.md | aycabta | |
| 2021-12-25 | NEWS: Mention about more strict conversions for [Feature #17485] | Nobuyoshi Nakada | |
| 2021-12-25 | Update default gems list at 0f1fbc6421641d80a03f0b72e3d775 [ci skip] | git | |
| 2021-12-25 | [ruby/irb] Version 1.4.1 | aycabta | |
| https://github.com/ruby/irb/commit/b1d9c34441 | |||
| 2021-12-25 | [ruby/irb] Support showing doc by dialog in iTerm2 | aycabta | |
| https://github.com/ruby/irb/commit/a4b95d6634 | |||
| 2021-12-25 | Update default gems list at 40c20110d5791e26e5edaddb6a77cf [ci skip] | git | |
