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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
ruby
/
core
Age
Commit message (
Expand
)
Author
2022-12-10
Add spec for fiber storage. (#6896)
Samuel Williams
2022-12-09
Clean up a temporary file
Nobuyoshi Nakada
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-03
Remove unguaranteed assertion [ci skip]
Nobuyoshi Nakada
2022-12-03
UnboundMethod only refer defined_class
Koichi Sasada
2022-12-02
[Bug #19087] Merge to "trailing garbage" case
Nobuyoshi Nakada
2022-12-02
[Bug #19087] Fix an assertion of `String#to_c`
Nobuyoshi Nakada
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-11-08
Thread#native_thread_id is very platform specific
Nobuyoshi Nakada
2022-11-07
Update to ruby/spec@740ccc8
Benoit Daloze
2022-10-24
Skip `File.atime`/`File.mtime` tests randomly failing on Travis
Nobuyoshi Nakada
2022-10-23
[Bug #19004] `Complex.polar` handles complex singular `abs` argument
Stephen Ierodiaconou
2022-10-21
Range#size returns nil for (.."a") and (nil..)
Yusuke Endoh
2022-10-20
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-13
Skip utime example with Intel C Compiler suite
Hiroshi SHIBATA
2022-10-10
Ignore excessive precisions
Nobuyoshi Nakada
2022-10-06
Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)
Samuel Williams
2022-09-30
Add Data class implementation: Simple immutable value object
Victor Shepelev
2022-09-29
Add specs for {Method,UnboundMethod}#owner of a zsuper method
Benoit Daloze
2022-09-29
Fix {Method,UnboundMethod}#super_method for zsuper methods
Benoit Daloze
2022-09-28
Update to ruby/spec@1d9d5c6
Benoit Daloze
2022-09-27
Re-enable TZ test missed due to merge conflict.
Vít Ondruch
2022-09-24
Support using at toplevel in wrapped script
Chris Salzberg
2022-09-10
Deprecate Encoding#replicate
Benoit Daloze
2022-09-04
rb_int_range_last: properly handle non-exclusive range
Jean Boussier
2022-08-29
Skip a couple of chroot spec faillures
Takashi Kokubun
2022-08-29
Update to ruby/spec@b8a8240
Benoit Daloze
2022-08-29
Update to ruby/spec@d01709f
Benoit Daloze
2022-08-25
Fix private methods reported as protected when called via Symbol#to_proc
Jean Boussier
2022-08-20
Consider resolved-through-zsuper methods equal for compatibility
Benoit Daloze
2022-08-20
[Bug #18955] format single character for `%c`
Nobuyoshi Nakada
2022-08-17
The tzdata 2022c removed Amsterdam Mean Time
Nobuyoshi Nakada
2022-08-11
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
2022-08-10
Only allow procs created by Symbol#to_proc to call public methods
Jeremy Evans
2022-08-05
Test that File.read defaults to text mode
Alan Wu
2022-07-27
Update to ruby/spec@cbfaf51
Benoit Daloze
2022-07-21
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-06-26
Fix Process.clock_gettime specs on OpenBSD
Jeremy Evans
2022-06-26
Update to ruby/spec@ab32a1a
Benoit Daloze
2022-06-20
[Feature #18788] Spec for options as `String` to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
Spec update for warnning suspicious flag to `Regexp.new`
Nobuyoshi Nakada
2022-06-18
[Bug #18813] Warn when autoload has to lookup in parent namespace
Jean Boussier
2022-06-16
Fix spec version guard
Alan Wu
2022-06-17
ENV.merge! support multile arguments [Feature #18279]
Nobuyoshi Nakada
2022-05-20
[Feature #18595] Alias String#-@ as String#dedup
Jean Boussier
2022-04-25
Update to ruby/spec@3affe1e
Benoit Daloze
2022-04-17
Fix a typo
Kazuhiro NISHIYAMA
2022-03-29
Fix spec description
Jeremy Evans
2022-03-29
Make TracePoint#enable with block target current thread by default
Jeremy Evans
2022-03-28
Update to ruby/spec@aaf998f
Benoit Daloze
[next]