Граф коммитов

795 Коммитов

Автор SHA1 Сообщение Дата
git eff59e93df Update bundled gems list as of 2023-10-30 2023-10-31 07:00:00 +00:00
git 83911002f8 Update default gems list at b413760d66 [ci skip] 2023-10-30 16:37:07 +00:00
git 7f2809b0a9 Update default gems list at 88f1d380ea [ci skip] 2023-10-29 07:16:27 +00:00
git f7605db8c5 Update bundled gems list at 6589af52d2 [ci skip] 2023-10-28 07:01:24 +00:00
Kazuhiro NISHIYAMA 8b3a2d56fd
Update gem version in NEWS [ci skip]
ref 77d7ac7c06
2023-10-27 11:24:30 +09:00
Nobuyoshi Nakada 825fbaa6df [Feature #19362] [DOC] Add to NEWS.md 2023-10-26 17:28:50 +09:00
git 0f02a86a3d Update default gems list at 8c0c7be65b [ci skip] 2023-10-22 02:31:44 +00:00
Takashi Kokubun bd2aee67c1 [DOC] "is now bundled" is ambiguous
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 16:37:11 -07:00
Takashi Kokubun c221af2c3d [DOC] Prism is a new default gem 2023-10-19 16:25:33 -07:00
Takashi Kokubun 7fb909e240 [DOC] Reverse-merge YJIT release note changes 2023-10-19 15:50:46 -07:00
Takashi Kokubun 47f950c89a [DOC] Update NEWS.md about RubyVM::YJIT.enable
--yjit-disable, and --yjit-perf
2023-10-19 15:47:19 -07:00
Hiroshi SHIBATA e6675861f3
Mentioned targeted libraries for warning feature of bundled gems 2023-10-19 13:57:32 +09:00
Kouhei Yanagita 3f5ec5c866 [DOC] Add NEWS about Range#reverse_each for beginless ranges [Feature #18515] 2023-10-19 12:11:23 +09:00
git c46c529bde Update default gems list at 6873f96abc [ci skip] 2023-10-18 19:20:50 +00:00
git 4b909bdbae Update default gems list at 0f1e040068 [ci skip] 2023-10-18 16:51:25 +00:00
Kazuhiro NISHIYAMA c782c6fd4c
Fix a typo [ci skip] 2023-10-17 11:30:59 +09:00
git 598af0e73a Update default gems list at d1f781b0d4 [ci skip] 2023-10-16 11:56:30 +00:00
git eb3be1dfef Update default gems list at 177d8ee056 [ci skip] 2023-10-14 14:43:44 +00:00
git d67880abeb Update default gems list at 0950f22cc0 [ci skip] 2023-10-13 23:19:52 +00:00
git b2808cc4f2 Update default gems list at 3aba21511b [ci skip] 2023-10-12 21:37:26 +00:00
git e5d97308f6 Update default gems list at 8f6a96e6ad [ci skip] 2023-10-11 06:15:05 +00:00
git c68f92aa58 Update bundled gems list at 2023-10-10 2023-10-10 07:00:15 +00:00
git d088b9f77d Update bundled gems list at 2023-10-05 2023-10-05 07:00:07 +00:00
git 2e1762c9e0 Update default gems list at e501613efa [ci skip] 2023-10-04 02:51:27 +00:00
git 32baa2c7df Update default gems list at 5dfbf1a381 [ci skip] 2023-10-03 15:12:39 +00:00
git c6e5776922 Update default gems list at be63e2515b [ci skip] 2023-09-29 15:22:54 +00:00
Nobuyoshi Nakada 655bcee95a
[DOC] Add link 2023-09-29 02:32:04 +09:00
Jean Boussier 2e4e4c82c2 Add a mention about Socket#recv in NEWS.md
[Misc #19012]
2023-09-28 19:26:56 +02:00
git 684686a1e1 Update bundled gems list at 2023-09-28 2023-09-28 02:47:00 +00:00
Kevin Newton 3d0a46796b Rename YARP symbols to prism 2023-09-27 13:57:38 -04:00
git 1cbb1b5578 Update default gems list at 2df00640ff [ci skip] 2023-09-21 20:02:47 +00:00
Takashi Kokubun 639971a080 --disable-jit-support no longer exists 2023-09-20 10:14:56 -07:00
git 1fbfd06628 Update default gems list at 7f96c9be9e [ci skip] 2023-09-16 00:34:07 +00:00
Nobuyoshi Nakada b85bb90c34
[DOC] Sort "Core classes updates" section
Alphabetically by class or module names.
2023-09-14 22:43:55 +09:00
Nobuyoshi Nakada 998ae7c3f3
[Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>` 2023-09-14 15:26:25 +09:00
git 1f35789ffe Update default gems list at f4443f3b1c [ci skip] 2023-09-08 19:52:16 +00:00
git 009e0a3f9e Update bundled gems list at 2023-09-07 2023-09-07 06:59:55 +00:00
git dbe9b8520f Update default gems list at d83b5ea09d [ci skip] 2023-09-05 13:43:51 +00:00
git 570ebeaee2 Update default gems list at 1c622a6b58 [ci skip] 2023-09-01 20:57:36 +00:00
Peter Zhu 0aa404b957 Change heap init environment variable names
This commit changes RUBY_GC_HEAP_INIT_SIZE_{40,80,160,320,640}_SLOTS to
RUBY_GC_HEAP_{0,1,2,3,4}_INIT_SLOTS. This is easier to use because the
user does not need to determine the slot sizes (which can vary between
32 and 64 bit systems). They now just use the heap names
(`GC.stat_heap.keys`).
2023-08-30 19:37:11 -04:00
git 00fdb4e12e Update default gems list at 36a3899e9d [ci skip] 2023-08-30 09:18:22 +00:00
git a83152d4db Update bundled gems list at ad2a464e8f [ci skip] 2023-08-30 02:11:23 +00:00
git 0744da1b3b Update default gems list at 5ed42c9800 [ci skip] 2023-08-29 09:16:36 +00:00
Hiroshi SHIBATA 589cd0e511
[DOC] Mention about https://bugs.ruby-lang.org/issues/19776 2023-08-29 14:17:23 +09:00
Nobuyoshi Nakada c0e913ae88
[DOC] Link method name references 2023-08-29 13:52:18 +09:00
Nobuyoshi Nakada 7e5c662a6f
[Feature #18183] Add `chars:` option to `Random#alphanumeric` 2023-08-29 10:56:56 +09:00
Peter Zhu 9ea9f99248 [Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTS
This environment variable is replaced by
`RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS`, so it doesn't make sense to keep it.
2023-08-25 21:50:56 -04:00
git 487d91fde1 Update default gems list at e2b8eac767 [ci skip] 2023-08-26 00:22:09 +00:00
Takashi Kokubun 4825600da5 Update NEWS.md for YJIT [ci skip]
Reverse-merge Maxime's release notes changes to NEWS.md and added a
couple of things that are not in release notes.
2023-08-25 12:00:54 -07:00
Peter Zhu eb5eeb6f19 [DOC] Fix link in NEWS.md
I forgot to commit the second part in
775df74feb.
2023-08-24 21:48:04 -04:00