aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Update default gems list at be63e2515b180c962e4347ce4feda7 [ci skip]git2023-09-291-1/+1
|
* [DOC] Add linkNobuyoshi Nakada2023-09-291-0/+1
|
* Add a mention about Socket#recv in NEWS.mdJean Boussier2023-09-281-0/+4
| | | | [Misc #19012]
* Update bundled gems list at 2023-09-28git2023-09-281-1/+2
|
* Rename YARP symbols to prismKevin Newton2023-09-271-1/+1
|
* Update default gems list at 2df00640ff098a305eacee48cf2c77 [ci skip]git2023-09-211-0/+1
|
* --disable-jit-support no longer existsTakashi Kokubun2023-09-201-1/+6
|
* Update default gems list at 7f96c9be9e998adb0f9db751bf9cd6 [ci skip]git2023-09-161-1/+1
|
* [DOC] Sort "Core classes updates" sectionNobuyoshi Nakada2023-09-141-13/+13
| | | | Alphabetically by class or module names.
* [Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>`Nobuyoshi Nakada2023-09-141-0/+5
|
* Update default gems list at f4443f3b1c6dd70b6b22470a7d5f87 [ci skip]git2023-09-081-1/+1
|
* Update bundled gems list at 2023-09-07git2023-09-071-1/+1
|
* Update default gems list at d83b5ea09d537431ff39d68de8832d [ci skip]git2023-09-051-1/+1
|
* Update default gems list at 1c622a6b5818a92ba664c3d8292cf0 [ci skip]git2023-09-011-1/+1
|
* Change heap init environment variable namesPeter Zhu2023-08-301-1/+1
| | | | | | | | 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`).
* Update default gems list at 36a3899e9d464e243648694fa28398 [ci skip]git2023-08-301-1/+1
|
* Update bundled gems list at ad2a464e8fc6bd4daa5b20b3c69d94 [ci skip]git2023-08-301-2/+2
|
* Update default gems list at 5ed42c980067d1e9970cfe2b5bc052 [ci skip]git2023-08-291-1/+1
|
* [DOC] Mention about https://bugs.ruby-lang.org/issues/19776Hiroshi SHIBATA2023-08-291-0/+6
|
* [DOC] Link method name referencesNobuyoshi Nakada2023-08-291-14/+20
|
* [Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada2023-08-291-0/+4
|
* [Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTSPeter Zhu2023-08-251-0/+2
| | | | | This environment variable is replaced by `RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS`, so it doesn't make sense to keep it.
* Update default gems list at e2b8eac767d41734520377b5cf6f44 [ci skip]git2023-08-261-1/+1
|
* Update NEWS.md for YJIT [ci skip]Takashi Kokubun2023-08-251-6/+12
| | | | | Reverse-merge Maxime's release notes changes to NEWS.md and added a couple of things that are not in release notes.
* [DOC] Fix link in NEWS.mdPeter Zhu2023-08-241-0/+1
| | | | | I forgot to commit the second part in 775df74feb597555f0944ace2d59d10a24d4421e.
* [DOC] Fix link in NEWS.mdPeter Zhu2023-08-241-1/+1
|
* Update default gems list at eec7a3f9ee0a40f4f5e22e0131c3ac [ci skip]git2023-08-221-0/+1
|
* Update default gems list at 314ccdd60c5fe3dfa90651d271209e [ci skip]git2023-08-201-1/+1
|
* Update default gems list at bd440bf85d6eff5ecf5132e93a0721 [ci skip]git2023-08-191-1/+1
|
* Update default gems list at 45740e7a248b4b995644646e38d94b [ci skip]git2023-08-171-1/+1
|
* Update bundled gems list at 2023-08-12git2023-08-121-0/+1
|
* [DOC] Fix a link [ci skip]Kazuhiro NISHIYAMA2023-08-011-0/+1
|
* Add Refinement#target and deprecate Refinement#refined_classShugo Maeda2023-07-311-0/+5
| | | | [Feature #19714]
* Update bundled gems list at 2023-07-31git2023-07-311-1/+1
|
* Update bundled gems list at 2023-07-28git2023-07-281-1/+2
|
* Update default gems list at b201ac0bc037e460d96673f1d7386f [ci skip]git2023-07-271-1/+1
|
* Update bundled gems list at 2023-07-27git2023-07-271-2/+2
|
* Update default gems list at 134d8741731101b4b115e3d92ac008 [ci skip]git2023-07-201-0/+1
|
* Update bundled gems list at 2023-07-20git2023-07-201-1/+1
|
* Implement Process.warmupJean Boussier2023-07-171-0/+7
| | | | | | | | | | | | [Feature #18885] For now, the optimizations performed are: - Run a major GC - Compact the heap - Promote all surviving objects to oldgen Other optimizations may follow.
* Update default gems list at 7ffb995f5e3b6d749adb700e014f80 [ci skip]git2023-07-151-1/+1
|
* Sort by URL [ci skip]Kazuhiro NISHIYAMA2023-07-141-1/+1
|
* Update default gems list at 7f9c2a9bdd06a925247297b4697260 [ci skip]git2023-07-131-1/+1
|
* Update default gems list at d40935c6804b87664ba0313062dc27 [ci skip]git2023-07-111-1/+1
|
* Update default gems list at 33e00b79a06343c86b1b7aba714c0c [ci skip]git2023-07-081-1/+1
|
* Add a NEWS entry for --yjit-exec-mem-size [ci skip]Takashi Kokubun2023-07-051-0/+1
|
* Update default gems list at 4bad2a9562aece90f6df9f3ef1c7ec [ci skip]git2023-07-021-1/+1
|
* Update default gems list at ab5421547c5546603c238308500527 [ci skip]git2023-06-291-1/+1
|
* Update default gems list at b954a4ebc67d408456a102fe13051e [ci skip]git2023-06-281-1/+1
|
* Update bundled gems list at 2023-06-25git2023-06-251-1/+1
|