summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-17[Bug #20218] Reject keyword arguments in indexNobuyoshi Nakada
2024-03-17[Bug #19918] Reject block passing in indexNobuyoshi Nakada
2024-03-16Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada
2024-03-16Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada
2024-03-15Cover all warning categories by using `Warning.categories`Nobuyoshi Nakada
2024-03-15Test deprecation warning with `$;`Nobuyoshi Nakada
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-03-14`Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier
2024-03-14[Feature #20244] Issue a single `Warning.warn` callNobuyoshi Nakada
2024-03-14[Feature #20244] Show the conflicting another chdir blockNobuyoshi Nakada
2024-03-14[Feature #20293] Add `Warning.categories`Nobuyoshi Nakada
2024-03-14[Bug #20307] Fix `Hash#update` to make frozen copy of string keysNobuyoshi Nakada
2024-03-14Chomp last punctuations from descriptions for `-h`Nobuyoshi Nakada
2024-03-13Make special const and too complex shapes before T_OBJECT shapesPeter Zhu
2024-03-13Don't create per size pool shapes for non-T_OBJECTPeter Zhu
2024-03-12Skip a flaky GC.compact test for YJITTakashi Kokubun
2024-03-12Check what actually needs to be checkedTakashi Kokubun
2024-03-12Use `assert_crash_report` in `test_crash_report_pipe`Nobuyoshi Nakada
2024-03-12[Bug #20277] Remove stale `String` test conditionalsNobuyoshi Nakada
2024-03-07Clear all refined CCs on reopening refinement modJohn Hawthorn
2024-03-07[Bug #20327] Do not count subsecond to calculate UTC offsetNobuyoshi Nakada
2024-03-04Keep hidden local variables when dumping and loading iseqsJeremy Evans
2024-03-04[Bug #20324] Uncomparable ranges are not overlappingNobuyoshi Nakada
2024-03-04Support NODE_ONCE for pattern matchingS-H-GAMELINKS
2024-03-04Disable callcc when ASAN is enabledKJ Tsanaktsidis
2024-03-01Correctly set anon_kwrest flag for def f(b: 1, **)Jeremy Evans
2024-03-01YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)Takashi Kokubun
2024-03-01Make Struct memory leak test fasterJean Boussier
2024-03-01Don't pin named structs defined in RubyJean Boussier
2024-03-01Use `File.open` and `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-02-28Fix crash report path test on WindowsNobuyoshi Nakada
2024-02-28Fix to use `assert_crash_report` resultsNobuyoshi Nakada
2024-02-28Update regex patterns with rbinstall.rbHiroshi SHIBATA
2024-02-28Use dummy command for IO.popenHiroshi SHIBATA
2024-02-28Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and t...Hiroshi SHIBATA
2024-02-27[Bug #20302] Multiple refinements cannot be applied to the same moduleShugo Maeda
2024-02-27Add a failing test for https://bugs.ruby-lang.org/issues/20305.Fable Phippen
2024-02-27Handle zero-like imaginary part as zero in to_r (#9581)Kenta Murata
2024-02-26[Bug #20296] Fix the default assertion messageNobuyoshi Nakada
2024-02-26[Bug #20296] Refine the testNobuyoshi Nakada
2024-02-26[Bug #20296] Clear errinfo when `exception: false`Nobuyoshi Nakada
2024-02-23[Bug #20234] Fix segv when parsing begin statement in method definitioneileencodes
2024-02-23[Bug #20295] Fix SEGV when parsing invalid regexpyui-knk
2024-02-22Skip under_gc_compact_stress on s390x (#10073)Takashi Kokubun
2024-02-22[Bug #20292] Truncate embedded string to new capacityNobuyoshi Nakada
2024-02-22Cover all warning category optionsNobuyoshi Nakada
2024-02-21YJIT: Grab stack operands after SP change in String#byteslice (#10060)Alan Wu
2024-02-21Re-enable test now that dump is all ASCIIKevin Newton
2024-02-22Ensure that exiting thread invokes end-of-life behaviour. (#10039)Samuel Williams