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
2024-10-15
[Bug #20797] Yet another test
Nobuyoshi Nakada
2024-10-14
[Bug #20797] Check seconds in UTC offset as well as minutes
Nobuyoshi Nakada
2024-10-05
[Bug #20705] Update `strtod` implementation
Nobuyoshi Nakada
2024-10-03
Update spec/ruby/ for colon-style hash inspect
tompng
2024-09-23
Add anonymous module name spec.
Samuel Williams
2024-09-18
Update exception message in string_for_symbol
Jeremy Evans
2024-09-09
Implement String#append_as_bytes(String | Integer, ...)
Jean Boussier
2024-09-06
Implement Array#fetch_values
Jean Boussier
2024-09-05
Move Time#xmlschema in core and optimize it
Jean Boussier
2024-09-03
Range#step: restore legacy behavior for String ranges
zverok
2024-08-18
Make Range#step to consistently use + for iteration (#7444)
Victor Shepelev
2024-07-24
Make Integer#round spec work regardless of pointer size
Alan Wu
2024-07-24
Add "c_long_size" guard, supplanting "wordsize" and stop using Integer#size
Alan Wu
2024-07-17
Revert pending `EVENT_RETURN` tests
Nobuyoshi Nakada
2024-07-12
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2024-07-11
Do not warn about extra `format` argument when passed as keywords
Jean Boussier
2024-07-08
Implement Hash.new(capacity:)
Jean Boussier
2024-07-06
Raise a TypeError for Thread#thread_variable{?,_get} for non-symbol
Jeremy Evans
2024-07-02
Update to ruby/spec@f8987ac
Andrew Konchin
2024-06-25
Allow ambiguosity of `return` line
Nobuyoshi Nakada
2024-06-25
[Bug #20457] Do not remove final `return` node
Nobuyoshi Nakada
2024-06-20
Skip 3 specs when $HOME is not a valid directory
Jeremy Evans
2024-06-12
Kernel#warn: don't call `Warning.warn` unless the category is enabled
Jean Boussier
2024-06-10
Update to ruby/spec@517f06f
Andrew Konchin
2024-06-10
Check current file on TracePoint
Koichi Sasada
2024-05-29
[Bug #20438] Disallow "%\n" and "%\0"
Nobuyoshi Nakada
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-05-19
Update to ruby/spec@6b04c1d
Andrew Konchin
2024-05-09
Add a ruby_bug spec for String#index clearing $~
Jean Boussier
2024-05-02
Reject empty lines in IRB binding spec
Stan Lo
2024-05-01
Skip Warning.[] spec if mspec is passing warning options
Kevin Newton
2024-04-18
Add a hint of `ASCII-8BIT` being `BINARY`
Jean Boussier
2024-04-17
`Fiber#raise` recursively raises on nested resuming_fiber. (#10482)
Samuel Williams
2024-04-17
[Feature #20335] `Thread.each_caller_location` arguments
Nobuyoshi Nakada
2024-04-10
[Misc #18984] Raise TypeError from Range#size if the range is not iterable
Kouhei Yanagita
2024-04-02
Update to ruby/spec@573cf97
Andrew Konchin
2024-03-22
[Feature #20275] Remove extra backtrace entries for rescue and ensure
Benoit Daloze
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-14
Update to ruby/spec@89175b2
Benoit Daloze
2024-03-14
`Exception#set_backtrace` accept arrays of `Backtrace::Location`
Jean Boussier
2024-03-13
Make `const_source_location` return the real constant as soon as defined
Jean Boussier
2024-03-07
Removed unused fixtures at time examples
Hiroshi SHIBATA
2024-03-06
Run `binding.irb` in cleaner environment and clean the history file
Nobuyoshi Nakada
2024-03-06
Use include instead of equal assertion.
Hiroshi SHIBATA
2024-03-01
Add an example for fallback to sh
Nobuyoshi Nakada
2024-02-27
Handle zero-like imaginary part as zero in to_r (#9581)
Kenta Murata
2024-02-26
Update to ruby/spec@3a510bb
Benoit Daloze
2024-02-15
ruby-spec: Accept the receiver in backtraces
Yusuke Endoh
2024-02-15
Move examples related core extension feature by Bigdecimal to under the libra...
Hiroshi SHIBATA
2024-02-15
ruby-spec: Accept both a backtick and a single quote in error messages
Yusuke Endoh
[next]