index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inits.c
Age
Commit message (
Expand
)
Author
2021-01-01
Improve performance some Float methods [Feature #17498] (#4018)
S.H
2020-12-31
Moved time.rb to timev.rb
Nobuyoshi Nakada
2020-12-31
Add time.rb as builtin
Nobuyoshi Nakada
2020-09-25
Buffer protocol proposal (#3261)
Kenta Murata
2020-09-14
Standardised scheduler interface.
Samuel Williams
2020-09-10
If the GC runs before the Mutex's are initialised then we get a crash in pthr...
Matt Valentine-House
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-06-20
Make Integer#zero? a separated method and builtin (#3226)
Takashi Kokubun
2020-05-16
Defer initialization
Nobuyoshi Nakada
2020-04-06
Moved `Dir.open` and `Dir#initialize` to dir.rb
Nobuyoshi Nakada
2020-03-17
support builtin for Kernel#clone
S.H
2020-01-26
Moved Array#shuffle and Array#shuffle! to rbinc
Nobuyoshi Nakada
2020-01-22
Remove special handling of $SAFE and related C-APIs
Jeremy Evans
2019-12-29
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-13
Moved Kernel#warn to warning.rb
Nobuyoshi Nakada
2019-11-15
load prelude.rb by builtin features.
Koichi Sasada
2019-11-08
Rubified the APIs of pack.c
Yusuke Endoh
2019-11-08
use builtins for GC.
Koichi Sasada
2019-11-08
Define IO#read/write_nonblock with builtins.
Koichi Sasada
2019-11-08
use builtin for RubyVM::AbstractSyntaxTree.
Koichi Sasada
2019-11-08
use builtin for TracePoint.
Koichi Sasada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-07-23
Explicitly initialise encodings on init to remove branches on encoding lookup
Lourens Naudé
2019-04-24
Defer setting gc_stress until inits done
Nobuyoshi Nakada
2018-11-08
initialize VM postponed_job first. [Bug #15288]
ko1
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-05-31
Define AST module under RubyVM [experimental]
yui-knk
2017-12-19
Revert "Improve performance of creating Hash object"
watson1978
2017-12-18
Improve performance of creating Hash object
watson1978
2015-11-30
* random.c (InitVM_Random): move Random::DEFAULT initialization
kosaki
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-09-18
vm_method.c: configurable global method cache size
nobu
2014-09-12
Process.detach: avoid singleton class creation
normal
2013-11-18
ext/rbconfig/sizeof: move to an extension library
nobu
2013-07-29
sizes.c: RbConfig::SIZEOF
nobu
2012-08-15
* vm_trace.c: separate trace_func related functions from
ko1
2011-06-17
* internal.h: declare internal functions here.
akr
2008-11-07
* inits.c (rb_call_inits): do not repeat.
nobu
2008-09-23
* eval_safe.c, safe.c: rename eval_safe.c to safe.c.
ko1
2008-09-19
* prec.c: removed. Precision will be redesigned and be back again.
yugui
2008-08-14
* include/ruby/encoding.h (rb_enc_ispunct): added.
nobu
2008-06-20
* string.c (rb_memhash): randomize hash to avoid algorithmic
akr
2008-03-16
both complex and rational are now builtin classes.
tadf
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-12-10
* transcode.c: new file to provide encoding conversion features.
matz
[next]