index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
builtin.c
Age
Commit message (
Expand
)
Author
2024-09-08
Gather code for builtin loading to miniinit.c
Nobuyoshi Nakada
2024-01-22
Use line numbers as builtin-index
Nobuyoshi Nakada
2023-12-07
Free everything at shutdown
Adam Hess
2023-11-09
[Bug #18286] Make builtin binary if sharable in universal binaries
Nobuyoshi Nakada
2023-11-09
Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"
Nobuyoshi Nakada
2023-11-09
Disable iseq-dumped builtin module for universal x86_64/arm64 binaries
Ben Hamilton
2023-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-03-08
Check loading built-in binaries
Nobuyoshi Nakada
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2020-06-29
builtin_lookup: do not goto into a branch
卜部昌平
2019-12-25
take care of USE_LAZY_LOAD=1.
Koichi Sasada
2019-12-11
rely on sorted compiled binary array.
Koichi Sasada
2019-12-11
support cross-compilation.
Koichi Sasada
2019-12-11
use compiled binary for gem_prelude.rb.
Koichi Sasada
2019-11-14
move rb_vm_lvar_exposed() correctly.
Koichi Sasada
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
cstr -> bytes
Koichi Sasada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada