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

888 Коммитов

Автор SHA1 Сообщение Дата
git 88d9a4d58a Update default gems list at edb8fc24d4 [ci skip] 2023-12-09 08:35:02 +00:00
git 365c6cc226 Update default gems list at f2c13ff9e8 [ci skip] 2023-12-08 16:50:31 +00:00
Benoit Daloze 0204523fe7 Improve Fiber#kill docs and simplify the NEWS entry to let the documentation explain 2023-12-08 13:59:40 +01:00
git 7d052774bd Update default gems list at 49cdf063d6 [ci skip] 2023-12-08 12:38:28 +00:00
Yusuke Endoh 30a1ccbc5c NEWS: Move "interruptible name resolution" to "Stdlib updates" section 2023-12-07 19:50:55 +09:00
git 2e9329e7a2 Update bundled gems list at bc6a0ede4a [ci skip] 2023-12-07 09:57:01 +00:00
Kazuhiro NISHIYAMA eaead94d04
Sort links [ci skip] 2023-12-07 18:44:05 +09:00
git 3bf1c48759 Update default gems list at a41d6c825c [ci skip] 2023-12-07 07:23:08 +00:00
Takashi Kokubun ae76c8a11e
Warn `it` (#9152)
https://bugs.ruby-lang.org/issues/18980
2023-12-07 07:14:59 +00:00
Yusuke Endoh 1ace218690 Remove a note for `bundle exec ruby` not printing a warning
The implementation limitation is fixed by https://github.com/rubygems/rubygems/pull/7224
2023-12-07 12:11:19 +09:00
hogelog 5078aa825c Add NEWS for Range#overlap? 2023-12-07 09:45:46 +09:00
Benoit Daloze c23c5f1ea6 Add NEWS entry about Encoding#replicate 2023-12-06 12:35:16 +01:00
Yusuke Endoh 1fd976db21 Refine the NEWS entry for bundler warning 2023-12-06 17:13:18 +09:00
Samuel Williams 888051802b
Add news for `Fiber#kill`. (#9134) 2023-12-06 06:47:33 +00:00
git 19114014fa Update default gems list at b29ed63883 [ci skip] 2023-12-05 16:35:28 +00:00
git 8bdd28da74 Update default gems list at d691b1a141 [ci skip] 2023-12-05 07:38:07 +00:00
git 99698c7fc2 Update default gems list at f19de1289b [ci skip] 2023-12-05 07:03:16 +00:00
git aec56594e7 Update default gems list at e7cc791838 [ci skip] 2023-12-05 06:39:43 +00:00
git 09ce41a01e Update default gems list at eecae51502 [ci skip] 2023-12-05 06:10:54 +00:00
git 9126a51341 Update default gems list at 52eabf2e32 [ci skip] 2023-12-03 17:07:51 +00:00
git e005c51732 Update default gems list at 7d142c08cb [ci skip] 2023-12-01 07:48:10 +00:00
Kazuhiro NISHIYAMA 062b59ba9a
Fix typos [ci skip] 2023-12-01 16:45:17 +09:00
Kazuhiro NISHIYAMA 60568e971e
Sort links [ci skip] 2023-12-01 16:39:22 +09:00
Alan Wu 59f31a6618 NEWS: Adjust indentation for RDoc's markdown parser
Indenting by 2 spaces wasn't yielding nested list up as intended. I guess
it's a quirk of RDoc's markdown parser:

https://github.com/ruby/rdoc/blob/v6.6.0/lib/rdoc/markdown.kpeg#L1128-L1130

    NonindentSpace =    / {0,3}/
    Indent =            /\t|    /
    IndentedLine =      Indent Line
2023-11-30 18:46:00 -05:00
Alan Wu c3cb27eede NEWS update about calling Kernel#lambda with non-literal block 2023-11-30 18:28:11 -05:00
Jeremy Evans f75fef6622 Mention {Queue,SizedQueue}#freeze change in NEWS 2023-11-30 10:34:57 -08:00
Jean Boussier 3c5a3b73f1 Highlight some GC improvements in NEWS
3.3. got some major GC changes that do translate in very meaningful
performance gains, we should surface that.
2023-11-30 15:48:21 +01:00
Yusuke Endoh e1b65e5f91 Add NEWS entry for the deprecation of subprocess creation/forking
[Feature #19630]
2023-11-30 19:05:55 +09:00
Kazuhiro NISHIYAMA f7d268898e
Sort links [ci skip] 2023-11-30 17:39:35 +09:00
Jean Boussier 5259edaff9 Add NEWS entry for WeakMap#delete and `RUBY_CRASH_REPORT`
I wasn't too sure where to put `RUBY_CRASH_REPORT`, it's not exactly
a command line option but close enough.
2023-11-30 09:23:31 +01:00
Hiroshi SHIBATA f2f9139657
Move #19785 correct category in NEWS 2023-11-30 15:38:49 +09:00
git f2ad246071 Update bundled gems list as of 2023-11-29 2023-11-30 04:38:07 +00:00
Kouhei Yanagita 458d079166 [DOC] Add a mention of [Feature #18551] to NEWS.md 2023-11-28 21:50:04 +09:00
git 031e81c8f3 Update default gems list at def416899d [ci skip] 2023-11-28 01:39:40 +00:00
git 0745c0c5ef Update bundled gems list as of 2023-11-21 2023-11-22 06:58:17 +00:00
git 5e16003eec Update default gems list at 7d6f812c31 [ci skip] 2023-11-21 19:00:22 +00:00
git fafdc8a62b Update default gems list at f954a5663a [ci skip] 2023-11-21 13:03:25 +00:00
git 70ea3d3ac0 Update bundled gems list at 307af18fa0 [ci skip] 2023-11-21 12:30:58 +00:00
git 4de54c9675 Update bundled gems list at 1886ee190a [ci skip] 2023-11-21 09:22:02 +00:00
git 5844957f22 Update bundled gems list at 6fb030e6f1 [ci skip] 2023-11-14 13:09:30 +00:00
Alan Wu cdaca574ce [DOC] NEWS.md update about code GC
See <https://github.com/ruby/ruby/pull/8865> and
50402db5a7
2023-11-10 19:08:05 -05:00
git 642b9c6987 Update default gems list at 8044feb7ab [ci skip] 2023-11-10 19:28:32 +00:00
git b1f345b1e8 Update default gems list at cdd6127c82 [ci skip] 2023-11-10 10:02:55 +00:00
Koichi Sasada c2a8141634 NEWS entry for M:N thread scheduler. 2023-11-08 16:17:43 +09:00
Koichi Sasada 7c731b5f79 NEWS entry for new TracePoint event `rescue` 2023-11-08 15:19:16 +09:00
git 4abf6cde58 Update default gems list at 8cd6c65af1 [ci skip] 2023-11-08 07:05:17 +00:00
git 2f07963609 Update default gems list at ce8301084f [ci skip] 2023-11-08 00:30:22 +00:00
git 96557bc276 Update default gems list at e8ef010a81 [ci skip] 2023-11-07 15:39:46 +00:00
Hiroshi SHIBATA f8ffe907f0
Added racc to warning targets of bundled gems 2023-11-07 18:11:22 +09:00
git 803aa5b464 Update default gems list at 3d5fef7712 [ci skip] 2023-11-07 08:52:10 +00:00