aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* use compiled binary for gem_prelude.rb.Koichi Sasada2019-12-111-1/+3
* Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun2019-12-011-1/+4
* delete unused codes卜部昌平2019-11-181-4/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-1/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-37/+19
* Refactor parser_params by removing "in_main" flagYusuke Endoh2019-10-041-10/+6
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-4/+4
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-7/+5
* ruby.c (name_match_p): remove unnecessary conditionYusuke Endoh2019-07-141-3/+2
* * expand tabs.git2019-06-041-1/+1
* EOF by 2 ^D on a TTYNobuyoshi Nakada2019-06-041-1/+1
* Do not modify shared arrayNobuyoshi Nakada2019-05-211-1/+12
* ruby.c: respect features by command linenobu2019-03-301-18/+42
* [DOC] fix markups [ci skip]nobu2019-03-281-2/+2
* Change defaults of --jit optionsk0kubun2019-03-171-2/+2
* Defer escaping control char in error messagesnobu2019-01-081-8/+1
* fix missed script_compiled events. [Bug #15471]ko12018-12-271-0/+12
* ruby.c: do not surface MJIT to userk0kubun2018-11-191-8/+8
* AST.of -e scriptnobu2018-11-101-0/+5
* fix a warning message.ko12018-10-211-1/+1
* add disabling MJIT features option.ko12018-10-201-0/+14
* Just a shebang is valid codenobu2018-10-021-5/+1
* version.c: separate Init_ruby_descriptionnobu2018-08-101-0/+3
* ruby.c: taint ARGV on Windowsnobu2018-07-271-1/+3
* dladdr() is declared with non-const pointer on Solarisnobu2018-07-261-1/+1
* ruby.c: accept --disable-jit optionk0kubun2018-07-181-3/+10
* ruby.c: disable DidYouMean as gemnobu2018-07-161-3/+3
* set up mjit.on at initializationnobu2018-07-021-4/+3
* ruby.c: making hidden objectsnobu2018-06-111-4/+2
* ruby.c: localize a variablenobu2018-05-211-9/+9
* ruby.c: runtime_libruby_pathnobu2018-05-211-49/+51
* RSTRING_PTR is not guaranteed to be char*-alignedshyouhei2018-05-101-1/+4
* ruby.c: moved libdirnobu2018-04-271-4/+4
* ruby.c: fix compilation errornobu2018-04-271-8/+9
* mjit.c: prefix and archdir in initnobu2018-04-271-9/+32
* ruby.c (ruby_init_loadpath_safe): constifynobu2018-04-261-5/+5
* ruby.c: exit by --versionnobu2018-03-271-1/+1
* ruby.c: fix --verbose description in usagenobu2018-03-261-1/+2
* ruby.c: fix typo in r62530k0kubun2018-02-221-1/+1
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-2/+5
* no --jit-ccnobu2018-02-121-18/+0
* remove declaration of ruby_engine from internal.husa2018-02-071-0/+1
* ruby.c: add MJIT_FORCE_ENABLE macrok0kubun2018-02-061-0/+2
* mjit.c: determine prefix of MJIT header at runtimek0kubun2018-02-051-3/+5
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+74
* ruby.c: no VARIABLE_LIBPATHnobu2018-01-291-26/+2
* ruby.c (open_load_file): avoid shadowing variable for errnonormal2018-01-241-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-051-1/+1
* node.h: define rb_ast_body_t and restructure rb_ast_tmame2018-01-051-3/+3