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
Takashi Kokubun e1fee7f949
Rename RubyVM::MJIT to RubyVM::JIT
because the name "MJIT" is an internal code name, it's inconsistent with
--jit while they are related to each other, and I want to discourage future
JIT implementation-specific (e.g. MJIT-specific) APIs by this rename.

[Feature #17490]
2021-01-13 22:46:51 -08:00
..
argf Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
array Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
basicobject Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
binding
builtin_constants Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
class Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
comparable
complex Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
data Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
dir Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280] 2021-01-12 20:02:43 +09:00
encoding Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
enumerable Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
enumerator Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
env Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
exception Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
false
fiber
file Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
filetest
float Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
gc
hash Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
integer Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
io Rename RubyVM::MJIT to RubyVM::JIT 2021-01-13 22:46:51 -08:00
kernel Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
main Feature 17314: allow to pass array to public, protected and private methods 2020-12-19 18:19:49 +09:00
marshal Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
matchdata
math
method Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
module Fix typos 2020-12-24 23:20:04 +01:00
mutex
nil Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
numeric Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
objectspace Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
proc Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
process Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
queue
random Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
range Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
rational Fixed indefinite articles before "Integer" [ci skip] 2020-12-21 01:19:55 +09:00
regexp Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
signal
sizedqueue
string Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
struct Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
symbol Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
systemexit
thread
threadgroup
time Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
tracepoint
true
unboundmethod Use Integer instead of Fixnum/Bignum 2020-12-21 01:19:55 +09:00
warning