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
2023-12-11
Initialize interrupt queue before signal handlers (#9196)
Takashi Kokubun
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
2023-09-27
Rename YARP symbols to prism
Kevin Newton
2023-09-19
Remove dead function Init_Method
Peter Zhu
2023-07-13
[Feature #19730] Remove transient heap
Peter Zhu
2023-06-21
[Feature #19741] Add yarp to builds
Jemma Issroff
2023-03-10
Move WeakMap and WeakKeyMap code to weakmap.c
Peter Zhu
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-05
Implement --mjit-stats
Takashi Kokubun
2022-11-26
MJIT: Merge mjit_compiler.rb into mjit.rb
Takashi Kokubun
2022-11-15
Rewrite Symbol#to_sym and #intern in Ruby (#6683)
Takashi Kokubun
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
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
[next]