summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-06-18Fix flaky TestWeakMap#test_inspect_garbagePeter Zhu
2024-06-18fix allocation assertionsAaron Patterson
2024-06-18Optimized forwarding callers and calleesAaron Patterson
2024-06-18[ruby/irb] Improve how command calls' return value is handledStan Lo
2024-06-18[ruby/reline] Fix vi_yank or vi_delete_meta copies nil bugtomoya ishida
2024-06-18[rubygems/rubygems] Delete extra spaces left after rubocop autofixAlexey Schepin
2024-06-18[rubygems/rubygems] Disable `install_extension_in_lib` when cross-compilingYuta Saito
2024-06-18[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ...Yuta Saito
2024-06-14[ruby/prism] Ensure ranges are non-associativeKevin Newton
2024-06-14[Bug #20579] ripper: Dispatch spaces at END-OF-INPUT without newlineNobuyoshi Nakada
2024-06-14[rubygems/rubygems] Never remove executables that may belong to a default gemDavid Rodríguez
2024-06-14[rubygems/rubygems] Reuse `write_file` helperDavid Rodríguez
2024-06-14[Bug #20578] ripper: Fix dispatching part at invalid escapesNobuyoshi Nakada
2024-06-13[ruby/prism] Handle implicit array precedenceKevin Newton
2024-06-13Add rb_str_resize coderange testtompng
2024-06-13[rubygems/rubygems] Fix default gem priority when sorting specsDavid Rodríguez
2024-06-13clear `kw_flag` if given hash is nilKoichi Sasada
2024-06-12Add regression test for Bug #20573Aaron Patterson
2024-06-12[ruby/irb] Invalid encoding symbol now raises SyntaxError also intomoya ishida
2024-06-12[Bug #20572] Abandon if replacing destination is the sameNobuyoshi Nakada
2024-06-12[ruby/irb] Cleanup irbrc generator cache always at teardowntomoya ishida
2024-06-11[ruby/openssl] Pass through nil as digest when signing certificatesgartens
2024-06-11[ruby/prism] Match CRuby error message for unknown regexp optionsKevin Newton
2024-06-11compile.c: use putspecialobject for RubyVM::FrozenCoreJean Boussier
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-06-10Don't skip test_inspect_under_gc_compact_stressPeter Zhu
2024-06-10[ruby/prism] Allow block exits in loop predicatesKevin Newton
2024-06-09[ruby/irb] Suppress Ruby warnings in certain backtrace filteringStan Lo
2024-06-08[ruby/openssl] Add X509::Certificate#tbs_bytesSamuel Giddins
2024-06-07[ruby/prism] Handle chomped bytesize with lines without newlinesKevin Newton
2024-06-07[ruby/prism] Document that nested heredocs are not properly parsed for parserKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton
2024-06-07[ruby/prism] Use correct newlines for heredoc inner linesKevin Newton
2024-06-07Remove prism compiler warningKevin Newton
2024-06-07Don't use SEGV signal when timeout in test_gc_compactPeter Zhu
2024-06-07TestRequire#test_loading_fifo_threading_success: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_match_cache_positive_look_behind: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_timeout_shorter_than_global: Extend the timeout limitYusuke Endoh
2024-06-07TestRequire#test_loading_fifo_fd_leak: Extend the timeout limitYusuke Endoh
2024-06-07TestGc#test_thrashing_for_young_objects: extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_s_timeout: accept timeout errors more tolerantlyYusuke Endoh
2024-06-07[ruby/error_highlight] Support for the prism compilerKevin Newton
2024-06-07Extend timeout of TestGCCompect#test_moving_objects_between_size_poolsYusuke Endoh
2024-06-07ripper: Fix excess `compile_error` at simple backref op_asgnNobuyoshi Nakada
2024-06-06Fix Module#define_method to change visibility when passed existing method bodyJeremy Evans
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-07Make subclasses to define methodsNobuyoshi Nakada
2024-06-06[Bug #20521] ripper: Clean up strtermNobuyoshi Nakada
2024-06-06[ruby/reline] Remove instance variable @first_chartomoya ishida
2024-06-06[ruby/logger] Add support for symbols in #shift_ageBaron Bloomer