summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-01-04Implement LAMBDA NODE locationsydah
2025-01-04Implement YIELD NODE locationsydah
2025-01-04Implement EVSTR NODE locationsydah
2025-01-03[ruby/reline] Refactor handling key in LineEditortomoya ishida
2025-01-03Implement SUPER NODE locationsydah
2025-01-03Speed up initial test creation in test_case_comprehensive.rb:Martin Dürst
2025-01-03Implement IF NODE locationsydah
2025-01-03[ruby/rdoc] Fix prism_ruby superclass resolve ordertomoya ishida
2025-01-03[Bug #20504] Move dynamic regexp concatenation to iseq compilerNobuyoshi Nakada
2025-01-03Try all assertions in `TestM17N#test_regexp_usascii`Nobuyoshi Nakada
2025-01-02[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-01-02[Bug #20995] Protect `IO.popen` block from exiting by exceptionNobuyoshi Nakada
2025-01-01[ruby/reline] Support inserting C-c C-z C-\ with quoted_inserttomoya ishida
2024-12-31[ruby/rdoc] Add autolink_excluded_words option to ignoreStan Lo
2024-12-31[ruby/net-http] Don't double-interrupt the test HTTP serverCharles Oliver Nutter
2024-12-30[Bug #20992] Test for local variable name encodingsNobuyoshi Nakada
2024-12-29[ruby/irb] Fix broken `history` command with -gsanfrecce-osaka
2024-12-29[Bug #20988] [prism] Fix escaped octal character literalsNobuyoshi Nakada
2024-12-28[ruby/irb] Add `ri` an alias to the `show_doc` commandStan Lo
2024-12-28[Bug #20990] Reject escaped multibyte char with control/meta prefixNobuyoshi Nakada
2024-12-28Ripper: Fix duplicate regexp errorsNobuyoshi Nakada
2024-12-28[Bug #20989] Ripper: Pass `compile_error`Nobuyoshi Nakada
2024-12-27[ruby/prism] Turn off unescape tests for Ruby >= 3.4.0Kevin Newton
2024-12-26[ruby/prism] Handle escaped characters after controlsKevin Newton
2024-12-26Handle defined? with call chains with blocksKevin Newton
2024-12-27[Bug #20984] Fix test with locale encodingNobuyoshi Nakada
2024-12-26[Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash`Nobuyoshi Nakada
2024-12-26[Bug #20984] ENV.inspect should be encoding awareNobuyoshi Nakada
2024-12-26Refine ENV testsNobuyoshi Nakada
2024-12-26"test" environment variable is unset in `setup`Nobuyoshi Nakada
2024-12-26[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2024-12-25[ruby/reline] test_tty_ambiguous_width: Use Reline.test_rubybinSorah Fukumori
2024-12-25[ruby/rdoc] Separate patterns by `--exclude` option from defaultsNobuyoshi Nakada
2024-12-25Removed Process::Status#& and Process::Status#>>Hiroshi SHIBATA
2024-12-25[Feature #20884] Define toplevel "Ruby" module with constantsNobuyoshi Nakada
2024-12-24Win32: Defer change of timezone name encoding after 3.4Nobuyoshi Nakada
2024-12-24Fix calls to require_internal in multi-ractor modelukeg
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