aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rewrite Integer#times in Ruby (#8388)Takashi Kokubun2023-09-073-18/+29
* [ruby/yarp] Extract error messages into diagnostic.c and use canonical messag...Mike Dalessio2023-09-071-108/+108
* [YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff2023-09-071-0/+4
* [ruby/yarp] Introduce owned constantsKevin Newton2023-09-071-0/+10
* [ruby/yarp] Constants and def nodesKevin Newton2023-09-07114-0/+363
* [ruby/yarp] Constants on rest parameter nodesKevin Newton2023-09-0737-75/+75
* [ruby/yarp] Constants on keyword rest parametersKevin Newton2023-09-0720-29/+33
* [ruby/yarp] Constants on keyword parametersKevin Newton2023-09-0733-46/+89
* [ruby/yarp] Remove name constant from classes/modulesKevin Newton2023-09-0728-79/+3
* [Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada2023-09-071-0/+5
* Reduce number of iterations in `TestFiberScheduler#test_autoload`. (#8391)Samuel Williams2023-09-071-1/+1
* [ruby/yarp] Consider source encoding for `slice`Vinicius Stock2023-09-061-0/+6
* [ruby/yarp] Fix `Location#end_column`Andy Waite2023-09-061-0/+8
* Fix crash in WeakMap during compactionPeter Zhu2023-09-061-0/+12
* [ruby/yarp] Constant on block parameter nodeKevin Newton2023-09-0623-65/+65
* Try to fix flaky test_warmup_frees_pagesPeter Zhu2023-09-061-0/+3
* [ruby/yarp] Constants on classes and modulesKevin Newton2023-09-0628-79/+79
* [ruby/yarp] Fix assert_raises in YARPKevin Newton2023-09-062-9/+13
* [ruby/yarp] Temporarily add name_constant to replace name on ClassNode/Module...Kevin Newton2023-09-0628-79/+155
* [ruby/yarp] Introduce YARP::PatternKevin Newton2023-09-061-0/+132
* [ruby/yarp] Add constants and constantsKevin Newton2023-09-0696-368/+412
* Use the test-unit-ruby-core gem for Test::Unit::CoreAssertionsKazuki Yamaguchi2023-09-061-6/+1
* [ruby/openssl] test/openssl/test_pkey_ec.rb: refactor tests for EC.builtin_cu...Kazuki Yamaguchi2023-09-061-14/+11
* [ruby/openssl] test/openssl/test_ossl.rb: relax assertion for error messagesKazuki Yamaguchi2023-09-061-1/+2
* [ruby/openssl] x509ext: let X509::ExtensionFactory#create_ext take a dotted O...Michael Richardson2023-09-061-0/+11
* [ruby/openssl] x509ext: test OpenSSL::X509::ExtensionFactory#create_ext with lnKazuki Yamaguchi2023-09-061-0/+8
* [ruby/openssl] Prefer String#unpack1Mau Magnaguagno2023-09-067-10/+10
* [ruby/openssl] Remove OSSL_DEBUG compile-time optionKazuki Yamaguchi2023-09-064-25/+5
* [YARP] Fix warning on compiling constant test (#8377)Jemma Issroff2023-09-051-2/+6
* [ruby/yarp] Flatten CallAndWriteNode, CallOrWriteNode, and CallOperatorWriteNodeKevin Newton2023-09-0519-725/+609
* [ruby/yarp] Introduce a BlockLocalVariableNodeKevin Newton2023-09-0512-15/+41
* Prevent "ambiguous first argument" warningsYusuke Endoh2023-09-051-4/+4
* Prevent a warning: method redefined; discarding old includedYusuke Endoh2023-09-051-0/+2
* [flori/json] Removed code for Ruby 1.8Hiroshi SHIBATA2023-09-051-3/+1
* Pattern matching has not been experimentalyui-knk2023-09-051-4/+0
* [ruby/rdoc] Omit descriptions and parameter lists for methods defined in C no...Jeremy Evans2023-09-051-0/+38
* [ruby/rdoc] handle symbols declared with `%s`theo-squadracer2023-09-051-0/+8
* Add debug info for flaky test_warmup_frees_pagesPeter Zhu2023-09-041-1/+1
* Revert "Don't reset line coverage for evaled code. (#8330)"Yusuke Endoh2023-09-041-12/+0
* Don't reset line coverage for evaled code. (#8330)Samuel Williams2023-09-041-0/+12
* Add regression tests for start_with?/delete_prefixywenc2023-09-011-0/+3
* [ruby/yarp] Add global variables to the constant poolKevin Newton2023-09-0121-50/+67
* Try to fix flaky test for Process.warmupPeter Zhu2023-09-011-0/+2
* [YARP] Implement Compiling for And / Or / Operator Write Nodes (#8352)Jemma Issroff2023-09-011-0/+49
* Fix flaky test for Process.warmupPeter Zhu2023-09-011-0/+3
* [ruby/yarp] fix: report syntax error for invalid hex escapeMike Dalessio2023-09-011-0/+6
* [ruby/yarp] fix: double-counting of errors in parsing escaped stringsMike Dalessio2023-09-011-3/+0
* [ruby/yarp] Ensure node are present only once in the desugared ASTBenoit Daloze2023-09-011-1/+23
* [ruby/yarp] Move name_loc before value for LocalVariableWriteNodeBenoit Daloze2023-09-0156-105/+105
* [ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNodeBenoit Daloze2023-09-015-9/+9