summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2020-07-19Special case Range#max for integer beginning and Float::Infinity endJeremy Evans
2020-07-19Fix Range#max for beginless Integer ranges [Bug #17034]Michael Kohl
2020-07-18Optimize Array#min (#3324)Kenta Murata
2020-07-18Optimize Array#max (#3325)Kenta Murata
2020-07-15Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada
2020-07-13Fix Range#{max,minmax} for range with integer beginning and non-integer endJeremy Evans
2020-07-12Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada
2020-07-10Encode ' as ' when using encode(xml: :attr)Jeremy Evans
2020-07-10Fix an inaccurate comment in test_jitTakashi Kokubun
2020-07-10Make sure vm_call_cfunc uses inlined ccTakashi Kokubun
2020-07-08Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...manga_osyo
2020-07-06Add operator info to `OP_ASGN2` of `RubyVM::AbstractSyntaxTree`.manga_osyo
2020-07-04Check ROBJECT_EMBED on guards-merged ivar accessTakashi Kokubun
2020-07-04Fix non-numeric exclusive Range#minmax bugSam Bostock
2020-07-03Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun
2020-07-03Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun
2020-06-27Suppress "assigned but unused variable" warningsKazuki Tsujimoto
2020-06-27Add #deconstruct cache to find patternVladimir Dementyev
2020-06-27Optimize array pattern matching by caching #deconstruct valueVladimir Dementyev
2020-06-25Collect insns from a child processTakashi Kokubun
2020-06-26test/ruby/test_settracefunc.rb: Suppress a warningYusuke Endoh
2020-06-26fix return event and opt_invokebuiltin_delegate_leave (#3256)Koichi Sasada
2020-06-24Do not JIT inline builtin methodsTakashi Kokubun
2020-06-24Run a TracePoint test in an insolated processTakashi Kokubun
2020-06-25Drop token info for endless method definitionNobuyoshi Nakada
2020-06-24Fix a random test failure by TracePointTakashi Kokubun
2020-06-23Trace :return of builtin methodsTakashi Kokubun
2020-06-21test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh
2020-06-20Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-19Implement Proc#== and #eql?Jeremy Evans
2020-06-19test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nilYusuke Endoh
2020-06-18Allow refining a frozen classJeremy Evans
2020-06-18Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans
2020-06-18Dup splat array in certain cases where there is a block argumentJeremy Evans
2020-06-18Make Module#prepend affect the iclasses of the moduleJeremy Evans
2020-06-18Add Hash#except ENV#except [Feature #15822]Timo Schilling
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-06-16Check argument to ObjectSpace._id2refNobuyoshi Nakada
2020-06-14Introduce find pattern [Feature #16828]Kazuki Tsujimoto
2020-06-12prevent memory allocation for GC testsKoichi Sasada
2020-06-11Prohibit setting class variable on frozen module through inheritanceAlan Wu
2020-06-11Warn when passing a non-literal block to Kernel#lambdaJeremy Evans
2020-06-10Make proc/Proc.new without block an error instead of warningJeremy Evans
2020-06-10ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada
2020-06-09Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans
2020-06-09disable GC on a testKoichi Sasada
2020-06-07Differentiate `...` in lambda argumentsNobuyoshi Nakada
2020-06-06Add leading arguments support to arguments forwardingJeremy Evans
2020-06-06Make test for no method error more reliableYuki Nishijima