aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2019-08-05git2019-08-051-1/+1
* Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once"Nobuyoshi Nakada2019-08-051-1/+1
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-041-1/+1
* Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun2019-08-041-1/+0
* * expand tabs.git2019-08-041-1/+1
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-041-1/+1
* Make opt_eq and opt_neq insns leafTakashi Kokubun2019-08-044-24/+25
* Suppress warnings of bundled libyaml.Hiroshi SHIBATA2019-08-042-4/+4
* [ruby/rexml] gemspec: updateSutou Kouhei2019-08-041-1/+0
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-043-104/+295
* [ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou2019-08-042-35/+35
* [ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou2019-08-045-2/+48
* [ruby/rexml] xpath boolean: implementKouhei Sutou2019-08-042-11/+91
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-044-114/+178
* [ruby/rexml] Use PPKouhei Sutou2019-08-041-1/+6
* [ruby/rexml] xpath: add support for changing to debug mode by environment var...Kouhei Sutou2019-08-041-16/+19
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Message less confusing error to human (#16)ujihisa2019-08-042-0/+17
* [ruby/rexml] test: compare with real elementKouhei Sutou2019-08-041-2/+5
* [ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross2019-08-042-4/+20
* [ruby/rexml] use #inspect to print meta-characters in error messagesFUJI Goro (gfx)2019-08-041-4/+4
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-044-22/+63
* [ruby/rexml] FormatKouhei Sutou2019-08-041-10/+12
* [ruby/rexml] Revert "xpath: remove needless nil check"Kouhei Sutou2019-08-041-2/+6
* [ruby/rexml] xpath: remove needless nil checkKouhei Sutou2019-08-041-6/+2