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
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-23
Builtin RubyVM::MJIT::C
Takashi Kokubun
2022-09-18
Demote mjit_instruction.rb from builtin to stdlib
Takashi Kokubun
2022-09-04
Ruby MJIT (#6028)
Takashi Kokubun
2022-08-02
Implement Queue#pop(timeout: sec)
Jean Boussier
2022-06-15
Move RubyVM::MJIT to builtin Ruby
Takashi Kokubun
2021-11-10
IO::Buffer for scheduler interface.
Samuel Williams
2021-10-20
Match the main-branch location of yjit in inits.c
Noah Gibbs
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
Directly link libcapstone for easier development
Aaron Patterson
2021-10-05
marshal.c Marshal.load accepts a freeze: true option.
Jean Boussier
2021-06-02
Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)
S.H
2021-02-09
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
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
[next]