summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-12-11Do not load files in build directoryKazuhiro NISHIYAMA
2019-12-11Fix Enumerator::Lazy#with_indexJeremy Evans
2019-12-10test/ruby/test_keywords.rb: suppress a warningYusuke Endoh
2019-12-09Add Proc#ruby2_keywordsJeremy Evans
2019-12-07test/ruby/test_file_exhaustive.rb: shorten the name of temporary dirYusuke Endoh
2019-12-06Detect started threads when require onlyKazuhiro NISHIYAMA
2019-12-05add additional CF info for CI envKoichi Sasada
2019-12-04Make TracePoint.stat a singleton method again (#2726)Alan Wu
2019-12-04implement Range#count卜部昌平
2019-12-04Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans
2019-12-04Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui
2019-12-04Revert "Revert nil error and adding deprecation message"NARUSE, Yui
2019-12-03Make Enumerator::Chain#each treat lambdas as lambdaJeremy Evans
2019-12-03Do not lose existing constant visibility when autoloadingJeremy Evans
2019-12-03Fixed stack overflow [Bug #16382]Nobuyoshi Nakada
2019-12-01Check MJIT support in one placeTakashi Kokubun
2019-12-01Skip --jit-debug= test on mswinTakashi Kokubun
2019-12-01Use build dir for testing --jit-debugTakashi Kokubun
2019-12-01Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun
2019-11-30Relax test strictness for error message from KeyErrorYuki Nishijima
2019-11-30ENV.update should not call block on existing keysNobuyoshi Nakada
2019-11-29Supress class variable overtaken warning when original modules are the sameJeremy Evans
2019-11-30Make single line pattern matching void expressionNobuyoshi Nakada
2019-11-29check interrupts at each frame pop timing.Koichi Sasada
2019-11-29Reduce duplicated warnings for the change of Ruby 3 keyword argumentsYusuke Endoh
2019-11-29vm_method.c: add top-level ruby2_keywordsYusuke Endoh
2019-11-29* remove trailing spaces. [ci skip]git
2019-11-29fastpath for ivar read of FL_EXIVAR objects.Koichi Sasada
2019-11-28Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui
2019-11-28Make prepending a refined module after inclusion not break refinementsJeremy Evans
2019-11-28Honor refinements for modules that prepend other modulesJeremy Evans
2019-11-28Raise `NoMatchingPatternError` when expr `in` pat doesn't matchNobuyoshi Nakada
2019-11-27Don't modify rest array when using ruby2_keywordsJeremy Evans
2019-11-23Skip test_validate_gemspec when tarball and git installed tooKazuhiro NISHIYAMA
2019-11-21Refined inspection of argument forwardingNobuyoshi Nakada
2019-11-20Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA
2019-11-20Update representation (discussed on ruby tracker)zverok
2019-11-20Fix test_module.rbzverok
2019-11-20Method parameters inspectzverok
2019-11-19Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]Kazuki Tsujimoto
2019-11-19Avoid needless object allocationKazuki Tsujimoto
2019-11-19Add a testKazuhiro NISHIYAMA
2019-11-18pack is not using invokebuiltin anymoreTakashi Kokubun
2019-11-18catch up last commit.Koichi Sasada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-14`#@1` is no longer an embedded variableNobuyoshi Nakada
2019-11-14test/ruby/test_proc.rb: suppress "method redefined" warningsYusuke Endoh
2019-11-13Suspend many fibers test on JIT for nowTakashi Kokubun
2019-11-12Skip tailcall test for MJITTakashi Kokubun