summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2023-09-05Prevent a warning: method redefined; discarding old includedYusuke Endoh
2023-09-05[flori/json] Removed code for Ruby 1.8Hiroshi SHIBATA
2023-09-05Pattern matching has not been experimentalyui-knk
2023-09-05[ruby/rdoc] Omit descriptions and parameter lists for methods defined in C no...Jeremy Evans
2023-09-05[ruby/rdoc] handle symbols declared with `%s`theo-squadracer
2023-09-04Add debug info for flaky test_warmup_frees_pagesPeter Zhu
2023-09-04Revert "Don't reset line coverage for evaled code. (#8330)"Yusuke Endoh
2023-09-04Don't reset line coverage for evaled code. (#8330)Samuel Williams
2023-09-01Add regression tests for start_with?/delete_prefixywenc
2023-09-01[ruby/yarp] Add global variables to the constant poolKevin Newton
2023-09-01Try to fix flaky test for Process.warmupPeter Zhu
2023-09-01[YARP] Implement Compiling for And / Or / Operator Write Nodes (#8352)Jemma Issroff
2023-09-01Fix flaky test for Process.warmupPeter Zhu
2023-09-01[ruby/yarp] fix: report syntax error for invalid hex escapeMike Dalessio
2023-09-01[ruby/yarp] fix: double-counting of errors in parsing escaped stringsMike Dalessio
2023-09-01[ruby/yarp] Ensure node are present only once in the desugared ASTBenoit Daloze
2023-09-01[ruby/yarp] Move name_loc before value for LocalVariableWriteNodeBenoit Daloze
2023-09-01[ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNodeBenoit Daloze
2023-09-01[ruby/yarp] Do not desugar Foo::Bar {||,&&,+}= baz as it is incorrect without...Benoit Daloze
2023-09-01[Bug #19281] Allow semicolon in parenthesis at the first argument of command ...yui-knk
2023-08-31[ruby/yarp] fix: octal, hex, and unicode strings at the end of aMike Dalessio
2023-09-01[Bug-18878] Parse qualified const with brace block as method callNobuyoshi Nakada