summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-01-17[Prism] Implement defined? for PM_INTERPOLATED_SYMBOL_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_DEFINED_NODEeileencodes
2024-01-17[Prism] Implement defined? for PM_BREAK_NODEeileencodes
2024-01-17[Prism] Implement defined for PM_NEXT_NODEeileencodes
2024-01-17[PRISM] Fix test_compile_prism_with_filePeter Zhu
2024-01-17[PRISM] Fix stack inconsistency in MultiWriteNodeMatt Valentine-House
2024-01-17Fix off-by-one error of argcNobuyoshi Nakada
2024-01-17Omit low-memory test on old platformsNobuyoshi Nakada
2024-01-16[PRISM] Fix crash with empty ensure blocksPeter Zhu
2024-01-16[PRISM] Fix splat assignmentPeter Zhu
2024-01-16Fix coderange of invalid_encoding_string.<<(ord)tompng
2024-01-16[PRISM] Fix defined? for chained callsPeter Zhu
2024-01-16[Bug #20184] Test for low memoryNobuyoshi Nakada
2024-01-15[PRISM] Fix keyword splat inside of arrayPeter Zhu
2024-01-15[PRISM] Fix case without predicatePeter Zhu
2024-01-15Improve behavioural consistency of unallocated (zero length) `IO::Buffer`. (#...Samuel Williams
2024-01-14Support keyword splatting nilJeremy Evans
2024-01-14Add test for `Errno` constantsNobuyoshi Nakada
2024-01-12Fix splat assigns with no leftiesAaron Patterson
2024-01-12Update test/ruby/test_compile_prism.rbAaron Patterson
2024-01-12[PRISM] Pre-concatenate Strings in InterpolatedStringNodeJemma Issroff
2024-01-12[PRISM] Fix splat in whenPeter Zhu
2024-01-11[PRISM] Raise syntax errors when foundKevin Newton
2024-01-11[PRISM] Fix splat inside of asetPeter Zhu
2024-01-11[PRISM] Support repeated required parameter names.Aaron Patterson
2024-01-11Reject encodings determined at runtime as source code encodingsNobuyoshi Nakada
2024-01-11Prevent syntax warnings in test/ruby/test_regexp.rbYusuke Endoh
2024-01-11Prevent a warning: ambiguous first argumentYusuke Endoh
2024-01-11Add a test for what happens with concurent calls to waitpidKJ Tsanaktsidis
2024-01-10Make defined? for op asgn expressions to constants use "assignment"Jeremy Evans
2024-01-10[PRISM] Don't increment argc for PM_ASSOC_SPLAT_NODEPeter Zhu
2024-01-10Fix memory leak when duplicating too complex objectPeter Zhu
2024-01-10Fix CRLF -> LF conversion on read for rb_io_fdopen & rb_file_openKJ Tsanaktsidis
2024-01-10Fix test case for `test_match_cache_with_peek_optimization` (#9466)Hiroya Fujinami
2024-01-10Fix to work match cache with peek next optimization (#9459)Hiroya Fujinami
2024-01-09[PRISM] Frozen string literals should be fstringsPeter Zhu
2024-01-09Introduce NODE_SYM to manage symbol literalyui-knk
2024-01-08Fix memory leak in grapheme clustersPeter Zhu
2024-01-07Label memory leak testPeter Zhu
2024-01-07Check hash key duplication for `__LINE__` and `__FILE__`yui-knk
2024-01-07Introduce Numeric Node'sS-H-GAMELINKS
2024-01-06Add test case for GC.measure_total_timeRian McGuire
2024-01-05YJIT: Let RubyVM::YJIT.enable respect --yjit-stats (#9415)Takashi Kokubun
2024-01-05Add test cases for duplicated `when\' clause warningsyui-knk
2024-01-04Memory leak when duplicating identhashPeter Zhu
2024-01-02Fix Exception#detailed_message for GC compactionPeter Zhu
2024-01-02Introduce NODE_FILEyui-knk
2024-01-02Add a test case for `__LINE__` assignment in condition warningyui-knk
2024-01-02Warn "literal in condition" for `__LINE__`yui-knk
2024-01-01Don't create T_MATCH object if /regexp/.match(string) doesn't matchLuke Gruber