1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
nobu 7dc4929214 compile.c: move logop DCE
* compile.c (iseq_peephole_optimize): remove unreachable code
  chunk after jump/leave.
* parse.y: move dead code elimination of logical operation to
  compile.c.  not to warn logical operation of literal constants.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-22 07:53:37 +00:00
..
-ext-
base64
benchmark
bigdecimal
cgi
coverage
csv
date
dbm
digest
drb
dtrace * test/dtrace/helper.rb (Dtrace::TestCase#trap_probe): dtrace buffer size is set as 8m on Solaris (default 4m). [Bug #11697] 2015-11-16 12:38:09 +00:00
erb
etc
excludes
fiddle fix r52690 2015-11-21 06:36:05 +00:00
fileutils
gdbm
io
irb
json
lib read may return nil 2015-11-20 23:51:44 +00:00
logger * test/logger/test_logdevice.rb: Fix tests of logger to make it work on 2015-11-18 00:53:14 +00:00
matrix
minitest
misc
mkmf
monitor
net * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100" 2015-11-20 05:57:10 +00:00
nkf
objspace
open-uri
openssl
optparse
ostruct OpenStruct#dig 2015-11-17 05:36:03 +00:00
pathname
psych
rdoc
readline
resolv
rexml
rinda
ripper
rss
ruby compile.c: move logop DCE 2015-11-22 07:53:37 +00:00
rubygems * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946). 2015-11-19 06:16:19 +00:00
scanf
sdbm
shell
socket * test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when Socket::SO_TIMESTAMP is not defined. 2015-11-21 16:19:06 +00:00
stringio
strscan
syslog
testunit
thread * thread_sync.c: reduce the specification of Queue#close. 2015-11-21 00:32:09 +00:00
uri
webrick
win32ole
xmlrpc
zlib
colors
runner.rb
test_abbrev.rb
test_cmath.rb
test_delegate.rb
test_find.rb
test_forwardable.rb
test_ipaddr.rb
test_mathn.rb
test_mutex_m.rb
test_observer.rb
test_open3.rb
test_pp.rb
test_prettyprint.rb
test_prime.rb
test_pstore.rb
test_pty.rb
test_rbconfig.rb
test_securerandom.rb
test_set.rb * lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, and 2015-11-16 06:43:43 +00:00
test_shellwords.rb
test_singleton.rb
test_syslog.rb
test_tempfile.rb
test_time.rb * lib/time.rb: Specify frozen_string_literal: true. 2015-11-14 08:00:29 +00:00
test_timeout.rb
test_tmpdir.rb
test_tracer.rb
test_tsort.rb test/test_tsort.rb: Specify frozen_string_literal: true. 2015-11-14 09:43:18 +00:00
test_unicode_normalize.rb
test_weakref.rb
test_win32api.rb