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
Age
Commit message (
Expand
)
Author
2023-06-01
rb_io_descriptor() is available since 3.1
Benoit Daloze
2023-06-01
Hide the usage of `rb_io_t` where possible. (#7880)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-05-29
Refactor guards for Time.new spec
Benoit Daloze
2023-05-29
Unify error messages of rb_num2ulong and rb_num2ull
Peter Zhu
2023-05-29
Update to ruby/spec@c3677cf
Benoit Daloze
2023-05-24
Fix "runs a C function with the global lock unlocked and unlocks IO with the ...
Samuel Williams
2023-05-24
Add a newline at EOF [ci skip]
Nobuyoshi Nakada
2023-05-24
Add support for pread/pwrite on windows. (#7827)
Samuel Williams
2023-05-23
Hash.new: print a deprecation warning when receiving keyword arguments (#7828)
Jean byroot Boussier
2023-05-21
Fix typo in spec file description [ci skip]
Ivanov-Anton
2023-05-18
Add Fiber#kill, similar to Thread#kill. (#7823)
Samuel Williams
2023-05-13
fix wording of spec description [ci skip]
Martin Dürst
2023-05-10
[Bug #19597] Freeze script name
Nobuyoshi Nakada
2023-04-26
marshal.c: shallow freeze user objects
Jean Boussier
2023-04-25
Update to ruby/spec@7f6ca5b
Benoit Daloze
2023-04-25
Workaround CRuby adding x86_64-linux-fake in $LOADED_FEATURES
Benoit Daloze
2023-04-25
Update to ruby/spec@7f69c86
Benoit Daloze
2023-04-24
Allow anonymous memberless Struct
Jeremy Evans
2023-04-23
Check the precision of `getrusage` at runtime
Nobuyoshi Nakada
2023-04-22
Fix a guard of `Process.times`
Nobuyoshi Nakada
2023-04-22
Fix an example of `Process.times`
Nobuyoshi Nakada
2023-04-21
Skip when unix socket path is too long
Nobuyoshi Nakada
2023-04-20
Use ASCII-compatible encoding for tests
Nobuyoshi Nakada
2023-04-19
MatchData#named_captures: add optional symbolize_names keyword (#6952)
Vladimir Dementyev
2023-04-17
Add spec for `Warning[:performance]`
Jean Boussier
2023-04-15
Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#delete
Jean Boussier
2023-04-15
* append newline at EOF. [ci skip]
git
2023-04-15
Add specs for ObjectSpace::WeakKeyMap
Jean Boussier
2023-04-14
Revert "Add specs for ObjectSpace::WeakKeyMap"
Jean Boussier
2023-04-14
Add specs for ObjectSpace::WeakKeyMap
Jean Boussier
2023-04-14
[Bug #19533] Add spec of infinite range inclusion
Nobuyoshi Nakada
2023-04-07
[Bug #19584] Register global variables before assignment
Nobuyoshi Nakada
2023-04-04
Revert "Fix transient heap mode"
Aaron Patterson
2023-04-04
Implement `Process.warmup`
Jean Boussier
2023-03-24
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
2023-03-24
Add Dir.fchdir
Jeremy Evans
2023-03-24
Change Hash#compact to keep default values and compare_by_identity flag
Jeremy Evans
2023-03-24
Copy compare_by_identity flag for empty hashes in Hash.ruby2_keywords_hash
Jeremy Evans
2023-03-24
Do not copy compare_by_identity flag for non-empty hashes in Hash.[]
Jeremy Evans
2023-03-22
Added assertion values for Amazon Linux 2023
Hiroshi SHIBATA
2023-03-15
rb_ary_sum: don't enter fast path if initial isn't a native numeric type.
Jean Boussier
2023-03-10
Accept `sleep(nil)` as sleep forever. (#7484)
Samuel Williams
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-02-27
Skip a spec failing on master
Takashi Kokubun
2023-02-27
Update to ruby/spec@e7dc804
Benoit Daloze
2023-02-25
Assigning `nil` to fiber storage deletes the association. (#7378)
Samuel Williams
2023-02-22
Use `BigDecimal::VERSION` instead of `RUBY_VERSION`
Nobuyoshi Nakada
[next]