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
/
ruby
Age
Commit message (
Expand
)
Author
2022-12-16
Unconditionally warn "unknown pack/unpack directive"
Yusuke Endoh
2022-12-16
Reject keyword arguments given to Enumerator::Product.new
Akinori MUSHA
2022-12-16
fixed encoding table
Koichi Sasada
2022-12-15
YJIT: Fix `obj.send(:call)`
Alan Wu
2022-12-15
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
Revert "Fix Object Movement allocation in GC"
Peter Zhu
2022-12-15
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
Disallow mixed usage of ... and */**
Shugo Maeda
2022-12-15
Remove `require 'io/wait'` where it's no longer necessary. (#6932)
Samuel Williams
2022-12-14
Add `Regexp.linear_time?` (#6901)
TSUYUSATO Kitsune
2022-12-13
[Bug #19195] Allow optional newlines before closing parenthesis
Nobuyoshi Nakada
2022-12-12
Make absent operator work at the end of the input string
Yusuke Endoh
2022-12-10
MJIT: Compile methods in batches (#6900)
Takashi Kokubun
2022-12-10
Expose need_major_gc via GC.latest_gc_info (#6791)
Mirek Klimos
2022-12-10
A negative denominator case in the Rational string parsing test
Nobuyoshi Nakada
2022-12-09
YJIT: implement `getconstant` YARV instruction (#6884)
Maxime Chevalier-Boisvert
2022-12-09
Use rb_inspect instead of +PRIsVALUE for Object.inspect
Matt Valentine-House
2022-12-08
Freeze singleton class, not its origin
Alan Wu
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-07
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-12-07
[Bug #19187] Fix for tzdata-2022g
Nobuyoshi Nakada
2022-12-06
add file version check for new Unicode emoji file header
Martin Dürst
2022-12-03
return early if there is no is_entries buffer
Aaron Patterson
2022-12-03
UnboundMethod only refer defined_class
Koichi Sasada
2022-12-02
Wait killed thread
Nobuyoshi Nakada
2022-12-01
Module#remove_method: Check frozen on the right object
Jean byroot Boussier
2022-12-02
[Bug #19087] Disallow successive underscores in Complex string
Nobuyoshi Nakada
2022-12-01
YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)
Takashi Kokubun
2022-12-02
[Feature #19163] Marshal-loaded Data object also should be frozen
Nobuyoshi Nakada
2022-12-02
[Feature #19163] Data object should be frozen
Nobuyoshi Nakada
2022-12-01
[Bug #19108] Check for the encoding of pack/unpack format
Nobuyoshi Nakada
2022-12-01
[Feature #19138] Add `SyntaxError#path`
Nobuyoshi Nakada
2022-11-30
Use RTEST and add test for GH-6832
Alan Wu
2022-11-30
YJIT: Optimize rb_int_equal (#6838)
Takashi Kokubun
2022-12-01
Prevent segfault in String#scan with ObjectSpace.each_object
Yusuke Endoh
2022-11-29
Add a test case for argument forwarding
yui-knk
2022-11-29
Add tests for [Feature #19134]
Shugo Maeda
2022-11-29
Allow ** in def foo(...)
Shugo Maeda
2022-11-27
Make the timeout of test_system_sigpipe longer
Takashi Kokubun
2022-11-27
Relax a too strict timeout
Takashi Kokubun
2022-11-25
MJIT: Remove the code to optimize shape transition
Takashi Kokubun
2022-11-25
YJIT: Run test-all tests without requiring RUN_OPTS
Alan Wu
2022-11-25
Fix autoload status of statically linked extensions
Alan Wu
2022-11-25
[Bug #18971] Add precheck to enumerator
Nobuyoshi Nakada
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-11-24
Raise TypeError for endless non-numeric range include?
Jeremy Evans
2022-11-24
Relax the timeout of TestRegexp#test_cache_optimization_square
Yusuke Endoh
2022-11-22
Add Time#deconstruct_keys
zverok
2022-11-22
Use dedicated assertions for warnings
Nobuyoshi Nakada
[prev]
[next]