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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to ruby/mspec@8cabcef
Benoit Daloze
2019-09-29
1
-16
/
+20
*
Update to ruby/spec@519df35
Benoit Daloze
2019-09-29
83
-308
/
+1416
*
Update to ruby/mspec@8106083
Benoit Daloze
2019-09-29
28
-241
/
+298
*
Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for mi...
Benoit Daloze
2019-09-29
2
-2
/
+2
*
Move the logic to test bundled gems to Ruby code
Benoit Daloze
2019-09-29
2
-9
/
+27
*
Exclude the test-unit bundled gem tests since they also fail since the Time#i...
Benoit Daloze
2019-09-29
2
-4
/
+6
*
Remove continue-on-error for test-bundled-gems
Benoit Daloze
2019-09-29
2
-4
/
+0
*
[ruby/stringio] Bump up the version
Nobuyoshi Nakada
2019-09-29
1
-1
/
+1
*
[ruby/stringio] Use rb_funcallv_kw when delegating arguments
Nobuyoshi Nakada
2019-09-29
1
-2
/
+7
*
[ruby/stringio] Replaced rb_funcall2 with rb_funcallv
Nobuyoshi Nakada
2019-09-29
1
-4
/
+4
*
[ruby/stringio] Dropped older ruby versions
Nobuyoshi Nakada
2019-09-29
1
-1
/
+1
*
[ruby/stringio] Get rid of String#undump for ruby 2.4 or earlier
Nobuyoshi Nakada
2019-09-29
1
-1
/
+1
*
[ruby/zlib] Fix for older ruby 2.6 or earlier
Nobuyoshi Nakada
2019-09-29
1
-0
/
+9
*
[ruby/zlib] Search zlib.c as a gem
Nobuyoshi Nakada
2019-09-29
1
-4
/
+11
*
[DOC] Fix typos in Array#{to_s,inspect} doc [ci skip]
Benoit Daloze
2019-09-29
1
-1
/
+1
*
[DOC] stated that Array#to_s calls #inspect [ci skip]
Nobuyoshi Nakada
2019-09-29
1
-1
/
+2
*
* 2019-09-29 [ci skip]
git
2019-09-29
1
-1
/
+1
*
Upgrade to the latest did_you_mean 1.3.1
Yuki Nishijima
2019-09-29
1
-1
/
+1
*
NEWS: marked up `**nil` [ci skip]
Nobuyoshi Nakada
2019-09-28
1
-3
/
+3
*
NEWS: Added module name to proc and lambda [ci skip]
Nobuyoshi Nakada
2019-09-28
1
-3
/
+3
*
Fix warning when doing Struct.new(:x, keyword_init: true){}
Jeremy Evans
2019-09-27
2
-1
/
+11
*
Correctly issue ArgumentError when calling method that accepts no keywords
Jeremy Evans
2019-09-27
2
-0
/
+15
*
Update NEWS section on keyword argument separation [ci skip]
Jeremy Evans
2019-09-27
1
-10
/
+57
*
* 2019-09-28 [ci skip]
git
2019-09-28
1
-1
/
+1
*
Optimize Array#flatten and flatten! for already flattened arrays (#2495)
Dylan Thacker-Smith
2019-09-28
2
-10
/
+52
*
Warn for URI.{,un}{escape,encode}, even if not in verbose mode
Jeremy Evans
2019-09-27
1
-2
/
+2
*
Fix fallback in URI.encode_www_form_component to include #
Jeremy Evans
2019-09-27
2
-1
/
+3
*
Do not escape + in Shellwords.escape
Jeremy Evans
2019-09-27
2
-1
/
+6
*
Ignore Errno::EPIPE when sending requests in net/http
Jeremy Evans
2019-09-27
2
-1
/
+18
*
Updated bundled_gems
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
Drop eliminated catch-entries
Nobuyoshi Nakada
2019-09-27
2
-0
/
+27
*
assert_in_out_err should use FailDesc too
Nobuyoshi Nakada
2019-09-27
1
-4
/
+2
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
3
-40
/
+41
*
More tests for [Feature #16150]
Nobuyoshi Nakada
2019-09-27
1
-0
/
+21
*
[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...
Jean Boussier
2019-09-27
5
-3
/
+51
*
[ruby/fileutils] Bump version to 1.3.0.
Hiroshi SHIBATA
2019-09-27
1
-1
/
+1
*
[ruby/fileutils] Use Gemfile instead of Gem::Specification#add_development_de...
Hiroshi SHIBATA
2019-09-27
1
-2
/
+0
*
[ruby/fileutils] Reduce global variables
Kazuhiro NISHIYAMA
2019-09-27
1
-8
/
+8
*
[ruby/fileutils] Fix cp_r with symlink root on Windows
Jeremy Evans
2019-09-27
1
-1
/
+5
*
[ruby/fileutils] Fix test_cp_r_dev on Windows or other systems without charac...
Jeremy Evans
2019-09-27
1
-4
/
+4
*
[ruby/fileutils] Do not break in verbose mode if using FileUtils with a froze...
Jeremy Evans
2019-09-27
2
-12
/
+30
*
[ruby/fileutils] Skip test_cp_r_socket on JRuby
Jeremy Evans
2019-09-27
1
-0
/
+1
*
[ruby/fileutils] Make copy methods handle FIFOs and UNIX sockets
Jeremy Evans
2019-09-27
2
-9
/
+40
*
[ruby/fileutils] Update the documentation content and formatting
zverok
2019-09-27
1
-74
/
+93
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
9
-32
/
+707
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
12
-72
/
+78
*
Add compaction support to `rb_ast_t`
Aaron Patterson
2019-09-26
4
-4
/
+70
*
Fix keyword argument separation issues in Enumerator::Generator#each
Jeremy Evans
2019-09-26
4
-1
/
+97
*
Add rb_adjust_argv_kw_splat to internal.h
Jeremy Evans
2019-09-26
5
-6
/
+1
*
Honor Syslog::Logger#level overrides
George Claghorn
2019-09-26
2
-2
/
+17
[next]