index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Prevent SystemStackError when calling super in module with activated ...
Jeremy Evans
2020-09-22
1
-59
/
+20
*
Make Thread#join always convert its argument, as before 70f08f1eed
Benoit Daloze
2020-09-21
1
-3
/
+2
*
Fix Thread leak in Thread#join specs
Benoit Daloze
2020-09-21
1
-1
/
+2
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
1
-0
/
+5
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-09-17
1
-1
/
+1
*
Update to ruby/spec@e829fb0
Benoit Daloze
2020-09-17
27
-134
/
+296
*
Warn on a finalizer that captures the object to be finalized
Chris Seaton
2020-09-16
1
-12
/
+116
*
2.8 -> 3.0 in specs
Benoit Daloze
2020-09-15
147
-201
/
+199
*
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-09-15
1
-0
/
+17
*
[ruby/ostruct] Fix dup/clone
Marc-Andre Lafortune
2020-09-14
1
-0
/
+2
*
[ruby/ostruct] method_missing is private
Marc-Andre Lafortune
2020-09-14
1
-26
/
+3
*
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
1
-0
/
+12
*
Revert the related commits about `Tempfile.open` change.
Hiroshi SHIBATA
2020-09-09
1
-25
/
+3
*
Fix constant names set using const_set on a singleton class
Marc-Andre Lafortune
2020-09-02
3
-12
/
+42
*
Deprecate iterator? method
Nobuyoshi Nakada
2020-08-31
1
-6
/
+8
*
Thread.exclusive: delete
卜部昌平
2020-08-31
1
-32
/
+34
*
Adapt specs for the new Tempfile.open with block behavior
Benoit Daloze
2020-08-29
1
-3
/
+25
*
Fix warnings related to new Socket.gethostby* deprecations
Benoit Daloze
2020-08-29
2
-18
/
+18
*
Update to ruby/spec@335eb9b
Benoit Daloze
2020-08-28
22
-344
/
+556
*
Update to ruby/mspec@53a6e3e
Benoit Daloze
2020-08-28
6
-9
/
+14
*
States Time.at expects rational-like argument to respond to #to_int
Nobuyoshi Nakada
2020-08-28
1
-0
/
+6
*
do not test --version
卜部昌平
2020-08-22
1
-3
/
+9
*
[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)
Nguyễn Quang Minh
2020-08-06
2
-3
/
+106
*
[rubygems/rubygems] https functionality was merged into `net/https`
David Rodríguez
2020-07-31
1
-5
/
+0
*
Fix arity of Hash#to_proc [Bug #12671]
Benoit Daloze
2020-07-29
1
-0
/
+4
*
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-28
3
-6
/
+6
*
Do not assume all compilers accept same flags as gcc
Nobuyoshi Nakada
2020-07-28
1
-1
/
+1
*
Update to ruby/spec@07164da
Benoit Daloze
2020-07-27
38
-44
/
+733
*
Update to ruby/mspec@9cffee9
Benoit Daloze
2020-07-27
1
-1
/
+4
*
Switch reserved for numbered parameter warning to SyntaxError
Jeremy Evans
2020-07-22
1
-10
/
+29
*
Make StringIO encoding fixed
Nobuyoshi Nakada
2020-07-20
2
-3
/
+3
*
Import remaining changes
David Rodríguez
2020-07-15
4
-39
/
+54
*
[rubygems/rubygems] Tag the specs with :readline
Utkarsh Gupta
2020-07-15
1
-5
/
+5
*
[rubygems/rubygems] Add tests with different flag combinations
Utkarsh Gupta
2020-07-15
1
-11
/
+44
*
[rubygems/rubygems] Allow setting a tag prefix to be used by gem release tasks
David Rodríguez
2020-07-15
1
-0
/
+17
*
[rubygems/rubygems] Fix line spacing to make Layout/EmptyLines happy
Utkarsh Gupta
2020-07-15
1
-1
/
+1
*
[rubygems/rubygems] Remove unneeded trailing conditions on exitstatus
David Rodríguez
2020-07-15
20
-52
/
+52
*
[rubygems/rubygems] Easier way to find path to ruby binary
David Rodríguez
2020-07-15
1
-4
/
+1
*
[rubygems/rubygems] Remove unnecessary assertions on exitstatus
David Rodríguez
2020-07-15
21
-46
/
+0
*
[rubygems/rubygems] No need to update remotes
David Rodríguez
2020-07-15
1
-1
/
+0
*
[rubygems/rubygems] Git clone already takes care of this
David Rodríguez
2020-07-15
1
-1
/
+0
*
[rubygems/rubygems] Clone rubygems from the local repo
David Rodríguez
2020-07-15
1
-1
/
+1
*
[rubygems/rubygems] Skip this spec on ruby_core workflow
Utkarsh Gupta
2020-07-15
1
-2
/
+3
*
[rubygems/rubygems] Use latest version of rubocop for RUBY_VERSION > 2.4
Utkarsh Gupta
2020-07-15
1
-1
/
+2
*
[rubygems/rubygems] Use `--config .rubocop.yml` instead
Utkarsh Gupta
2020-07-15
1
-1
/
+1
*
[rubygems/rubygems] Lock rubocop version to 0.80.1
Utkarsh Gupta
2020-07-15
1
-1
/
+1
*
[rubygems/rubygems] Fix linting and make Style/RedundantInterpolation happy
Utkarsh Gupta
2020-07-15
1
-4
/
+4
*
[rubygems/rubygems] Fix test to run rubocop on the generated gem
Utkarsh Gupta
2020-07-15
1
-4
/
+2
*
[rubygems/rubygems] Make Style/HashSyntax cop happy
Utkarsh Gupta
2020-07-15
1
-7
/
+7
*
[rubygems/rubygems] WIP: add test to run rubocop on the generated gem
Utkarsh Gupta
2020-07-15
1
-0
/
+12
[next]