aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set `TEST_ALL` options first to show in the summary pageNobuyoshi Nakada2021-10-101-4/+4
* Refactor rb_proc_call functionS-H-GAMELINKS2021-10-101-9/+1
* Add flo_ndigits functionS-H-GAMELINKS2021-10-101-9/+11
* * 2021-10-10 [ci skip]git2021-10-101-1/+1
* Use an isolated classNobuyoshi Nakada2021-10-101-3/+4
* [ruby/irb] Version 1.3.8.pre.11aycabta2021-10-091-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.11aycabta2021-10-091-1/+1
* [ruby/reline] Version 0.2.8.pre.11aycabta2021-10-091-1/+1
* [ruby/reline] Fix tests to show dialog to the right edgeaycabta2021-10-091-8/+8
* [ruby/reline] Add a test for full-width scrollbaraycabta2021-10-092-0/+19
* [ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbaraycabta2021-10-091-1/+6
* [ruby/reline] Fix calculating dialog width with full-width scrollbaraycabta2021-10-091-2/+2
* Refactor `Test::Unit::CoreAssertions#assert_nothing_raised`Nobuyoshi Nakada2021-10-091-20/+8
* Exclude also core_assertions.rb from backtracesNobuyoshi Nakada2021-10-091-2/+3
* Unify `Test::Unit::Assertions#message`Nobuyoshi Nakada2021-10-091-21/+10
* Let `Test::Unit::CoreAssertions::AllFailures#for` yield the keyNobuyoshi Nakada2021-10-091-1/+1
* Newly generated gems require Ruby 2.6.0OKURA Masafumi2021-10-095-31/+72
* [rubygems/rubygems] I see no harm in this, allow itDavid Rodríguez2021-10-091-1/+0
* [rubygems/rubygems] `git commit` no longer needs to be allowed to failDavid Rodríguez2021-10-091-1/+1
* [rubygems/rubygems] Let `update_git` work with whatever branch is checkout outDavid Rodríguez2021-10-092-11/+3
* [rubygems/rubygems] Make adding files and committing into a single commandDavid Rodríguez2021-10-091-2/+1
* [rubygems/rubygems] Keep different code in custom branch in dummy repoDavid Rodríguez2021-10-091-2/+2
* [rubygems/rubygems] Fix typoDavid Rodríguez2021-10-091-1/+1
* [rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara2021-10-094-4/+9
* [rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi2021-10-092-3/+64
* Do not allow configuration where neither static or shared library is installedJeremy Evans2021-10-081-1/+4
* * 2021-10-09 [ci skip]git2021-10-091-1/+1
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-084-47/+121
* [ruby/reline] Use alternate text for scrollbar in non-UTF-8 envaycabta2021-10-081-11/+15
* Make `volatile` the variable will be taken out from `EC_EXEC_TAG`Nobuyoshi Nakada2021-10-081-3/+4
* Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada2021-10-082-3/+7
* Collect symbols instead of strings and get rid of rb_str_internNobuyoshi Nakada2021-10-081-3/+3
* [ruby/reline] Better fix for non-UTF-8 default external encodingJeremy Evans2021-10-081-4/+10
* [ruby/reline] Only show dialogs if default external encoding is UTF-8Jeremy Evans2021-10-081-0/+1
* [ruby/irb] Add tests for truncated show doc dialogaycabta2021-10-081-0/+46
* [ruby/irb] Determine left and right when the width of either side is zero cor...aycabta2021-10-081-2/+2
* [ruby/irb] Calculate right side doc dialog width correctlyaycabta2021-10-081-1/+1
* [ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta2021-10-081-16/+20
* [ruby/irb] Display doc dialog in gaps on narrow screenaycabta2021-10-081-2/+23
* [ruby/reline] Add a test for narrow screen without scrollbaraycabta2021-10-081-0/+16
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-082-0/+30
* [ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHTaycabta2021-10-081-2/+2
* Dump outer variables tables when dumping an iseq to binaryAaron Patterson2021-10-072-1/+64
* * 2021-10-08 [ci skip]git2021-10-081-1/+1
* Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada2021-10-082-5/+8
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-073-4/+5
* [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans2021-10-071-0/+2
* Reuse ractor stderrNobuyoshi Nakada2021-10-071-7/+9
* Adjust styles [ci skip]Nobuyoshi Nakada2021-10-071-5/+8
* Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90Hiroshi SHIBATA2021-10-071-12/+29