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
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
2021-10-20
Improve YJIT command line option parsing
Alan Wu
2021-10-20
YJIT_STATS instead of RUBY_DEBUG for --yjit-stats in help printout
Alan Wu
2021-10-20
Say YJIT is disabled by default in ruby --help
Alan Wu
2021-10-20
Style fix in ruby.c
Alan Wu
2021-10-20
Don't enable YJIT by default. More tests on both Ubuntu and MacOS.
Noah Gibbs
2021-10-20
Reduce line length for YJIT option descriptions
Noah Gibbs
2021-10-20
Document YJIT options in --help
Noah Gibbs
2021-10-20
is this right?
Aaron Patterson
2021-10-20
Don't check MJIT if it's not enabled
Aaron Patterson
2021-10-20
Disable YJIT by default if MJIT_FORCE_ENABLE is on
Aaron Patterson
2021-10-20
disable MJIT when --enable-all is set
Aaron Patterson
2021-10-20
Update ruby.c
Maxime Chevalier-Boisvert
2021-10-20
Exit if YJIT and MJIT are both enabled
Aaron Patterson
2021-10-20
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)
Maxime Chevalier-Boisvert
2021-10-20
Implement greedy versioning. Refactor versioning logic. (#10)
Maxime Chevalier-Boisvert
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
Implement --ujit-call-threshold
Maxime Chevalier-Boisvert
2021-10-20
Report unknown --ujit-* options
Maxime Chevalier-Boisvert
2021-10-20
Implement --ujit-stats and instructoin counting
Alan Wu
2021-10-20
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
Show whether MicroJIT is enabled in the version string
Alan Wu
2021-10-20
Fix mistake in ujit command line parsing
Alan Wu
2021-10-20
Implement the --disable-ujit command line option
Alan Wu
2021-10-01
Skip broken strings as the locale encoding
Nobuyoshi Nakada
2021-10-01
Replace expanded load path only when modified
Nobuyoshi Nakada
2021-10-01
Copy path strings as interned strings
Nobuyoshi Nakada
2021-10-01
Fix the encoding of loaded feature names [Bug #18191]
Nobuyoshi Nakada
2021-09-10
include/ruby/internal/interpreter.h: add doxygen
卜部昌平
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-07-06
Suppress unused-but-set-variable warning
Nobuyoshi Nakada
2021-06-29
Rename error_squiggle to error_highlight
Yusuke Endoh
2021-06-29
[WIP] add error_squiggle gem
Yusuke Endoh
2021-06-22
Deprecate and rework old (fd) centric functions.
Samuel Williams
2021-06-10
Freeze command line script
Nobuyoshi Nakada
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-03-24
Removed dln_a_out
Nobuyoshi Nakada
2021-03-17
[Feature #17684] Declare --disable-gems is for debugging
NARUSE, Yui
2021-03-12
Constified variables for getenv
Nobuyoshi Nakada
[next]