summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-18Add a hint of `ASCII-8BIT` being `BINARY`Jean Boussier
2024-04-18[ruby/ipaddr] Add IPAddr.cidr to return ip address in cidr notationBen Fritsch
2024-04-17[ruby/prism] Add a reflection API for determining the fields of a nodeKevin Newton
2024-04-17[ruby/reline] Refactor nomultiline and multiline mode differencetomoya ishida
2024-04-17relax unused block warning for duck typingKoichi Sasada
2024-04-17[Feature #20335] `Thread.each_caller_location` argumentsNobuyoshi Nakada
2024-04-17skip on Prism generated iseqKoichi Sasada
2024-04-17test_uplus_minus: Use a different string literalJean Boussier
2024-04-17`ISeq#to_a` respects `use_block` statusKoichi Sasada
2024-04-17[ruby/stringio] strio_read: preserve buffer encoding on partialJean byroot Boussier
2024-04-16[ruby/reline] Implement changing editing modeMari Imaizumi
2024-04-16[rubygems/rubygems] Honor a specified path as the temporary diretory if givenNobuyoshi Nakada
2024-04-16[Bug #20325] `Enumerator.product.size` is 0 if any size is 0Nobuyoshi Nakada
2024-04-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-04-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-04-15Emit a performance warning when redefining specially optimized methodsJean Boussier
2024-04-15[ruby/reline] Fix vi_to_column which was brokentomoya ishida
2024-04-15Include more debug information in test_uplus_minusJean Boussier
2024-04-15Add more assertions in `test_uplus_minus`Jean Boussier
2024-04-15`super{}` doesn't use blockKoichi Sasada
2024-04-15fix incorrect warning.Koichi Sasada
2024-04-15show warning for unused blockKoichi Sasada
2024-04-15Emit `warn` event for duplicated hash keys on ripperyui-knk
2024-04-14[ruby/reline] Refactor waiting_proc and waiting_operator_proctomoya ishida
2024-04-14[ruby/irb] Allow defining custom commands in IRBStan Lo
2024-04-14[ruby/reline] Support `menu-complete-backward` command for upwardMichael J. Giarlo
2024-04-14Resize ary when `Array#sort!` block modifies embedded aryZack Deveau
2024-04-12[PRISM] Enable passing test_parenthesised_statement_argumentKevin Newton
2024-04-12[ruby/prism] Better error message on statement inside argument listKevin Newton
2024-04-12[PRISM] Enable passing tests from latest prismKevin Newton
2024-04-12[PRISM] Emit parse warnings before raising syntax errorsKevin Newton
2024-04-12[PRISM] Enable more passing testsKevin Newton
2024-04-12[ruby/prism] Better error message on invalid defKevin Newton
2024-04-12[ruby/prism] Syntax error for block argument on yieldKevin Newton
2024-04-12[ruby/prism] Fix up embdoc lexing on EOFKevin Newton
2024-04-12Refactor how object IDs work for special constsPeter Zhu
2024-04-12[PRISM] Enable passing tests for prismKevin Newton
2024-04-12[ruby/prism] Create the warning for unreachable statementsKevin Newton
2024-04-12[PRISM] Ensure no void warnings in rubyoptions testKevin Newton
2024-04-12[ruby/prism] Implement the void statement warningKevin Newton
2024-04-12[ruby/prism] Fix parser translation's heredoc whitespace calculationStan Lo
2024-04-12Sync latest prismKevin Newton
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-12[Bug #20423] Disallow anonymous block within argument forwardingNobuyoshi Nakada
2024-04-11[PRISM] Enable more passing testsKevin Newton
2024-04-11[ruby/prism] Add Location#chopKevin Newton
2024-04-11compile.c: use rb_enc_interned_str to reduce allocationsJean Boussier
2024-04-11[Bug #20417] Block local variables do not need to warn about unusedNobuyoshi Nakada
2024-04-11Fix segv when parsing `command` by ripperyui-knk
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida