aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor .travis.yml by introducing travis_retry.shTakashi Kokubun2019-08-072-79/+66
* Fixed deprecation messageNobuyoshi Nakada2019-08-071-1/+1
* Fix Date#step testNobuyoshi Nakada2019-08-071-2/+4
* Simplify break logic of Travis retriesTakashi Kokubun2019-08-071-10/+13
* .travis.yml: Use `-eq` instead `=` to compare integersKazuhiro NISHIYAMA2019-08-071-5/+5
* ext/ripper/lib/ripper/lexer.rb: Consistently use `Array#push`Yusuke Endoh2019-08-071-1/+1
* ext/ripper/lib/ripper/lexer.rb: fix a wrong delegationYusuke Endoh2019-08-071-1/+1
* Retry ubuntu-toolchain-r-test apt source setupTakashi Kokubun2019-08-071-14/+20
* * 2019-08-07git2019-08-071-1/+1
* Deprecate Float::ROUNDS, which should not be a constantNobuyoshi Nakada2019-08-071-1/+4
* Refine time_to_rNobuyoshi Nakada2019-08-061-5/+16
* Extracted wmap_live_pNobuyoshi Nakada2019-08-061-7/+14
* * expand tabs.git2019-08-061-1/+1
* leafify opt_plus卜部昌平2019-08-064-4/+34
* Revert "Don't echo results of assignment expressions"aycabta2019-08-065-189/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-065-1/+189
* Use host_os from RbConfig to detect host OS.Charles Oliver Nutter2019-08-061-1/+1
* Remove obsolete TODO commentaycabta2019-08-061-1/+1
* Update Unicode URL to 12.1.0aycabta2019-08-061-1/+1
* The value of rb_scan_args_verify is never usedNobuyoshi Nakada2019-08-061-5/+5
* Distinguish bad scan format from no argument variablesNobuyoshi Nakada2019-08-061-2/+2
* Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma2019-08-061-4/+0
* Improve same directory detection in FileUtilsJustin Collins2019-08-062-2/+15
* Document that RubyVM::InstructionSequence methods are implementation and vers...Jeremy Evans2019-08-051-1/+3
* Remove documentation of %m in SyslogJeremy Evans2019-08-051-4/+0
* Let prev EP move againAaron Patterson2019-08-051-2/+2
* * expand tabs.git2019-08-061-1/+1
* add compaction support to weak mapsAaron Patterson2019-08-051-12/+6
* Use gcc-8 for BASERUBY testTakashi Kokubun2019-08-061-0/+1
* Give up stabilizing TestProcess on Travis osxTakashi Kokubun2019-08-062-2/+9
* * 2019-08-06git2019-08-061-1/+1
* Control Travis apt retries on our ownTakashi Kokubun2019-08-061-94/+120
* Use negative-sized array instead of zero-divisionNobuyoshi Nakada2019-08-051-21/+7
* Unused macro argument `varc`Nobuyoshi Nakada2019-08-051-23/+23
* [rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VER...Benoit Daloze2019-08-056-52/+30
* [rubygems/rubygems] Fix error handling of #with_engine_versionBenoit Daloze2019-08-051-12/+13
* [rubygems/rubygems] Cleanup after testing `rake package`David Rodríguez2019-08-051-0/+2
* [rubygems/rubygems] Use gsub with HashKazuhiro NISHIYAMA2019-08-051-2/+2
* [rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc2019-08-053-0/+29
* [rubygems/rubygems] Fixed to warn with shadowing outer local variable.Hiroshi SHIBATA2019-08-051-4/+4
* [rubygems/rubygems] Remove FIXME commentbronzdoc2019-08-051-2/+0
* ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh2019-08-051-3/+3
* Expand the timeout of `test_pstore_files_are_accessed_as_binary_files`NAKAMURA Usaku2019-08-051-1/+1
* Check if signaledNobuyoshi Nakada2019-08-051-2/+4
* Refined assertion messagesNobuyoshi Nakada2019-08-051-11/+9
* Fixed assertionNobuyoshi Nakada2019-08-051-1/+1
* Do not expect RSTRING_PTR valid after rb_fstringNobuyoshi Nakada2019-08-051-2/+2
* Moved FailDesc to EnvUtil.failure_descriptionNobuyoshi Nakada2019-08-052-31/+35
* Drop default leaf definition and obsoleted commentsTakashi Kokubun2019-08-051-6/+0
* n+1 to include n in rangeYaw Boakye2019-08-051-1/+1