git
|
48c261a040
|
Update default gems list at 203b831065 [ci skip]
|
2022-10-05 06:25:40 +00:00 |
git
|
6378825df5
|
Update bundled gems list at 2022-10-04
|
2022-10-04 07:09:33 +00:00 |
Victor Shepelev
|
ad651925e3
|
Add Data class implementation: Simple immutable value object
|
2022-09-30 18:23:19 +09:00 |
git
|
4ced7bfb23
|
Update bundled gems list at 866cfb248e [ci skip]
|
2022-09-29 12:05:31 +00:00 |
git
|
2f7a530f59
|
Update bundled gems list at 8c4e52fbe8 [ci skip]
|
2022-09-29 01:28:41 +00:00 |
Samuel Williams
|
e7ddb6b182
|
Update NEWS.md with updated coverage interfaces.
|
2022-09-29 09:44:14 +13:00 |
Samuel Williams
|
81b919ce5c
|
Add news for eval coverage.
|
2022-09-25 20:35:47 +13:00 |
git
|
4c37eaa979
|
Update default gems list at 928aeef330 [ci skip]
|
2022-09-22 08:31:12 +00:00 |
Hiroshi SHIBATA
|
f07e651a90
|
Mentioned new constants for Process and Socket classes on NEWS.md
|
2022-09-22 14:37:56 +09:00 |
Mau Magnaguagno
|
76b4305a59
|
[DOC] Improve NEWS.md
Fix missing dot and replace error with ArgumentError.
|
2022-09-21 15:17:12 +09:00 |
Benoit Daloze
|
acc61cbf4a
|
Add NEWS entry for the previous commit
|
2022-09-12 14:59:45 +02:00 |
Benoit Daloze
|
14bcf69c9c
|
Deprecate Encoding#replicate
* See [Feature #18949].
|
2022-09-10 19:02:15 +02:00 |
git
|
6d10865cc2
|
Update default gems list at 2657d8efb9 [ci skip]
|
2022-09-06 01:42:25 +00:00 |
git
|
4331d4bbf0
|
Update default gems list at 113581d288 [ci skip]
|
2022-09-05 10:06:58 +00:00 |
Takashi Kokubun
|
7064d259bc
|
Update NEWS.md for YJIT
|
2022-09-01 14:12:24 -07:00 |
Kazuhiro NISHIYAMA
|
954f709f4e
|
NEWS.md: sort [ci skip]
|
2022-08-22 12:18:58 +09:00 |
Hiroshi SHIBATA
|
3d6baad7fa
|
Added syntax_suggest entry to NEWS
|
2022-08-22 11:40:38 +09:00 |
git
|
61ab06fe8a
|
Update default gems list at 490af8dbdb [ci skip]
|
2022-08-19 01:03:07 +00:00 |
git
|
b3718edee2
|
Update bundled gems list at 2022-08-18
|
2022-08-18 07:04:23 +00:00 |
Nobuyoshi Nakada
|
0617cba197
|
[DOC] Add the link to [Feature #18809]
|
2022-08-13 11:23:47 +09:00 |
Kouhei Yanagita
|
d1d1c9ba7a
|
Add a NEWS entry about Integer#ceildiv [ci skip]
|
2022-08-13 09:29:15 +09:00 |
git
|
2ebb428fd9
|
Update default gems list at 1b32a4c7bb [ci skip]
|
2022-08-10 12:52:38 +00:00 |
git
|
1139bc8c20
|
Update bundled gems list at 2022-08-10
|
2022-08-10 07:05:11 +00:00 |
git
|
dcf0bb3032
|
Update default gems list at 5c9ce54757 [ci skip]
|
2022-08-08 14:59:56 +00:00 |
Kazuhiro NISHIYAMA
|
1520936aa7
|
Fix a link [ci skip]
|
2022-08-01 12:34:03 +09:00 |
Akinori MUSHA
|
d050f162a7
|
Mention Enumerator.product/Enumerator::Product in the NEWS.md
|
2022-07-30 20:05:14 +09:00 |
git
|
1052ad4e48
|
Update bundled gems list at 156da55c16 [ci skip]
|
2022-07-13 06:46:52 +00:00 |
git
|
e99e1f0f3f
|
Update bundled gems list at 2022-07-12
|
2022-07-12 07:03:23 +00:00 |
git
|
53afacd036
|
Update bundled gems list at 2022-07-06
|
2022-07-06 07:03:41 +00:00 |
git
|
b92fb78696
|
Update bundled gems list at 2022-07-04
|
2022-07-04 07:03:51 +00:00 |
git
|
3124422bc8
|
Update bundled gems list at e0c6e288f0 [ci skip]
|
2022-07-01 06:53:37 +00:00 |
git
|
c0b5124043
|
Update default gems list at 50e13870bf [ci skip]
|
2022-06-25 09:11:16 +00:00 |
git
|
641a732909
|
Update bundled gems list at 2022-06-21
|
2022-06-21 07:05:34 +00:00 |
Nobuyoshi Nakada
|
1e9939dae2
|
[Feature #18788] Support options as `String` to `Regexp.new`
`Regexp.new` now supports passing the regexp flags not only as an
`Integer`, but also as a `String. Unknown flags raise errors.
|
2022-06-20 19:35:12 +09:00 |
Nobuyoshi Nakada
|
ab2a43265c
|
Warn suspicious flag to `Regexp.new`
Now second argument should be `true`, `false`, `nil` or Integer.
This flag is confused with third argument some times.
|
2022-06-20 19:35:12 +09:00 |
git
|
271bcc0c1c
|
Update bundled gems list at 150bd6e242 [ci skip]
|
2022-06-20 02:45:22 +00:00 |
git
|
daf086c0e1
|
Update bundled gems list at 2022-06-15
|
2022-06-15 07:01:39 +00:00 |
Jeremy Evans
|
7cda7fbbdc
|
Add Module#undefined_instance_methods
Implements [Feature #12655]
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
2022-06-06 09:57:32 -07:00 |
git
|
ab7f8e32aa
|
Update default gems list at fde4519af8 [ci skip]
|
2022-05-25 09:09:04 +00:00 |
git
|
6ba394ce30
|
Update bundled gems list at 2022-05-21
|
2022-05-21 07:07:14 +00:00 |
git
|
e3434118c2
|
Update default gems list at bcdbfe4b6e [ci skip]
|
2022-05-20 09:02:36 +00:00 |
git
|
093c516ce5
|
Update default gems list at 6b6d7df39d [ci skip]
|
2022-05-18 01:04:36 +00:00 |
Samuel Williams
|
32de6097b2
|
Fix various autoload race conditions. (#5898)
* Add RUBY_VM_CRITICAL_SECTION for detecting unexpected context switch.
* Prevent race between GC mark and autoload setup.
* Protect race on autoload state.
* Avoid potential race condition when allocating `autoload_featuremap`.
* Add NEWS entry for autoload fixes.
|
2022-05-15 16:07:12 +12:00 |
git
|
0161dc3edc
|
Update default gems list at ecf32dbfc0 [ci skip]
|
2022-05-09 09:21:02 +00:00 |
git
|
95bb7e0a25
|
Update default gems list at a370eb5a63 [ci skip]
|
2022-05-09 09:19:47 +00:00 |
git
|
99f490475f
|
Update default gems list at 30632efeaa [ci skip]
|
2022-05-09 07:48:37 +00:00 |
git
|
546f6ce432
|
Update default gems list at fbbe7ac7e3 [ci skip]
|
2022-05-09 07:36:53 +00:00 |
git
|
98e3fdb444
|
Update bundled gems list at 25eb63fa7f [ci skip]
|
2022-05-08 14:05:55 +00:00 |
git
|
840dbe1cbf
|
Update default gems list at cd2613b6a4 [ci skip]
|
2022-04-27 20:57:25 +00:00 |
Tim Smith
|
810b9c344a
|
Resolve several markedown warnings
- Spaces before and after blocks.
- Single spaces after sentences everywhere
Signed-off-by: Tim Smith <tsmith@mondoo.com>
|
2022-04-19 08:32:37 +09:00 |