aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* Try running with more YJIT options in CI to surface more bugsMaxime Chevalier-Boisvert2021-10-201-2/+2
* Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)Maxime Chevalier-Boisvert2021-10-201-1/+4
* Implement greedy versioning. Refactor versioning logic. (#10)Maxime Chevalier-Boisvert2021-10-201-0/+6
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-14/+14
* Implement --ujit-call-thresholdMaxime Chevalier-Boisvert2021-10-201-3/+4
* Report unknown --ujit-* optionsMaxime Chevalier-Boisvert2021-10-201-0/+4
* Implement --ujit-stats and instructoin countingAlan Wu2021-10-201-5/+22
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-1/+1
* Show whether MicroJIT is enabled in the version stringAlan Wu2021-10-201-2/+2
* Fix mistake in ujit command line parsingAlan Wu2021-10-201-1/+1
* Implement the --disable-ujit command line optionAlan Wu2021-10-201-0/+10
* Skip broken strings as the locale encodingNobuyoshi Nakada2021-10-011-4/+7
* Replace expanded load path only when modifiedNobuyoshi Nakada2021-10-011-1/+5
* Copy path strings as interned stringsNobuyoshi Nakada2021-10-011-2/+10
* Fix the encoding of loaded feature names [Bug #18191]Nobuyoshi Nakada2021-10-011-1/+11
* include/ruby/internal/interpreter.h: add doxygen卜部昌平2021-09-101-13/+0
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-1/+1
* Suppress unused-but-set-variable warningNobuyoshi Nakada2021-07-061-0/+2
* Rename error_squiggle to error_highlightYusuke Endoh2021-06-291-4/+4
* [WIP] add error_squiggle gemYusuke Endoh2021-06-291-0/+6
* Deprecate and rework old (fd) centric functions.Samuel Williams2021-06-221-1/+1
* Freeze command line scriptNobuyoshi Nakada2021-06-101-0/+1
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-1/+1
* Removed dln_a_outNobuyoshi Nakada2021-03-241-9/+0
* [Feature #17684] Declare --disable-gems is for debuggingNARUSE, Yui2021-03-171-2/+2
* Constified variables for getenvNobuyoshi Nakada2021-03-121-1/+1
* Keep libpath length non-negative [Bug #16784]Yusuke Endoh2021-03-061-1/+4
* Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]YO4 (Yoshinao Muramatsu)2021-02-201-1/+1
* Moved --verbose, --verbose and --help options to last [ci skip]Nobuyoshi Nakada2021-01-241-1/+1
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-131-2/+2
* Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada2020-12-261-9/+21
* Enable escape sequence on Windows10 console via pager tooNobuyoshi Nakada2020-12-211-2/+19
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-1/+4
* Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada2020-12-161-2/+6
* Make ruby -We the same as ruby -W -eJeremy Evans2020-12-101-1/+1
* ruby.c: remove needless substitution of uencKenta Murata2020-12-081-3/+0
* Set default for Encoding.default_external to UTF-8 on Windows (#2877)Lars Kanis2020-12-081-2/+5
* Initialize UTF-8 encoding first as it is used always nowNobuyoshi Nakada2020-11-231-3/+3
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-9/+41
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-0/+12
* [Feature #17157] removed -T command line optionNobuyoshi Nakada2020-09-071-12/+0
* feature_option: do not goto into a branch卜部昌平2020-06-291-3/+6
* Improved error messages for mjit optionNobuyoshi Nakada2020-06-231-15/+26
* Defer initializationNobuyoshi Nakada2020-05-161-16/+25
* Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh2020-05-151-0/+7
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* internal/process.h: add a no-warning simple wrapper for fork(2)Yusuke Endoh2020-05-021-1/+2
* Honor COLUMNS [Feature #16754]Nobuyoshi Nakada2020-04-121-6/+9
* Hightlight usage [Feature #16754]Nobuyoshi Nakada2020-04-121-14/+27