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-10-02
[ruby/fiddle] test: remove fragile memory leak tests
Sutou Kouhei
2024-10-02
[rubygems/rubygems] Standarize "ins" test command too
David Rodríguez
2024-10-02
[rubygems/rubygems] Fix weirdness of "interrupt" test command
David Rodríguez
2024-10-02
[ruby/irb] Use correct binding in debug mode
tomoya ishida
2024-10-01
[ruby/prism] Disallow dynamic patterns in labels at top level followed by pipes
Kevin Newton
2024-10-01
[ruby/reline] Fix Reline crash with invalid encoding history
tomoya ishida
2024-10-01
Resync to latest Prism
Kevin Newton
2024-10-01
[ruby/prism] Disallow &. after endless range
Kevin Newton
2024-10-01
[Bug #20764] Refactor argument forwarding in lambda
Nobuyoshi Nakada
2024-10-01
[Bug #20755] Frozen string should not be writable via IO::Buffer
Nobuyoshi Nakada
2024-10-01
Remove no longer needed excludes files
Nobuyoshi Nakada
2024-10-01
Fix compile issue with a short-circuited if/unless condition and `defined?`
Luke Gruber
2024-09-30
Sync Prism with latest main branch
Kevin Newton
2024-09-30
[ruby/prism] Require a delimiter for singleton classes
Kevin Newton
2024-09-30
[Bug #20752] Slice of readonly `IO::Buffer` also should be readonly
Nobuyoshi Nakada
2024-09-30
Update test args with bundled gems. webrick has been removed that targets
Hiroshi SHIBATA
2024-09-30
Implement SPLAT NODE keyword locations
ydah
2024-09-30
[rubygems/rubygems] Don't add duplicated specs to unresolved specs
David Rodríguez
2024-09-30
[rubygems/rubygems] Don't list duplicated version in `Gem::Specification.rese...
David Rodríguez
2024-09-28
[rubygems/rubygems] Improve Gem::SpecFetcher tests.
Ellen Marie Dash
2024-09-28
[rubygems/rubygems] [tests] Don't expect suggestions that aren't actually hel...
Ellen Marie Dash
2024-09-28
Allow dot3 in defs singleton
tompng
2024-09-28
Implement OP_ASGN2 NODE locations
ydah
2024-09-28
[Bug #20763] Add tests
Nobuyoshi Nakada
2024-09-27
[rubygems/rubygems] Warning about PATH in `--user-install` mode is only neces...
David Rodríguez
2024-09-27
Implement OP_ASGN1 NODE locations
ydah
2024-09-26
[ruby/prism] Reject non-assoc ranges with subsequent operators
Kevin Newton
2024-09-25
[ruby/prism] Fix up more error messages to more closely match parse.y
Kevin Newton
2024-09-25
[ruby/prism] Fix up void value expression checking for rescue
Kevin Newton
2024-09-25
[ruby/prism] Disallow label in parentheses
Kevin Newton
2024-09-25
TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...
Hiroshi SHIBATA
2024-09-25
Implement BLOCK_PASS NODE keyword locations
ydah
2024-09-25
Implement RETURN NODE keyword locations
ydah
2024-09-24
[ruby/irb] Use proper locale in history encoding test
tomoya ishida
2024-09-24
[ruby/error_highlight] Fix error with prism when method given no arguments
Luke Gruber
2024-09-24
[ruby/prism] Accept version shorthand like 3.4
Kevin Newton
2024-09-24
[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parse
Benoit Daloze
2024-09-24
Windows: Use Unicode aware WinAPI function for ENV[]=
Lars Kanis
2024-09-23
Implement CASE3 NODE keyword locations
ydah
2024-09-23
Implement CASE2 NODE keyword locations
ydah
2024-09-23
Implement CASE NODE keyword locations
ydah
2024-09-21
Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...
Jeremy Evans
2024-09-20
[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...
Koichi ITO
2024-09-20
[ruby/prism] Introduce partial_script option
Kevin Newton
2024-09-20
[rubygems/rubygems] Unconditionally set installed_by_version
Samuel Giddins
2024-09-20
[ruby/irb] Fix debug command in nomultiline mode
tomoya ishida
2024-09-20
[Bug #18651] Pass undefined region in CP51932 as is to CP50220
Nobuyoshi Nakada
2024-09-19
Fix method caching bug when including/prepend module A that prepends module B
Jeremy Evans
2024-09-18
Raise a compile error for break/next/redo inside eval in cases where it is op...
Jeremy Evans
2024-09-18
Fix evaluation order issue in f(**h, &h.delete(key))
Jeremy Evans
[prev]
[next]