index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
builtin.h
Age
Commit message (
Expand
)
Author
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-10-08
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-01-23
Rewrite Array#each in Ruby using Primitive (#9533)
Takashi Kokubun
2023-03-07
Remove MJIT's builtin function compiler
Takashi Kokubun
2022-11-27
MJIT: Use a String buffer in builtin compilers
Takashi Kokubun
2022-09-09
Built-in function table sentinels do not need names
Nobuyoshi Nakada
2022-06-02
Typedef built-in function types
Nobuyoshi Nakada
2021-11-15
`rb_vm_lvar_exposed()` is PUREFUNC
Koichi Sasada
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2020-07-16
skip inlining cexpr! that are not attr! inline
卜部昌平
2020-07-13
mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable
卜部昌平
2020-07-13
builtin.h: avoid copy&paste
卜部昌平
2020-07-13
precalc invokebuiltin destinations
卜部昌平
2020-03-19
Get rid of redefinition of `rb_execution_context_t`
Nobuyoshi Nakada
2019-12-13
readable function names for inline functions.
Koichi Sasada
2019-12-11
add include guard
Koichi Sasada
2019-11-14
try to remove vm_core.h
Koichi Sasada
2019-11-12
Inline function should be static
Nobuyoshi Nakada
2019-11-11
__builtin_inline!
Koichi Sasada
2019-11-09
Full-path of builtin scripts no longer needed
Nobuyoshi Nakada
2019-11-09
Revert "don't embed full-path."
Koichi Sasada
2019-11-09
don't embed full-path.
Koichi Sasada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada