summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-12-16Unconditionally warn "unknown pack/unpack directive"Yusuke Endoh
2022-12-16Reject keyword arguments given to Enumerator::Product.newAkinori MUSHA
2022-12-16fixed encoding tableKoichi Sasada
2022-12-15YJIT: Fix `obj.send(:call)`Alan Wu
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-15Transition complex objects to "too complex" shapeJemma Issroff
2022-12-15Revert "Fix Object Movement allocation in GC"Peter Zhu
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-15Disallow mixed usage of ... and */**Shugo Maeda
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-14Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune
2022-12-13[Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada
2022-12-12Make absent operator work at the end of the input stringYusuke Endoh
2022-12-10MJIT: Compile methods in batches (#6900)Takashi Kokubun
2022-12-10Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos
2022-12-10A negative denominator case in the Rational string parsing testNobuyoshi Nakada
2022-12-09YJIT: implement `getconstant` YARV instruction (#6884)Maxime Chevalier-Boisvert
2022-12-09Use rb_inspect instead of +PRIsVALUE for Object.inspectMatt Valentine-House
2022-12-08Freeze singleton class, not its originAlan Wu
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-07Stop transitioning to UNDEF when undefining an instance variableAaron Patterson
2022-12-07[Bug #19187] Fix for tzdata-2022gNobuyoshi Nakada
2022-12-06add file version check for new Unicode emoji file headerMartin Dürst
2022-12-03return early if there is no is_entries bufferAaron Patterson
2022-12-03UnboundMethod only refer defined_classKoichi Sasada
2022-12-02Wait killed threadNobuyoshi Nakada
2022-12-01Module#remove_method: Check frozen on the right objectJean byroot Boussier
2022-12-02[Bug #19087] Disallow successive underscores in Complex stringNobuyoshi Nakada
2022-12-01YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)Takashi Kokubun
2022-12-02[Feature #19163] Marshal-loaded Data object also should be frozenNobuyoshi Nakada
2022-12-02[Feature #19163] Data object should be frozenNobuyoshi Nakada
2022-12-01[Bug #19108] Check for the encoding of pack/unpack formatNobuyoshi Nakada
2022-12-01[Feature #19138] Add `SyntaxError#path`Nobuyoshi Nakada
2022-11-30Use RTEST and add test for GH-6832Alan Wu
2022-11-30YJIT: Optimize rb_int_equal (#6838)Takashi Kokubun
2022-12-01Prevent segfault in String#scan with ObjectSpace.each_objectYusuke Endoh
2022-11-29Add a test case for argument forwardingyui-knk
2022-11-29Add tests for [Feature #19134]Shugo Maeda
2022-11-29Allow ** in def foo(...)Shugo Maeda
2022-11-27Make the timeout of test_system_sigpipe longerTakashi Kokubun
2022-11-27Relax a too strict timeoutTakashi Kokubun
2022-11-25MJIT: Remove the code to optimize shape transitionTakashi Kokubun
2022-11-25YJIT: Run test-all tests without requiring RUN_OPTSAlan Wu
2022-11-25Fix autoload status of statically linked extensionsAlan Wu
2022-11-25[Bug #18971] Add precheck to enumeratorNobuyoshi Nakada
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-11-24Raise TypeError for endless non-numeric range include?Jeremy Evans
2022-11-24Relax the timeout of TestRegexp#test_cache_optimization_squareYusuke Endoh
2022-11-22Add Time#deconstruct_keyszverok
2022-11-22Use dedicated assertions for warningsNobuyoshi Nakada