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
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
2019-12-24
Added `-W:experimental` to `--help` [Feature #16420]
Nobuyoshi Nakada
2019-12-22
Re-apply f85e8d2a8b keeping characters < 80
Takashi Kokubun
2019-12-23
Revert "Fixed misspellings"
Yusuke Endoh
2019-12-23
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
Added `-W:experimental` command line option
Nobuyoshi Nakada
2019-12-20
Added -W: command line option
Nobuyoshi Nakada
2019-12-20
Added `FEATURE_SET_RESTORE` macro
Nobuyoshi Nakada
2019-12-11
use compiled binary for gem_prelude.rb.
Koichi Sasada
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-11-18
delete unused codes
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-10-04
Refactor parser_params by removing "in_main" flag
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-07-14
ruby.c (name_match_p): remove unnecessary condition
Yusuke Endoh
2019-06-04
* expand tabs.
git
2019-06-04
EOF by 2 ^D on a TTY
Nobuyoshi Nakada
2019-05-21
Do not modify shared array
Nobuyoshi Nakada
2019-03-30
ruby.c: respect features by command line
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-03-17
Change defaults of --jit options
k0kubun
2019-01-08
Defer escaping control char in error messages
nobu
2018-12-27
fix missed script_compiled events. [Bug #15471]
ko1
2018-11-19
ruby.c: do not surface MJIT to user
k0kubun
2018-11-10
AST.of -e script
nobu
2018-10-21
fix a warning message.
ko1
2018-10-20
add disabling MJIT features option.
ko1
2018-10-02
Just a shebang is valid code
nobu
2018-08-10
version.c: separate Init_ruby_description
nobu
2018-07-27
ruby.c: taint ARGV on Windows
nobu
2018-07-26
dladdr() is declared with non-const pointer on Solaris
nobu
2018-07-18
ruby.c: accept --disable-jit option
k0kubun
2018-07-16
ruby.c: disable DidYouMean as gem
nobu
2018-07-02
set up mjit.on at initialization
nobu
2018-06-11
ruby.c: making hidden objects
nobu
2018-05-21
ruby.c: localize a variable
nobu
2018-05-21
ruby.c: runtime_libruby_path
nobu
2018-05-10
RSTRING_PTR is not guaranteed to be char*-aligned
shyouhei
2018-04-27
ruby.c: moved libdir
nobu
2018-04-27
ruby.c: fix compilation error
nobu
2018-04-27
mjit.c: prefix and archdir in init
nobu
2018-04-26
ruby.c (ruby_init_loadpath_safe): constify
nobu
2018-03-27
ruby.c: exit by --version
nobu
2018-03-26
ruby.c: fix --verbose description in usage
nobu
2018-02-22
ruby.c: fix typo in r62530
k0kubun
2018-02-22
version.c: show +JIT when --jit is passed
k0kubun
2018-02-12
no --jit-cc
nobu
2018-02-07
remove declaration of ruby_engine from internal.h
usa
2018-02-06
ruby.c: add MJIT_FORCE_ENABLE macro
k0kubun
[next]