summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-06Revert "Don't echo results of assignment expressions"aycabta
2019-08-06Don't echo results of assignment expressionsSteven Willis
2019-08-06Use host_os from RbConfig to detect host OS.Charles Oliver Nutter
2019-08-06Remove obsolete TODO commentaycabta
2019-08-06Update Unicode URL to 12.1.0aycabta
2019-08-06The value of rb_scan_args_verify is never usedNobuyoshi Nakada
2019-08-06Distinguish bad scan format from no argument variablesNobuyoshi Nakada
2019-08-06Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma
2019-08-06Improve same directory detection in FileUtilsJustin Collins
2019-08-05Document that RubyVM::InstructionSequence methods are implementation and vers...Jeremy Evans
2019-08-05Remove documentation of %m in SyslogJeremy Evans
2019-08-05Let prev EP move againAaron Patterson
2019-08-06* expand tabs.git
2019-08-05add compaction support to weak mapsAaron Patterson
2019-08-06Use gcc-8 for BASERUBY testTakashi Kokubun
2019-08-06Give up stabilizing TestProcess on Travis osxTakashi Kokubun
2019-08-06* 2019-08-06git
2019-08-06Control Travis apt retries on our ownTakashi Kokubun
2019-08-05Use negative-sized array instead of zero-divisionNobuyoshi Nakada
2019-08-05Unused macro argument `varc`Nobuyoshi Nakada
2019-08-05[rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VER...Benoit Daloze
2019-08-05[rubygems/rubygems] Fix error handling of #with_engine_versionBenoit Daloze
2019-08-05[rubygems/rubygems] Cleanup after testing `rake package`David Rodríguez
2019-08-05[rubygems/rubygems] Use gsub with HashKazuhiro NISHIYAMA
2019-08-05[rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc
2019-08-05[rubygems/rubygems] Fixed to warn with shadowing outer local variable.Hiroshi SHIBATA
2019-08-05[rubygems/rubygems] Remove FIXME commentbronzdoc
2019-08-05ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh
2019-08-05Expand the timeout of `test_pstore_files_are_accessed_as_binary_files`NAKAMURA Usaku
2019-08-05Check if signaledNobuyoshi Nakada
2019-08-05Refined assertion messagesNobuyoshi Nakada
2019-08-05Fixed assertionNobuyoshi Nakada
2019-08-05Do not expect RSTRING_PTR valid after rb_fstringNobuyoshi Nakada
2019-08-05Moved FailDesc to EnvUtil.failure_descriptionNobuyoshi Nakada
2019-08-05Drop default leaf definition and obsoleted commentsTakashi Kokubun
2019-08-05n+1 to include n in rangeYaw Boakye
2019-08-05* 2019-08-05git
2019-08-05Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once"Nobuyoshi Nakada
2019-08-04Extend sleep before sending USR1 in TestProcessTakashi Kokubun
2019-08-04Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun
2019-08-04* expand tabs.git
2019-08-04Fix dangling path name from fstringNobuyoshi Nakada
2019-08-04Make opt_eq and opt_neq insns leafTakashi Kokubun
2019-08-04Suppress warnings of bundled libyaml.Hiroshi SHIBATA
2019-08-04[ruby/rexml] gemspec: updateSutou Kouhei
2019-08-04[ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou
2019-08-04[ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou
2019-08-04[ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou
2019-08-04[ruby/rexml] xpath boolean: implementKouhei Sutou
2019-08-04[ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou