summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-16[ruby/reline] Change quoted_insert and bracketed_paste to a singletomoya ishida
2024-12-16Update default gems list at 9e7e938ed9feffeefd08c88f446bbd [ci skip]git
2024-12-16[ruby/rdoc] Bump version to v6.9.1Stan Lo
2024-12-16Freeze `Random::Formatter::ALPHANUMERIC` and its elementsNobuyoshi Nakada
2024-12-16[ruby/rdoc] Add attribute :force to RDoc::RubygemsHook just liketomoya ishida
2024-12-16[ruby/tmpdir] Move private constants under `Dir::Tmpname` moduleNobuyoshi Nakada
2024-12-16[ruby/tmpdir] Tell if the block is given by block argumentNobuyoshi Nakada
2024-12-16[ruby/tmpdir] Fix for path-like objectsNobuyoshi Nakada
2024-12-16[DOC] Add Warning[:strict_unused_block] to NEWSKouhei Yanagita
2024-12-16FIx Ractor.main? to return `true` not `0`Jean Boussier
2024-12-15Suppress -Wsuggest-attribute=formatTakashi Kokubun
2024-12-16Update default gems list at 89d3b724885b5e443fa33eb8269d32 [ci skip]git
2024-12-16[ruby/securerandom] Bump up v0.4.1Hiroshi SHIBATA
2024-12-16[ruby/securerandom] Only define compatible method in < Ruby 3.3Hiroshi SHIBATA
2024-12-16[ruby/securerandom] Restore SecureRandom.alphanumeric same as Random::Formatt...Hiroshi SHIBATA
2024-12-16[ruby/psych] Don't autolink Exception in psych module docszzak
2024-12-16Update default gems list at 2f315667eb11c80793912e944abfa8 [ci skip]git
2024-12-16[ruby/timeout] Bump up v0.4.3Hiroshi SHIBATA
2024-12-16Update default gems list at 379128dcbf19c0777333b8c1a86bf5 [ci skip]git
2024-12-16[ruby/digest] Bump up v3.2.0Hiroshi SHIBATA
2024-12-16Update default gems list at 939c92e8dc9bd86442957b620a517b [ci skip]git
2024-12-16Lock released version of fiddle-1.1.6Hiroshi SHIBATA
2024-12-16[ruby/fiddle] ffi_backend: convert numeric function args to pointersDani Smith
2024-12-16Update default gems list at 41e24c2f3e9a5ff29cccbfe92ecf4d [ci skip]git
2024-12-16[ruby/strscan] [DOC] Add syntax highlighting to MarkDown code blocksAlexander Momchilov
2024-12-16[ruby/strscan] Bump versionSutou Kouhei
2024-12-16[DOC] Fix broken parameter display and see links for Socketnvh0412
2024-12-16Rollback repl_type_completor-0.1.7 because the test of 0.1.8 is failing with ...Hiroshi SHIBATA
2024-12-16Update bundled_gemsHiroshi SHIBATA
2024-12-15[DOC] Adjust argument unpacking docs and document **nil (#12228)Victor Shepelev
2024-12-15[rubygems/rubygems] Fix broken link to license fileStan Lo
2024-12-15[ruby/rdoc] Hide hamburger on desktopJames Reid-Smith
2024-12-15[ruby/rdoc] Fix iPad Pro navigation not shownJames Reid-Smith
2024-12-15[ruby/reline] Refactor Reline::Unicode ed_ vi_ em_ methodstomoya ishida
2024-12-15[Bug #20940] [PRISM] Support NO_COLORNobuyoshi Nakada
2024-12-15[Bug #20951] [DOC] About UTC offset calculation after `utc_to_local`Nobuyoshi Nakada
2024-12-15[DOC] Sort the NEWS entries alphabeticallyNobuyoshi Nakada
2024-12-15[Bug #20927] Fix compile_shareable_literal_constant for hash with keyword splattompng
2024-12-15Fix links to syntax/literals.rdocStan Lo
2024-12-15Fix broken links to `Socket.tcp_fast_fallback=`Stan Lo
2024-12-15Add date to doc/.documentStan Lo
2024-12-15[ruby/date] Fix broken rdoc-ref to the calendar pageStan Lo
2024-12-15Update NEWS.md for `Socket.tcp` and `TCPSocket.new` (#12347)Misaki Shioi
2024-12-14[ruby/irb] Fix broken rdoc-ref caused by a typoStan Lo
2024-12-14[ruby/rdoc] Fix dead links in the markup reference pageStan Lo
2024-12-14Extract `NUM2WV` macroNobuyoshi Nakada
2024-12-14Improve APIs for Globally Enabling/Disabling fast_fallback in Socket (#12257)Misaki Shioi
2024-12-14[DOC] Fix grammar errors, typos, and improve readability of string.rbStan Lo
2024-12-13Fix incorrect rdoc-ref links in array.rbStan Lo
2024-12-13[PRISM] Blocks are also a syntax error in array assignmentMatt Valentine-House