summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-09-12Ensure signaled processes at opening FIFO terminatedNobuyoshi Nakada
2023-09-12[ruby/yarp] Heredocs can create Interpolated(X)StringNodes orJemma Issroff
2023-09-12[ruby/yarp] Move the post required parameters after the rest parameterBenoit Daloze
2023-09-11[ruby/yarp] Provide a flag for the integer baseKevin Newton
2023-09-11[ruby/yarp] Introduce MatchLastLineNode and InterpolatedMatchLastLineNodeKevin Newton
2023-09-11[ruby/yarp] Update pretty_print to use inspectKevin Newton
2023-09-11[rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi0109
2023-09-11[ruby/yarp] Mark flags as privateKevin Newton
2023-09-11[ruby/yarp] Update fixturesTim Morgan
2023-09-11[ruby/yarp] Add failing test for Regexp flagsTim Morgan
2023-09-08[ruby/yarp] Move parse result mutations into their own filesKevin Newton
2023-09-08[YARP] Implement compilation for RationalNodes, fix other num types (#8404)Jemma Issroff
2023-09-08[ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock
2023-09-08Fix weak_references count testMatt Valentine-House
2023-09-08[YARP] Implement compilation for Regex / InterpolatedRegex (#8396)Jemma Issroff
2023-09-08[YARP] Implement compilation for InterpolatedXStringNode (#8395)Jemma Issroff
2023-09-08[ruby/yarp] Flatten multitarget into multiwriteKevin Newton
2023-09-08[ruby/yarp] Multi target nodesKevin Newton
2023-09-07Rewrite Integer#times in Ruby (#8388)Takashi Kokubun
2023-09-07[ruby/yarp] Extract error messages into diagnostic.c and use canonical messag...Mike Dalessio
2023-09-07[YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff
2023-09-07[ruby/yarp] Introduce owned constantsKevin Newton
2023-09-07[ruby/yarp] Constants and def nodesKevin Newton
2023-09-07[ruby/yarp] Constants on rest parameter nodesKevin Newton
2023-09-07[ruby/yarp] Constants on keyword rest parametersKevin Newton
2023-09-07[ruby/yarp] Constants on keyword parametersKevin Newton
2023-09-07[ruby/yarp] Remove name constant from classes/modulesKevin Newton
2023-09-07[Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada
2023-09-07Reduce number of iterations in `TestFiberScheduler#test_autoload`. (#8391)Samuel Williams
2023-09-06[ruby/yarp] Consider source encoding for `slice`Vinicius Stock
2023-09-06[ruby/yarp] Fix `Location#end_column`Andy Waite
2023-09-06Fix crash in WeakMap during compactionPeter Zhu
2023-09-06[ruby/yarp] Constant on block parameter nodeKevin Newton
2023-09-06Try to fix flaky test_warmup_frees_pagesPeter Zhu
2023-09-06[ruby/yarp] Constants on classes and modulesKevin Newton
2023-09-06[ruby/yarp] Fix assert_raises in YARPKevin Newton
2023-09-06[ruby/yarp] Temporarily add name_constant to replace name on ClassNode/Module...Kevin Newton
2023-09-06[ruby/yarp] Introduce YARP::PatternKevin Newton
2023-09-06[ruby/yarp] Add constants and constantsKevin Newton
2023-09-06Use the test-unit-ruby-core gem for Test::Unit::CoreAssertionsKazuki Yamaguchi
2023-09-06[ruby/openssl] test/openssl/test_pkey_ec.rb: refactor tests for EC.builtin_cu...Kazuki Yamaguchi
2023-09-06[ruby/openssl] test/openssl/test_ossl.rb: relax assertion for error messagesKazuki Yamaguchi
2023-09-06[ruby/openssl] x509ext: let X509::ExtensionFactory#create_ext take a dotted O...Michael Richardson
2023-09-06[ruby/openssl] x509ext: test OpenSSL::X509::ExtensionFactory#create_ext with lnKazuki Yamaguchi
2023-09-06[ruby/openssl] Prefer String#unpack1Mau Magnaguagno
2023-09-06[ruby/openssl] Remove OSSL_DEBUG compile-time optionKazuki Yamaguchi
2023-09-05[YARP] Fix warning on compiling constant test (#8377)Jemma Issroff
2023-09-05[ruby/yarp] Flatten CallAndWriteNode, CallOrWriteNode, and CallOperatorWriteNodeKevin Newton
2023-09-05[ruby/yarp] Introduce a BlockLocalVariableNodeKevin Newton
2023-09-05Prevent "ambiguous first argument" warningsYusuke Endoh