aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test/webrick/test_filehandler.rb: implicitly fall back to UTF-8Yusuke Endoh2020-06-181-2/+5
* test/webrick/test_filehandler.rb: remove unused variableYusuke Endoh2020-06-181-1/+1
* test/webrick/test_filehandler.rb: no `.encode("filesystem")` if US-ASCIIYusuke Endoh2020-06-181-2/+7
* Revert "[DOC] Added Exception.exception to Exception.new [ci skip]"Yusuke Endoh2020-06-181-3/+2
* test/webrick/test_filehandler.rb: Second try to fix the CI errorYusuke Endoh2020-06-181-1/+2
* [DOC] Added Exception.exception to Exception.new [ci skip]Nobuyoshi Nakada2020-06-181-2/+3
* [DOC] argument to Exception#excepton is optional [ci skip]Nobuyoshi Nakada2020-06-181-1/+1
* $(PREP) is needed to run $(MINIRUBY)Nobuyoshi Nakada2020-06-181-1/+1
* * 2020-06-18 [ci skip]git2020-06-181-1/+1
* Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun2020-06-175-10/+6
* test/rubygems/test_gem_package.rb: Skip a test when TMPDIR is too longYusuke Endoh2020-06-171-0/+2
* Speed up setup test by not installing docsDavid Rodríguez2020-06-171-0/+2
* Skip `test_gem_package_task` if `rake` not presentDavid Rodríguez2020-06-171-2/+11
* Simplify handling of a `LoadError`David Rodríguez2020-06-171-2/+1
* Remove unnecessary explicit `rake` activationDavid Rodríguez2020-06-171-5/+0
* Remove unnecessary stuff from base test caseDavid Rodríguez2020-06-171-20/+0
* Tweaks to play nicer with ruby-core parallelized testsDavid Rodríguez2020-06-171-3/+3
* Make sure to only reset "dummy" $LOADED_FEATURESDavid Rodríguez2020-06-171-4/+1
* Make sure tmp folder exists before calling `Dir.tmpdir`David Rodríguez2020-06-171-3/+6
* Revert "Revert "[rubygems/rubygems] Use a local temporary directory""David Rodríguez2020-06-171-0/+1
* Remove unneeded codeDavid Rodríguez2020-06-171-12/+0
* Show filesystem encoding in failure messageKazuhiro NISHIYAMA2020-06-171-1/+1
* rb_method_name_error: delete unused code卜部昌平2020-06-171-1/+0
* Replaced accessors of `Struct` with `invokebuiltin`Nobuyoshi Nakada2020-06-174-30/+45
* ISeq created with callback is special, translation cannot be appliedKoichi Sasada2020-06-171-1/+1
* Assert iclass property and remove dead codeAlan Wu2020-06-161-6/+2
* * 2020-06-17 [ci skip]git2020-06-171-1/+1
* Remove unused else if statements in int_even_p func (#3220)S.H2020-06-161-10/+6
* Fix the ArgumentError message in shellsplitAkinori MUSHA2020-06-161-2/+2
* Improve the document of ShellwordsAkinori MUSHA2020-06-161-13/+22
* Revert "Replaced accessors of `Struct` with `invokebuiltin`"Nobuyoshi Nakada2020-06-164-45/+30
* Check argument to ObjectSpace._id2refNobuyoshi Nakada2020-06-162-0/+11
* Replaced accessors of `Struct` with `invokebuiltin`Nobuyoshi Nakada2020-06-164-30/+45
* Add static modifier for rb_int_ceil & rb_int_floor (#3217)S.H2020-06-161-4/+4
* Update without touch-unicode-filesNobuyoshi Nakada2020-06-165-17/+4
* Just update sources in CI without fetchingNobuyoshi Nakada2020-06-168-10/+32
* * 2020-06-16 [ci skip]git2020-06-161-1/+1
* Updated builtin type namesNobuyoshi Nakada2020-06-161-2/+2
* Exit with non-zero status on disabled gem system update.Josef Šimánek2020-06-152-3/+5
* Add Gem.disable_system_update_message to disable gem update --system if needed.Josef Šimánek2020-06-153-0/+28
* Remove encoding magic commentsDavid Rodríguez2020-06-1511-13/+0
* Deprecate `Gem::Util.silent_system`David Rodríguez2020-06-152-2/+15
* Replace `Gem::Util.silent_system` with better toolsDavid Rodríguez2020-06-152-5/+8
* Remove modelines for consistencyDavid Rodríguez2020-06-151-1/+0
* Remove random codeDavid Rodríguez2020-06-151-3/+0
* Use space inside block braces everywhereDavid Rodríguez2020-06-1599-469/+469
* Fix ruby-head failing testsDavid Rodríguez2020-06-151-0/+1
* Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown""David Rodríguez2020-06-1511-9/+32
* Revert "Revert "[rubygems/rubygems] Remove unneeded teardown""David Rodríguez2020-06-151-6/+0
* Prefer String#each_byte when using a blockNobuyoshi Nakada2020-06-151-1/+1