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
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
2022-06-23
When YJIT is not built, hide options and use MJIT for --jit
Alan Wu
2022-06-20
Include JIT information in crash reports
Chris Seaton
2022-04-27
Rust YJIT
Alan Wu
2022-01-19
ruby.c: initialize extra optional extensions linked statically
Yuta Saito
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-16
`O_NONBLOCK` is not always a preprocessor constant on all platforms
Nobuyoshi Nakada
2022-01-15
Transfer the responsibility for MJIT options to mjit.c
Nobuyoshi Nakada
2022-01-15
Define the default JIT feature bit
Nobuyoshi Nakada
2022-01-12
Show JIT options only when supported
Nobuyoshi Nakada
2022-01-11
Fix compile errors
Kazuhiro NISHIYAMA
2022-01-11
Use `setup_yjit_options` only when supported
Nobuyoshi Nakada
2022-01-11
Reject command line option ending with `-`
Nobuyoshi Nakada
2022-01-11
Define YJIT options only when supported
Nobuyoshi Nakada
2022-01-10
Fix default --jit-max-cache in `ruby --help`
Kazuhiro NISHIYAMA
2022-01-09
Add `=num` to yjit options
Kazuhiro NISHIYAMA
2022-01-04
Fix crash on bootup when RGENGC_CHECK_MODE=2 with GC stress
Peter Zhu
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-13
ruby.c: Fix typo
Yusuke Endoh
2021-12-13
Introduce an option "--dump=insns_without_opt" for debugging purposes
Yusuke Endoh
2021-12-01
Revert "Force disable yjit on OpenBSD"
Aaron Patterson
2021-11-18
Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)
Maxime Chevalier-Boisvert
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-21
Fix TestRubyOptions#test_enable for -DMJIT_FORCE_ENABLE
Takashi Kokubun
2021-10-21
Force disable yjit on OpenBSD
Jeremy Evans
2021-10-20
Fix indentation in ruby.c
Alan Wu
2021-10-20
Warn when trying to use YJIT in --disable-jit-support builds
Alan Wu
2021-10-20
Show --yjit in help message
Alan Wu
[next]