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
2024-08-02
Show what objects were actually allocated on allocation count tests
Yusuke Endoh
2024-07-31
[ruby/rdoc] Add new ruby parser that uses Prism
tomoya ishida
2024-07-31
Fix leak of AST when Ripper#compile_error jumps
Peter Zhu
2024-07-31
[ruby/rdoc] Drop unnecessary `file_name` parameter from `Parser.for`
Stan Lo
2024-07-31
Reset the counter for two consecutive runs
Satoshi Tagomori
2024-07-30
[rubygems/rubygems] Fix `gem list` regression when a regular gem shadows a de...
David Rodríguez
2024-07-30
[rubygems/rubygems] Always leave default gem executables around
David Rodríguez
2024-07-30
Move incorrectly placed tests
Peter Zhu
2024-07-30
Fix ceil when ndigits is large
Peter Zhu
2024-07-30
Fix floor when ndigits is large
Peter Zhu
2024-07-30
Fix wrong unreachable chunk remove when jump destination label is unremovable
tomoya ishida
2024-07-30
Use tmpdir for various environments (including Windows)
Satoshi Tagomori
2024-07-30
Fix test code and extension to avoid using gvars and Kernel methods
Satoshi Tagomori
2024-07-30
[BUG #20655] Add tests to use rb_ensure and call cont.call
Satoshi Tagomori
2024-07-30
Add array test cases for `TestParse#test_define_singleton_error`
yui-knk
2024-07-30
Wait for server threads to finish
Nobuyoshi Nakada
2024-07-29
[rubygems/rubygems] Bump rb-sys
dependabot[bot]
2024-07-29
Revert moving things to Ruby
Aaron Patterson
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-07-26
Fix memory leak in String#start_with? when regexp times out
Peter Zhu
2024-07-26
[ruby/net-http] Removed needless NullWriter class
Hiroshi SHIBATA
2024-07-25
Fix test_kwarg_eval_memory_leak
Peter Zhu
2024-07-25
[ruby/prism] Sync from ruby/ruby
Kevin Newton
2024-07-25
Fix memory leak in Regexp capture group when timeout
Peter Zhu
2024-07-25
Omit TestFile#test_stat when the machine is stupidly slow
Yusuke Endoh
2024-07-24
[ruby/openssl] x509attr: avoid using OpenSSL::ASN1 internals in #value=
Kazuki Yamaguchi
2024-07-24
[Bug #20649] Allow `nil` as 2nd argument of `assign_error`
Nobuyoshi Nakada
2024-07-24
[Bug #20647] Disallow `return` directly within a singleton class
Nobuyoshi Nakada
2024-07-23
[ruby/prism] Single line method bodies should not be marked as newline
Kevin Newton
2024-07-23
Implement UNLESS NODE keyword locations
yui-knk
2024-07-23
[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`
yui-knk
2024-07-22
[ruby/prism] Implement mismatched indentation warning
Kevin Newton
2024-07-22
bundled_gems.rb: Add a fast path
Jean Boussier
2024-07-21
Fix a typo in setup of block-after-blockcall tests
Nobuyoshi Nakada
2024-07-21
Fix SEGV on method call with empty args and brace block for do block command ...
yui-knk
2024-07-20
Do not set Enumerator::Lazy#zip to use packed format
Jeremy Evans
2024-07-18
Avoid array allocation for f(*r2k_ary) when def f(x)
Jeremy Evans
2024-07-18
Avoid hash allocation for f(*r2k_ary) when def f(kw: 1)
Jeremy Evans
2024-07-18
Check for and remove duplicate checks in test_allocation
Jeremy Evans
2024-07-18
Avoid array allocation for f(*empty_ary, **hash) when def f(x)
Jeremy Evans
2024-07-18
Avoid unnecessary array allocations for f(arg, *arg, **arg, **arg), f(*arg, a...
Jeremy Evans
2024-07-19
[rubygems/rubygems] Fix line comment issue for map
alpha0x00
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2024-07-19
[ruby/uri] Also support URI::PATTERN with switch-back
Hiroshi SHIBATA
2024-07-19
[ruby/uri] Added test for constant definition and remove URI::REGEXP when usi...
Hiroshi SHIBATA
2024-07-19
[ruby/uri] Rename and switch RFC2396_PARSER test
Hiroshi SHIBATA
2024-07-19
[ruby/uri] Switch to inspect with default parser
Hiroshi SHIBATA
2024-07-18
[rubygems/rubygems] Fix unused variable warning when running RubyGems tests
David Rodríguez
2024-07-18
Refactor RUBY_DESCRIPTION assertions in test_rubyoptions
Kevin Newton
2024-07-18
[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loading
tomoya ishida
[prev]
[next]