summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2023-12-29Change test_warmup_frees_pages to check each size poolPeter Zhu
2023-12-29Fix [Bug #20098]: set counter value for {n,m} repetition correctly (#9391)Hiroya Fujinami
2023-12-28Fix [Bug #20083]: correct a cache point size for atomic groups (#9367)Hiroya Fujinami
2023-12-27[Bug #20094] Distinguish `begin` and parenthesesNobuyoshi Nakada
2023-12-27Fix Window private file mapping unlink EACCES issue. (#9358)Samuel Williams
2023-12-25suppress a warningNARUSE, Yui
2023-12-25[Feature #19370] Blocks without anonymous parameters should not affectNobuyoshi Nakada
2023-12-25Implement `it` (#9199)Takashi Kokubun
2023-12-25[Feature #19370] Prohibit nesting anonymous parameter forwardingNobuyoshi Nakada
2023-12-25Do not leave test fileNobuyoshi Nakada