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
2023-12-07
Fix keyword splat passing as regular argument
Jeremy Evans
2023-11-29
Do not call the inplicit convercion spec on older ruby versions
Tema Bolshakov
2023-11-29
Fix Array#rassoc spec
Tema Bolshakov
2023-11-27
Update to ruby/spec@c3206f6
Benoit Daloze
2023-11-09
IO#read always check the provided buffer is mutable
Jean Boussier
2023-10-30
Update to ruby/spec@bd7017f
Benoit Daloze
2023-10-26
Windows: Prefer USERPROFILE over HOMEPATH
Lars Kanis
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-10-03
[DOC] State the precision of `Process.times` as platform-defined
Nobuyoshi Nakada
2023-10-03
Check by integer modulo instead of float string
Nobuyoshi Nakada
2023-09-12
Make Kernel#lambda raise when given non-literal block
Alan Wu
2023-09-04
Update to ruby/spec@96d1072
Benoit Daloze
2023-08-26
[Bug #19784] Fix behaviors against prefix with broken encoding
Nobuyoshi Nakada
2023-08-24
Fix support for dynamic keys. (#8273)
Samuel Williams
2023-08-23
Quarantine a very flaky spec
Takashi Kokubun
2023-08-10
Deprecate Kernel#open and IO support for subprocess creation/forking
Mike Dalessio
2023-08-02
Update to ruby/spec@9e278f5
Benoit Daloze
2023-07-31
`Refinement#refined_class` is now deprecated
Nobuyoshi Nakada
2023-07-30
Add examples of `return` in `eval`
Nobuyoshi Nakada
2023-07-26
Make {Nil,True,False}Class#singleton_method always raise NameError
Jeremy Evans
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2023-07-17
Implement Process.warmup
Jean Boussier
2023-07-15
[Bug #19769] Fix range of size 1 in `String#tr`
alexandre184
2023-07-06
Improve ArgumentError message for Module#set_temporary_name
Benoit Daloze
2023-07-06
Ensure the name given to Module#set_temporary_name is not a valid constant path
Benoit Daloze
2023-07-06
Specs for Module#set_temporary_name should be in their own file
Benoit Daloze
2023-06-26
Update to ruby/spec@30e1c35
Benoit Daloze
2023-06-21
Allow setting the name of a class or module. (#7483)
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
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-18
Add Fiber#kill, similar to Thread#kill. (#7823)
Samuel Williams
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-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
[next]