aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a link [ci skip]Kazuhiro NISHIYAMA2022-01-181-0/+1
* [DOC] Enhanced RDoc for io.c (#5451)Burdette Lamar2022-01-181-212/+181
* include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito2022-01-183-2/+26
* [ruby/irb] require_relative can't be used for default gems' exe filesst00122022-01-181-1/+1
* * 2022-01-18 [ci skip]git2022-01-181-1/+1
* [ruby/erb] Revert "Remove safe_level and further positional arguments (https:...Takashi Kokubun2022-01-174-18/+91
* Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada2022-01-172-2/+10
* [ruby/irb] Use require_relative to load extensions/commandsst00122022-01-171-24/+24
* lldb_cruby.py: support RVARGC on T_CLASS [ci skip]Nobuyoshi Nakada2022-01-171-0/+3
* [ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA2022-01-171-1/+1
* lib/drb/drb.rb: Prevent a "warning: assigned but unused variable"Yusuke Endoh2022-01-171-2/+2
* [ruby/irb] Use require_relative to require lib filesst00122022-01-174-4/+4
* Replace to RBOOL macroS-H-GAMELINKS2022-01-172-10/+2
* Removed skip alias in test suiteHiroshi SHIBATA2022-01-171-5/+3
* [ruby/net-http] Rename `D` to `debug` in `Net::HTTP`Brandon Weaver2022-01-171-15/+18
* Parenthesize the macro argumentNobuyoshi Nakada2022-01-171-1/+1
* * 2022-01-17 [ci skip]git2022-01-171-1/+1
* Tweak IO documentation for `IO.write('|cmd')` and so on [ci skip]Masataka Pocke Kuwabara2022-01-171-4/+4
* `O_NONBLOCK` is not always a preprocessor constant on all platformsNobuyoshi Nakada2022-01-161-6/+7
* Weakmap failure is still pendingNobuyoshi Nakada2022-01-161-1/+1
* [ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta2022-01-161-0/+4
* [ruby/reline] Fix incremental search to work correctly even if not last lineaycabta2022-01-162-0/+25
* [ruby/reline] Insert newline in the middle of buffer just after dialogaycabta2022-01-162-0/+22
* [ruby/reline] Add a wait for a test because sometimes failsaycabta2022-01-161-0/+1
* [ruby/reline] Combine common logic into oneaycabta2022-01-161-10/+10
* [ruby/reline] Clear dialog when adding new line to end of bufferaycabta2022-01-162-0/+22
* Remove outdated skipsNobuyoshi Nakada2022-01-162-2/+2
* Use pend for old TODOsNobuyoshi Nakada2022-01-162-2/+2
* Let testunit use omit or pend instead of skipNobuyoshi Nakada2022-01-164-10/+28
* Check with the latest stableNobuyoshi Nakada2022-01-161-1/+1
* Separate the tests which fail when load-relative enabledNobuyoshi Nakada2022-01-161-0/+2
* Add continue-on-skipped_tests flagNobuyoshi Nakada2022-01-161-0/+1
* Fix typos for multiple skipped_testsNobuyoshi Nakada2022-01-161-2/+2
* Update NEWS.md about ERB.newTakashi Kokubun2022-01-151-0/+5
* [ruby/erb] Remove safe_level and further positional arguments (https://github...Takashi Kokubun2022-01-163-91/+13
* [ruby/erb] Escape the second *Takashi Kokubun2022-01-161-1/+1
* * 2022-01-16 [ci skip]git2022-01-161-1/+1
* [ruby/erb] fix regexp (https://github.com/ruby/erb/pull/6)ooooooo_q2022-01-161-1/+1
* Test enable-load-relativeNobuyoshi Nakada2022-01-151-4/+3
* * expand tabs. [ci skip]git2022-01-151-4/+4
* Transfer the responsibility for MJIT options to mjit.cNobuyoshi Nakada2022-01-154-117/+135
* [ruby/fcntl] adding few FreeBSD specific flags.David CARLIER2022-01-151-0/+17
* Define the default JIT feature bitNobuyoshi Nakada2022-01-151-15/+10
* [rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi2022-01-152-1/+35
* Fix spec failures on ruby 3.1Kazuhiro NISHIYAMA2022-01-151-1/+1
* Enhanced RDoc for io.c (#5444)Burdette Lamar2022-01-141-121/+150
* Add Enumerable::Lazy#with_index to NEWS-2.7.0manga_osyo2022-01-151-0/+10
* [Actions] mingw - use ruby/setup-ruby@v1 againMSP-Greg2022-01-151-1/+3
* Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans2022-01-142-4/+41
* Make Hash#shift return nil for empty hashJeremy Evans2022-01-144-19/+46