summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-25Fix incorrect usage of `rb_fiber_scheduler_io_(p)(read|write)`. (#7593)Samuel Williams
2023-03-25IO::Buffer#resize: Free internal buffer if new size is zero (#7569)Kasumi Hanazuki
2023-03-24Raise ArgumentError if IO.read is provided negative offsetJeremy Evans
2023-03-24Add Dir.for_fdJeremy Evans
2023-03-24Add Dir#chdirJeremy Evans
2023-03-24[rubygems/rubygems] remove test skips/pends on mswin platformMSP-Greg
2023-03-24Write keyword arguments directlyNobuyoshi Nakada
2023-03-23YJIT: Save PC on rb_str_concat (#7586)Takashi Kokubun
2023-03-23Avoid intermediate array in TarHeader#calculate_checksumMau Magnaguagno
2023-03-23Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby repositoryHiroshi SHIBATA
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
2023-03-23util/rubocop -A --only Style/FrozenStringLiteralCommentHiroshi SHIBATA
2023-03-23[rubygems/rubygems] Enabled Style/RedundantReturn copHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/BinaryOperatorWithIdenticalOp...Hiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Style/MultilineTernaryOperatorHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/UnderscorePrefixedVariableNameHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/RescueExceptionHiroshi SHIBATA
2023-03-22[rubygems/rubygems] Use indented heredocNobuyoshi Nakada
2023-03-22Lazily allocate id tables for childrenAaron Patterson
2023-03-22[rubygems/rubygems] @orig_RUBY_ENGINE is always provided nowHiroshi SHIBATA
2023-03-22[rubygems/rubygems] Fix test failure with missing RUBY_REVISION constantsHiroshi SHIBATA
2023-03-22[rubygems/rubygems] ditto: RUBY_ENGINE_VERSIONHiroshi SHIBATA
2023-03-22[rubygems/rubygems] RUBY_REVISION is also provided by supported platformsHiroshi SHIBATA
2023-03-22[rubygems/rubygems] RUBY_DESCRIPTION is always provided by supported platformsHiroshi SHIBATA
2023-03-22[rubygems/rubygems] FixupHiroshi SHIBATA
2023-03-22Fixup 43d20596b8fefadc309348448352bf13615129c6Hiroshi SHIBATA
2023-03-22Relax timeout limit for FreeBSDHiroshi SHIBATA
2023-03-22[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-03-21YJIT: Fix deadlock in tests due to pipe capacityAlan Wu
2023-03-21[ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell
2023-03-21Use indented heredocNobuyoshi Nakada
2023-03-20Use an st table for "too complex" objectsAaron Patterson
2023-03-20Cache `Process.pid`Jean Boussier
2023-03-19RJIT: Optimize Kernel#block_given?Takashi Kokubun
2023-03-19RJIT: Optimize String#<<Takashi Kokubun
2023-03-19[Bug #19539] Match heredoc identifier from end of lineNobuyoshi Nakada
2023-03-18[ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida
2023-03-18Fix frozen status loss when moving objectsPeter Zhu
2023-03-18Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider
2023-03-17ObjectSpace::WeakMap: clean inverse reference when an entry is re-assignedJean Boussier
2023-03-18core_assertions.rb: Relax `assert_linear_performance`Nobuyoshi Nakada
2023-03-17[ruby/irb] Fix 2 minor issues in test suitelukeg
2023-03-17util/rubocop -A --only Style/TernaryParenthesesHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/SpaceInsideArrayLiteralBracketsHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/SemicolonHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/CharacterLiteralHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantBeginHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/BarePercentLiteralsHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/UnlessElseHiroshi SHIBATA