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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Age
Commit message (
Expand
)
Author
2023-05-21
Put `rb_fork` back into process.c
Nobuyoshi Nakada
2023-05-21
Use `rb_fork_ruby` for `--help` pager
Nobuyoshi Nakada
2023-05-10
[Bug #19597] Freeze script name
Nobuyoshi Nakada
2023-04-14
Add RB_WARN_CATEGORY_DEFAULT_BITS
Jean Boussier
2023-04-13
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-13
YJIT: Add a sampling option to exit tracing (#7693)
Adam Hess
2023-04-07
[Bug #19584] Register global variable address before assignment
Nobuyoshi Nakada
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-03-18
RJIT: Prefix rjit_options with rb_
Takashi Kokubun
2023-03-12
RJIT: Implement --rjit-trace-exits
Takashi Kokubun
2023-03-08
RJIT: Stop allowing leaked globals rjit_*
Takashi Kokubun
2023-03-07
Update documentation about RJIT
Takashi Kokubun
2023-03-07
Update options available in RJIT
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-05
Skip compiling at_exit without --mjit-stats
Takashi Kokubun
2023-03-02
YJIT: Fix default call threshold in help (#7424)
Takashi Kokubun
2023-02-27
Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"
Takashi Kokubun
2023-02-26
reuse open(2) from rb_file_load_ok on POSIX-like system
Eric Wong
2023-02-01
Fix a typo
Nobuyoshi Nakada
2023-02-01
Suppress an unused-function warning
Nobuyoshi Nakada
2023-01-31
Make sure RUBY_YJIT_ENABLE only enables YJIT for truthy values (#7208)
Maxime Chevalier-Boisvert
2022-12-19
YJIT: Make --yjit-stats always visible on --help (#6946)
Takashi Kokubun
2022-12-13
YJIT: Change the default mem size to 64MiB (#6912)
Takashi Kokubun
2022-12-12
Make it so YJIT is no longer marked as experimental (#6909)
Maxime Chevalier-Boisvert
2022-12-07
Update YJIT warning, mention need to install rustc (#6873)
Maxime Chevalier-Boisvert
2022-11-22
[Bug #19016] `SyntaxError` with parser error messages
Nobuyoshi Nakada
2022-10-24
YJIT: Lazily enable YJIT after prelude (#6597)
Takashi Kokubun
2022-10-20
Move "special consts" so `Qundef` and `Qnil` differ just 1 bit
Nobuyoshi Nakada
2022-10-19
Remove a leftover comment [ci skip]
Takashi Kokubun
2022-10-19
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-19
Assert for RTEST that Qnil and Qfalse differ just 1 bit
Nobuyoshi Nakada
2022-10-17
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-09
Allow abbreviated dump options with additional options
Nobuyoshi Nakada
2022-10-08
Support "+error-tolerant" as ruby option
yui-knk
2022-09-04
Ruby MJIT (#6028)
Takashi Kokubun
2022-09-03
Prefer stdbool for MJIT options
Takashi Kokubun
2022-08-19
Setup SyntaxSuggest as default gem
schneems
2022-08-15
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-08-07
Duplicate libruby self path
Nobuyoshi Nakada
2022-08-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-08-04
Add `-bundle_loader` to mjit compilation args on macOS
Yuta Saito
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-08
See the environment variable and then check if JIT options conflict
Nobuyoshi Nakada
2022-07-07
[Bug #18892] Reset `ARGF.lineno` after reading shebang
Nobuyoshi Nakada
2022-07-02
Fallback to the default JIT only when no JIT is enabled
Nobuyoshi Nakada
2022-07-01
Remove redundant parentheses [ci skip]
Nobuyoshi Nakada
2022-06-30
Make `FEATURE_SET_P` macro to include `FEATURE_BIT`
Nobuyoshi Nakada
2022-06-29
Do not call `exit()` directly
Nobuyoshi Nakada
[next]