index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2023-03-05
Skip a failing shape test
Takashi Kokubun
2023-03-05
Drop existing MJIT tests
Takashi Kokubun
2023-03-06
[ruby/irb] Improve method completion for string and regexp that
tomoya ishida
2023-03-05
[rubygems/rubygems] Introduce Gem::Specification.find_by_full_name for findin...
Hiroshi SHIBATA
2023-03-04
[ruby/irb] Drop chained methods' completion support
Stan Lo
2023-03-04
[ruby/reline] Fix completion with multiline
tomoya ishida
2023-03-03
[ruby/irb] Remove no longer necessary TruffleRuby test exclusions.
Kevin Menard
2023-03-03
[ruby/irb] Avoid slow symbol completion when completion target is an
tomoya ishida
2023-03-03
[ruby/irb] Fix prompt test not to change STDIO.external_encoding
tomoya ishida
2023-03-03
[Bug #19471] `Regexp.compile` should handle keyword arguments
Nobuyoshi Nakada
2023-03-03
[rubygems/rubygems] Fix warning about ambiguous `/`
David Rodríguez
2023-03-03
[rubygems/rubygems] Fix warnings about unused variable
David Rodríguez
2023-03-03
[rubygems/rubygems] Fix warning about ambiguous `*`
David Rodríguez
2023-03-03
[ruby/irb] Fix warnings because of `@context.main.delete`
Nobuyoshi Nakada
2023-03-02
[rubygems/rubygems] Enable `Layout/DefEndAlignment`
David Rodríguez
2023-03-02
[ruby/irb] Handle long inspect and control character in prompt
tomoya ishida
2023-03-01
Remove support for the Regexp.new 3rd argument
Jeremy Evans
2023-02-28
[ruby/irb] Display and prioritise instance methods in `ls
Stan Lo
2023-02-28
A file was missing in test/excludes for TestArraySubclass
lukeg
2023-02-28
fix test/rubygems/test_gem_package_task.rb when in -j mode
lukeg
2023-02-27
YJIT: Detect and reject `send(:alias_for_send, :foo)`
Alan Wu
2023-02-27
[ruby/irb] Provide more useful message when
Stan Lo
2023-02-27
[ruby/reline] Fix wrong indent number in prompt. whole_lines has
tomoya ishida
2023-02-27
Prefer to use File.foreach instead of IO.foreach
Hiroshi SHIBATA
2023-02-27
Prefer to use File.readlines instead of IO.readlines
Hiroshi SHIBATA
2023-02-27
[ruby/reline] Fix the cause of test_yamatanooroti randomly failing
tomoya ishida
2023-02-27
Add all-ruby-quine as a sample code
Yusuke Endoh
2023-02-25
Add `IO::Buffer.string` for efficient string creation. (#7364)
Samuel Williams
2023-02-24
YJIT: Generate Block::entry_exit with block entry PC
Alan Wu
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-24
[ruby/irb] Cleanup completion tests
Stan Lo
2023-02-24
[ruby/set] Set#merge does not take keyword arguments as a Hash
Akinori MUSHA
2023-02-24
[ruby/set] Set#merge takes many enumerable objects like Hash#merge! does
Akinori MUSHA
2023-02-23
Implement ObjectSpace::WeakKeyMap basic allocator
Jean Boussier
2023-02-22
Skip failing test on MSWin
Nobuyoshi Nakada
2023-02-22
[rubygems/rubygems] Skip extension test on jruby
Samuel Giddins
2023-02-22
[rubygems/rubygems] Better teardown
Samuel Giddins
2023-02-22
[rubygems/rubygems] Always join with a string
Samuel Giddins
2023-02-22
[rubygems/rubygems] Nil out Gem.configuration after tests
Samuel Giddins
2023-02-22
[rubygems/rubygems] Use assert_raise instead of assert_raises
Samuel Giddins
2023-02-22
[rubygems/rubygems] Add tests covering pre-releases for gem exec
Samuel Giddins
2023-02-22
[rubygems/rubygems] Fix resetting env in gem exec, and make sure it is set fo...
Samuel Giddins
2023-02-22
[rubygems/rubygems] Allow gem exec gem
Samuel Giddins
2023-02-22
[rubygems/rubygems] Remove platform option for gem exec
Samuel Giddins
2023-02-22
[rubygems/rubygems] Ensure dependencies are updated by default when running g...
Samuel Giddins
2023-02-22
[rubygems/rubygems] Add specs for gem exec
Samuel Giddins
2023-02-22
Removed accidentally commits with ruby/readline-ext
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] test_readline.rb only needs EnvUtil
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] Omit some tests with macOS platform
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] Import EnvUtils and related test libraries
Hiroshi SHIBATA
[next]