summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-27[Bug #20984] Fix test with locale encodingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12474
2024-12-26[ruby/prism] Support Ruby 3.5 for `Prism::Translation::Parser`Koichi ITO
Follow up https://github.com/ruby/prism/pull/3336. Development for Ruby 3.5 has begun on the master branch: https://github.com/ruby/ruby/commit/2f064b3b4b71f9495bbc4229e7efdbfad494862f https://github.com/ruby/prism/commit/aa49c1bd78
2024-12-26Fix -Wsign-compare warning on mingwNobuyoshi Nakada
2024-12-26[Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12472
2024-12-26[Bug #20984] ENV.inspect should be encoding awareNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12471
2024-12-26Refine ENV testsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12470
2024-12-26"test" environment variable is unset in `setup`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12470
2024-12-26Bump up fiddle 1.1.7.dev and stringio 3.1.3.devHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26[ruby/reline] Fix typos in commentYudai Takada
(https://github.com/ruby/reline/pull/796) * s/Calcualte/Calculate/ * s/unneccesary/unnecessary/ https://github.com/ruby/reline/commit/db86bcd2bf Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26[ruby/date] Simplify description of this libraryRyan Bigg
https://github.com/ruby/date/commit/904d4b9607 Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26Bump up RubyGems 3.7.0.dev and Bundler 2.7.0.devHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26[ruby/erb] Fix up some doco on erbRyan Davis
(https://github.com/ruby/erb/pull/56) * ERB#result: Dropped mention of deprecated safe_level since it is no longer documented. * Fixed grammar for chicken fried steak :P https://github.com/ruby/erb/commit/4efd3437ac Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26[ruby/strscan] [DOC] Fix typo in documentationYudai Takada
(https://github.com/ruby/strscan/pull/129) s/begining/beginning/ https://github.com/ruby/strscan/commit/734b823463 Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26[rubygems/rubygems] Try fix flaky failures on WindowsDavid Rodríguez
It seems same race condition, maybe some Ruby bug. Just hoping this tweak may skip it. https://github.com/rubygems/rubygems/commit/29eb642026 Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-26[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
Bumps the rb-sys group with 1 update in the /test/rubygems/test_gem_ext_cargo_builder/custom_name/ext/custom_name_lib directory: [rb-sys](https://github.com/oxidize-rb/rb-sys). Bumps the rb-sys group with 1 update in the /test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example directory: [rb-sys](https://github.com/oxidize-rb/rb-sys). Updates `rb-sys` from 0.9.103 to 0.9.104 - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.103...v0.9.104) Updates `rb-sys` from 0.9.103 to 0.9.104 - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.103...v0.9.104) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rb-sys - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rb-sys ... Signed-off-by: dependabot[bot] <[email protected]> https://github.com/rubygems/rubygems/commit/5f20e800c6 Notes: Merged: https://github.com/ruby/ruby/pull/12469
2024-12-25[ruby/reline] test_tty_ambiguous_width: Use Reline.test_rubybinSorah Fukumori
Same as https://github.com/ruby/reline/pull/510, 'ruby' command is not always available so don't rely on that specific name. https://github.com/ruby/reline/commit/f60199fed7
2024-12-25[ruby/rdoc] Separate patterns by `--exclude` option from defaultsNobuyoshi Nakada
(https://github.com/ruby/rdoc/pull/1251) https://github.com/ruby/rdoc/commit/a7fdc730f3
2024-12-25[Bug #20981] Bring back `rb_undefine_finalizer`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12468
2024-12-25Support Ruby 3.5 for bundler platformsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12452
2024-12-25Relax regexp for Ruby 3.5Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12452
2024-12-25Check ArgumentError and Warnings with Ruby 3.3 and 3.4Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12452
2024-12-25Removed Process::Status#& and Process::Status#>>Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12452
2024-12-25Show docs of constants under RubyNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12451
2024-12-25fake.rb: Override constants in Ruby moduleNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12451
2024-12-25[Feature #20884] Define toplevel "Ruby" module with constantsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12451
2024-12-25Restore Ruby 3.4 NEWS.md againHiroshi SHIBATA
2024-12-25Development of 3.5.0 started.Yukihiro "Matz" Matsumoto
2024-12-25[DOC] Flush NEWS.mdYukihiro "Matz" Matsumoto
2024-12-25Truncate old updates of Ruby 3.4Hiroshi SHIBATA
We should stop auto-update workflow until stdgems.org update.
2024-12-25Update default gems list at b5825a1f5cfa380e118eeef9392909 [ci skip]git
2024-12-25Restore Ruby 3.4 NEWS.mdHiroshi SHIBATA
2024-12-25Update default gems list at b12237646907c15ec87750ec9c29f2 [ci skip]git
2024-12-25Make NEWS.md empty for Ruby 3.5 developmentHiroshi SHIBATA
2024-12-25Update default gems list at d88c066f42f981f477b7a9ab1e77b9 [ci skip]git
2024-12-25Add fail safe to check uncommitted changesNARUSE, Yui
2024-12-25[DOC] Put empty linesNobuyoshi Nakada
2024-12-24[DOC] Fix indentation for rdocv3_4_0Takashi Kokubun
2024-12-24[DOC] Mention method argument optimizationTakashi Kokubun
2024-12-24[DOC] Fix the broken format of RubyVM::YJIT.enable docsTakashi Kokubun
2024-12-24[DOC] Mention --yjit-perf=codegen in NEWSTakashi Kokubun
2024-12-24[DOC] Use the same indentation depth as adjacent sectionsTakashi Kokubun
2024-12-25[DOC] Fix typo in NEWS.md regarding thread-safetyydah
Notes: Merged: https://github.com/ruby/ruby/pull/12465
2024-12-25[DOC] Ractor::RemoteErrorNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12467
2024-12-25[DOC] MonitorNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12467
2024-12-25[DOC] Stop document Ripper::LexerNobuyoshi Nakada
`:nodoc:` seems not working for inner classes.
2024-12-25Sort undocumented entry list [ci skip]Nobuyoshi Nakada
2024-12-25[DOC] Fix indentationNobuyoshi Nakada
RDoc markdown parser requires exact 4 spaces or tab as indentation. Notes: Merged: https://github.com/ruby/ruby/pull/12464
2024-12-25[DOC] Fix duplicate entriesNobuyoshi Nakada
A tentative workaround for duplicate entries in "Class and Module Index". Notes: Merged: https://github.com/ruby/ruby/pull/12463
2024-12-25[DOC] Hide Fiber::PoolNobuyoshi Nakada
It is experimental yet and is disabled currently. Notes: Merged: https://github.com/ruby/ruby/pull/12462
2024-12-25[DOC] Hide Ractor::SelectorNobuyoshi Nakada
It is not enabled by default currently. Notes: Merged: https://github.com/ruby/ruby/pull/12461