aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/rubygems] Explicit check file not created outside of destinationDavid Rodríguez2021-10-101-0/+2
* [ruby/rubygems] Refactor symlink attack specsDavid Rodríguez2021-10-101-19/+15
* [ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez2021-10-101-5/+6
* Shorten register names on arm64-darwin not to be truncatedNobuyoshi Nakada2021-10-101-23/+27
* Needs time.rb for `Time#iso8601`Nobuyoshi Nakada2021-10-101-0/+2
* Update bundled_gemsKazuhiro NISHIYAMA2021-10-101-1/+1
* Run JIT tests first when random order instead of no-sortNobuyoshi Nakada2021-10-101-4/+10
* Default the test order to randomNobuyoshi Nakada2021-10-101-1/+1
* Unify iteration argumentsNobuyoshi Nakada2021-10-101-14/+2
* Update iteration step in step_i_iterNobuyoshi Nakada2021-10-101-10/+6
* Refactor sym_step_i functionS.H2021-10-101-9/+11
* Run the failing readline test on arm32-linux separatelyNobuyoshi Nakada2021-10-101-3/+4
* Remove `RUN_SEPARATED_TESTS` which seems unnecessaryNobuyoshi Nakada2021-10-101-3/+1
* 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