aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Return the makefile contentNobuyoshi Nakada2020-01-311-0/+1
* Removed type-punning pointer casts around `st_data_t`Nobuyoshi Nakada2020-01-311-12/+13
* Avoid allocating a temporary empty string in String#slice!Jean Boussier2020-01-311-3/+8
* Move .IGNORE in extconf.rbNARUSE, Yui2020-01-312-3/+1
* Support nmakeNARUSE, Yui2020-01-311-0/+2
* Fix wrong return value in proc documentation.Florian Heinle2020-01-301-1/+1
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-01-311-0/+1
* * 2020-01-31 [ci skip]git2020-01-311-1/+1
* Use `rb_gc_mark` when marking globalsAaron Patterson2020-01-301-1/+1
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-01-302-1/+9
* Optimized branches in pattern matchingNobuyoshi Nakada2020-01-301-61/+46
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-4/+4
* * 2020-01-30 [ci skip]git2020-01-301-1/+1
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-1/+1
* [ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta2020-01-291-0/+2
* Add more debug printKazuhiro NISHIYAMA2020-01-291-2/+11
* skip SEGV (BUG) tests if ENV['RUBY_ON_BUG'] is given.Koichi Sasada2020-01-291-0/+2
* support multi-run for test/ruby/enc/test_regex_casefold.rbKoichi Sasada2020-01-291-1/+1
* Isolate the PRNG for tmpdir/tempfileNobuyoshi Nakada2020-01-291-1/+9
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-01-291-1/+1
* Fix file dependency in makeAlan Wu2020-01-281-0/+2
* Update to ruby/spec@f8a2d54Benoit Daloze2020-01-2876-224/+2451
* Update to ruby/mspec@9bce874Benoit Daloze2020-01-283-1/+11
* Run specs on Ruby 2.7 too to make sure they keep passingBenoit Daloze2020-01-281-2/+15
* Fix some spec breakage on 2.7 related to keyword argumentsJeremy Evans2020-01-281-11/+21
* Run specs against the latest release of 2.4Benoit Daloze2020-01-282-2/+2
* Fix version guard in __dir__ specBenoit Daloze2020-01-281-2/+2
* fix test cleanup.Koichi Sasada2020-01-291-2/+4
* Revert "srand() should not run in tests."Koichi Sasada2020-01-291-46/+24