summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-12-24Merge RubyGems-3.6.2 and Bundler-2.6.2David Rodríguez
2024-12-23[Bug #20978] Stringize Fiber storage keysNobuyoshi Nakada
2024-12-23Add a test case for nested block `it`yui-knk
2024-12-23Revert "[Bug #20965] Define `it` like an ordinary argument" (#12418)Takashi Kokubun
2024-12-23Omit TestEval#test_outer_local_variable_under_gc_compact_stress with s390xHiroshi SHIBATA
2024-12-22[ruby/openssl] ssl: fix flaky test case test_ctx_client_session_cb_tls13_exce...Kazuki Yamaguchi
2024-12-22[ruby/openssl] cipher: make output buffer String independentKazuki Yamaguchi
2024-12-22[ruby/openssl] pkcs12: add PKCS12#set_macKazuki Yamaguchi
2024-12-20Provide Ractor support for **Kevin Newton
2024-12-20Fix GC compaction crash when using local variables in evalPeter Zhu
2024-12-20[PRISM] Treat it as a local when compiling patternsMatt Valentine-House
2024-12-20[PRISM] Fix compiling popped opt_str_uminus and opt_str_freezeKazuki Yamaguchi
2024-12-20Fix tests for fast_fallback (#12406)Misaki Shioi
2024-12-19ruby2_keywords warnings: Quote non-UTF8 method names fullyAlan Wu
2024-12-19[Bug #20969] Pass `assignable` from ripperNobuyoshi Nakada
2024-12-18[Bug #20965] Define `it` like an ordinary argument (#12398)Nobuyoshi Nakada
2024-12-17[ruby/rdoc] Enable cross reference in codeNobuyoshi Nakada
2024-12-17[ruby/rdoc] Update tests for ruby/rdoc#1247Stan Lo
2024-12-17[PRISM] Recurse use_deconstructed_cache in Alternation NodesMatt Valentine-House
2024-12-17Fix indent rule by rubygems/bundler copsHiroshi SHIBATA
2024-12-16[ruby/rdoc] Print warnings for rdoc-ref links that can't be resolvedStan Lo
2024-12-16[rubygems/rubygems] Fix `gem info` tagging some non default gems as defaultDavid Rodríguez
2024-12-16[rubygems/rubygems] Improve indentation of a `gem info` testDavid Rodríguez
2024-12-16Check whether object is valid in allocation_info_tracer_compactPeter Zhu
2024-12-16[ruby/prism] [Bug #20785] Allow `, and` and `, or` after patternsydah
2024-12-16[ruby/prism] Ignore newlines in labelled lambda argumentsHaldun Bayhantopcu
2024-12-16[ruby/prism] Fix 3112 - disallow commas after block argeileencodes
2024-12-16[ruby/prism] Fix up regression in ruby parser translationKevin Newton
2024-12-16Fix ObjectSpace.trace_object_allocations for compactionPeter Zhu
2024-12-16[ruby/prism] Blocks & kwargs are not valid in index assignmentsMatt Valentine-House
2024-12-16[ruby/rdoc] Fix to parse `rb_define_global_const`Nobuyoshi Nakada
2024-12-16[ruby/reline] Change quoted_insert and bracketed_paste to a singletomoya ishida
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] Fix for path-like objectsNobuyoshi Nakada
2024-12-16[ruby/securerandom] Restore SecureRandom.alphanumeric same as Random::Formatt...Hiroshi SHIBATA
2024-12-16[ruby/fiddle] ffi_backend: convert numeric function args to pointersDani Smith
2024-12-15[ruby/reline] Refactor Reline::Unicode ed_ vi_ em_ methodstomoya ishida
2024-12-15[Bug #20927] Fix compile_shareable_literal_constant for hash with keyword splattompng
2024-12-14Improve APIs for Globally Enabling/Disabling fast_fallback in Socket (#12257)Misaki Shioi
2024-12-13[PRISM] Blocks are also a syntax error in array assignmentMatt Valentine-House
2024-12-13[PRISM] using []= to set kwargs is a syntax errorMatt Valentine-House
2024-12-13Fix use-after-free in ep in Proc#dup for ifunc procsPeter Zhu
2024-12-13Fixed compatibility error with setup command and rdoc plugin on rubygemsHiroshi SHIBATA
2024-12-13Make it loose coupling between RubyGems and RDoc (#1171)mterada1228
2024-12-12[ruby/irb] Load history when starting a direct debug sessionJames Reid-Smith
2024-12-12[ruby/reline] Undo and redo should restore indentationtomoya ishida
2024-12-12[ruby/win32ole] Deprecate old constants in toplevelNobuyoshi Nakada
2024-12-12[Feature #20884] Reserve "Ruby" toplevel nameNobuyoshi Nakada
2024-12-12[ruby/prism] Decode %r like % stringsAaron Patterson