summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-03-15File.dirname optional levelNobuyoshi Nakada
2021-03-15Check backref number buffer overrun [Bug #16376]xtkoba (Tee KOBAYASHI)
2021-03-12Fix integer/float remainder with infinity argument of opposite signJeremy Evans
2021-03-11Create the test file under the created temporary directoryNobuyoshi Nakada
2021-03-10Remove cvar overtaken classes at end of test methodsJeremy Evans
2021-03-10Add cvar overtaken testseileencodes
2021-03-08test/ruby/test_string.rb: make GitHub syntax-highlight correctlyYusuke Endoh
2021-03-06Undef Enumerator::Chain#{feed,next,next_values,peek,peek_values}Jeremy Evans
2021-03-06Make Enumerator#{+,chain} create lazy chain if any included enumerator is lazyJeremy Evans
2021-03-06Fix calling enumerator methods such as with_index on Enumerator::ChainJeremy Evans
2021-02-25Revert "Add tests for bug 17652"Aaron Patterson
2021-02-25Add tests for bug 17652Peter Zhu
2021-02-24Reverting PR #4221Aaron Patterson
2021-02-24Add tests for bug 17652Peter Zhu
2021-02-22Check for cyclic prepend before making originAlan Wu
2021-02-22Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans
2021-02-20Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans
2021-02-19Fix backtrace to not skip frames with iseq without pcJeremy Evans
2021-02-19invalidate negative cache any time.Koichi Sasada
2021-02-16Parse "-00:00" as UTC for the round-trip [Feature #17544]Nobuyoshi Nakada
2021-02-16UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada
2021-02-16strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada
2021-02-16Fix a failureKazuhiro NISHIYAMA
2021-02-16`$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez
2021-02-15Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada
2021-02-15Added tests for --backtrace-limit optionNobuyoshi Nakada
2021-02-14Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)
2021-02-12Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada
2021-02-11Make a cyclic prepend not modify ancestors for the receiverJeremy Evans
2021-02-08Forward keyword arguments to ARGF from global functionsNobuyoshi Nakada
2021-02-08Added test for keyword arguments to ARGFNobuyoshi Nakada
2021-01-24Add test for String#casecmp?NARUSE, Yui
2021-01-23Warn the defined location as deprecation as well as the main messageNobuyoshi Nakada
2021-01-23Make reciprocal properly of non-integral rational [Bug #17572]Nobuyoshi Nakada
2021-01-20Skip freezing check on setting temporary class path [Bug #17563]Nobuyoshi Nakada
2021-01-19Fixed premature returnNobuyoshi Nakada
2021-01-18Avoid suppressing unrelated warningsTakashi Kokubun
2021-01-19test/ruby/test_jit.rb: Avoid a warningYusuke Endoh
2021-01-19test/ruby/test_pattern_matching.rb: Avoid a warningYusuke Endoh
2021-01-19Mark pattern labels as unremoveableVladimir Dementyev
2021-01-18Fix JIT link failuresTakashi Kokubun
2021-01-17Use the dedicated assertionNobuyoshi Nakada
2021-01-17Warn Struct#initialize with only keyword args (#4070)Takashi Kokubun
2021-01-15Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada
2021-01-14Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-13Guard callinfoAaron Patterson
2021-01-13Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada
2021-01-13Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada
2021-01-13Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada