1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
Jean Boussier eff15a269f [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String
* Always the same frozen String for each of these values.
    * Avoids extra allocations whenever calling these 3 methods.
    * See [Feature #16150]
2019-09-27 13:52:33 +09:00
..
argf Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
array Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
basicobject Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
binding Suppress warnings against locations in eval 2019-08-03 14:07:10 +09:00
builtin_constants Use an exclusive range for ruby_version_is 2019-04-23 15:13:36 +09:00
class Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
comparable Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
complex Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
dir Make test-all and test-spec runnable on Android 2019-09-09 20:24:03 +09:00
encoding Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
enumerable Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
enumerator Remove bad expectation in spec 2019-09-03 11:30:49 -07:00
env Fix documentation for ENV.each to return ENV 2019-09-20 12:18:07 -07:00
exception Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
false [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
fiber Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
file Add File.absolute_path? (#2198) 2019-09-05 20:00:50 +09:00
filetest Update to ruby/spec@8d74d49 2019-06-27 21:02:36 +02:00
float Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
gc
hash Split in two spec examples 2019-07-31 11:06:54 +02:00
integer Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
io Update to ruby/spec@0526d8f 2019-07-27 12:57:46 +02:00
kernel Move fixture path to last path 2019-08-17 15:12:45 +09:00
main Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
marshal Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
matchdata Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
math Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
method Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
module [EXPERIMENTAL] Make Module#name return a frozen String 2019-09-26 13:25:23 +02:00
mutex Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
nil [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
numeric Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
objectspace Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
proc Improve Proc#to_s specs 2019-09-08 12:41:14 +02:00
process Make test-all and test-spec runnable on Android 2019-09-09 20:24:03 +09:00
queue
random Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
range Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
rational Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
regexp Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
signal Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
sizedqueue Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
string Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
struct Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
symbol [EXPERIMENTAL] Make Symbol#to_s return a frozen String 2019-09-26 10:23:02 +02:00
systemexit
thread Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
threadgroup Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
time Refine Timezone fixture 2019-09-15 21:55:34 +09:00
tracepoint Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
true [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
unboundmethod spec/ruby/core/unboundmethod/bind_call_spec.rb: Add ruby_version_is guard 2019-08-30 11:49:42 +09:00
warning Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00