aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.h
Commit message (Expand)AuthorAgeFilesLines
* Remove MJIT's builtin function compilerTakashi Kokubun2023-03-071-5/+1
* MJIT: Use a String buffer in builtin compilersTakashi Kokubun2022-11-271-1/+1
* Built-in function table sentinels do not need namesNobuyoshi Nakada2022-09-091-1/+1
* Typedef built-in function typesNobuyoshi Nakada2022-06-021-18/+55
* `rb_vm_lvar_exposed()` is PUREFUNCKoichi Sasada2021-11-151-0/+1
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-1/+1
* skip inlining cexpr! that are not attr! inline卜部昌平2020-07-161-1/+1
* mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable卜部昌平2020-07-131-1/+1
* builtin.h: avoid copy&paste卜部昌平2020-07-131-16/+0
* precalc invokebuiltin destinations卜部昌平2020-07-131-2/+22
* Get rid of redefinition of `rb_execution_context_t`Nobuyoshi Nakada2020-03-191-1/+2
* readable function names for inline functions.Koichi Sasada2019-12-131-1/+6
* add include guardKoichi Sasada2019-12-111-0/+5
* try to remove vm_core.hKoichi Sasada2019-11-141-1/+4
* Inline function should be staticNobuyoshi Nakada2019-11-121-1/+1
* __builtin_inline!Koichi Sasada2019-11-111-0/+13
* Full-path of builtin scripts no longer neededNobuyoshi Nakada2019-11-091-1/+1
* Revert "don't embed full-path."Koichi Sasada2019-11-091-1/+1
* don't embed full-path.Koichi Sasada2019-11-091-1/+1
* support builtin features with Ruby and C.Koichi Sasada2019-11-081-0/+52