aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add predefined macros for Doxygen卜部昌平2020-02-061-3/+43
* emacs mode addition卜部昌平2020-02-061-0/+2
* * 2020-02-06 [ci skip]git2020-02-061-1/+1
* Increase the frozen_strings table initial sizeJean Boussier2020-02-061-1/+1
* * 2020-02-05 [ci skip]git2020-02-051-1/+1
* Fixed the output from separated test in parallel testNobuyoshi Nakada2020-02-051-1/+1
* Fixed FD leaksNobuyoshi Nakada2020-02-051-0/+1
* Get rid of nested string interpolations to be editor-friendlyNobuyoshi Nakada2020-02-051-3/+5
* just use STDOUTNARUSE, Yui2020-02-041-4/+2
* Add call-seq to Pathname#open from File.openKazuhiro NISHIYAMA2020-02-041-0/+7
* On Windows it cannot receive fd except 0..2NARUSE, Yui2020-02-041-7/+15
* assert_separately uses their own pipe instead of stdoutNARUSE, Yui2020-02-041-3/+8
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-02-042-2/+8
* Do not warn CR inside string literalNobuyoshi Nakada2020-02-042-8/+15
* Fix inaccuracy in encoding testsLars Kanis2020-02-042-5/+5
* Fix linkage of popen_deadlock testMikhail Novosyolov2020-02-041-0/+1
* Fix description of Encoding.default_(in|ex)ternalLars Kanis2020-02-031-3/+2
* * 2020-02-04 [ci skip]git2020-02-041-1/+1
* Fix SimpleDelegator respond_to? regressionJean Boussier2020-02-032-1/+22
* Check type of empty keyword [Bug #16603]Seiei Miyagi2020-02-032-1/+7
* support MJIT with debug option.Koichi Sasada2020-02-031-2/+7
* Parenthesized macro argumentsNobuyoshi Nakada2020-02-031-14/+14
* Make `rb_scan_args_kw` inline tooNobuyoshi Nakada2020-02-032-19/+40
* Moved runtime assignemntsNobuyoshi Nakada2020-02-031-56/+48
* test/rubygems/test_gem_remote_fetcher.rb: Remove a duplicated testYusuke Endoh2020-02-031-15/+0
* * 2020-02-03 [ci skip]git2020-02-031-1/+1
* `struct rb_scan_args_t::vargs` is never usedNobuyoshi Nakada2020-02-031-1/+0
* Removed no longer used variable `last_hash`Nobuyoshi Nakada2020-02-022-12/+3
* * 2020-02-02 [ci skip]git2020-02-021-1/+1
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-024-3/+23
* [ruby/reline] Fix Reline::Windows#scroll_downaycabta2020-02-021-1/+1
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-021-1/+1
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-023-5/+139
* [ruby/irb] Reformat LICENSE.txt [ci skip]Nobuyoshi Nakada2020-02-021-3/+3
* Indent ChangeLog contents [ci skip]Nobuyoshi Nakada2020-02-011-3/+5
* Removed useless shebang and executable bit [ci skip]Nobuyoshi Nakada2020-02-011-1/+0
* Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada2020-02-011-0/+1
* fix rdoc formatting [ci skip]Taha Husain2020-02-011-2/+1
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-012-4/+1
* fix delete unnecessary return卜部昌平2020-02-011-1/+1
* UnpackedInstaller on rbinstall.rb is inherited from Gem::Installer.Hiroshi SHIBATA2020-02-011-1/+2
* Gem::Installer.new(String, options) is obsoleted. Explicitly convertedHiroshi SHIBATA2020-02-011-1/+2
* Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA2020-02-0154-1207/+1236
* README*.md: `defines.h` moved [ci skip]Kazuhiro NISHIYAMA2020-02-012-2/+2
* * 2020-02-01 [ci skip]git2020-02-011-2/+2
* compile.c: remove a unused variableYusuke Endoh2020-02-011-2/+1
* Improve `String#slice!` performanceNobuyoshi Nakada2020-01-312-15/+80
* Make `empty_string` a fake stringNobuyoshi Nakada2020-01-311-9/+9
* a bit terse Doxygen comments [ci skip]卜部昌平2020-01-311-167/+35
* support C++ std::nullptr_t卜部昌平2020-01-314-1/+301