aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed needless alias for capture_io.Hiroshi SHIBATA2019-08-161-1/+0
* Use Gemfile instead of add_development_dependency.Hiroshi SHIBATA2019-08-161-6/+0
* Fallback for older RubygemsNobuyoshi Nakada2019-08-161-2/+6
* Use Gem.default_specifications_dirNobuyoshi Nakada2019-08-161-1/+1
* Renamed minitest_helper.rb as helper.rbNobuyoshi Nakada2019-08-1663-62/+62
* Use locale directory for the testsNobuyoshi Nakada2019-08-161-3/+3
* Use test-unit instead of minitestNobuyoshi Nakada2019-08-162-5/+8
* Treat linking to Markdown label correctlyaycabta2019-08-164-2/+16
* Separate RDoc::TokenStream#add_tokens and #add_tokenYusuke Endoh2019-08-162-5/+10
* Refactor and improve performance of RDoc::Markup::ParserYusuke Endoh2019-08-163-67/+65
* Don't echo results of assignment expressionsSteven Willis2019-08-165-1/+189
* Add details about parameters to define_method doc (#2165)OKURA Masafumi2019-08-161-2/+12
* Also clean up branch for worktreeTakashi Kokubun2019-08-161-1/+2
* Clean up temporary git resourcesTakashi Kokubun2019-08-161-1/+3
* Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma2019-08-161-0/+1
* Improve `make update-github` to avoid configureTakashi Kokubun2019-08-161-5/+8
* Make `make update-github` idempotentTakashi Kokubun2019-08-161-1/+1
* Fix crash on $(PULL_REQUEST) expansionTakashi Kokubun2019-08-161-3/+6
* Avoid confusion in Array#- and Array#difference docs (#2070)Olivier Lacan2019-08-161-6/+6
* Marked up command line options [ci skip]Nobuyoshi Nakada2019-08-161-7/+7
* Fix doc in Object#respond_to_missing? (#2239)songhuangcn2019-08-161-1/+1
* * 2019-08-16 [ci skip]git2019-08-161-1/+1
* Fixed class, module and method references [ci skip]Nobuyoshi Nakada2019-08-161-23/+21
* Fixed a markup in different format [ci skip]Nobuyoshi Nakada2019-08-151-1/+1
* Fixed heap-use-after-freeNobuyoshi Nakada2019-08-152-1/+8
* Prepare to pull commits notes [ci skip]Nobuyoshi Nakada2019-08-151-0/+2
* Simplified GITHUB_TOKEN argument [ci skip]Nobuyoshi Nakada2019-08-151-4/+1
* introduce RUBY_ON_BUG envval. (#2331)Koichi Sasada2019-08-151-1/+13
* * expand tabs. [ci skip]git2019-08-151-2/+2
* Make Range#=== operate like cover? instead of include? for string rangesJeremy Evans2019-08-142-9/+22
* Fold to lowercase intead of uppercase for String#casecmpJeremy Evans2019-08-141-4/+4
* Implement Range#minmaxJeremy Evans2019-08-142-0/+43
* Switch to using a VM stack argument instead of 2nd operand for getconstantJeremy Evans2019-08-142-10/+17
* Use Qtrue/Qfalse instead of 1/0 for 2nd operand to getconstantJeremy Evans2019-08-142-8/+8
* * expand tabs. [ci skip]git2019-08-152-8/+8
* Remove support for nil::ConstantJeremy Evans2019-08-144-13/+19
* * 2019-08-15 [ci skip]git2019-08-151-1/+1
* Add `make update-github PR=1234` to refresh PR (#2368)Takashi Kokubun2019-08-151-0/+15
* Drop obsoleted `make merge-github` taskTakashi Kokubun2019-08-141-15/+0
* backtrace and backtrace_locations can be nil (#2358)Steven Harman2019-08-141-3/+9
* Remove strange formatting from English [ci skip]Nikolai B2019-08-141-1/+1
* Mark bundler / bundled-gems as continue-on-failureTakashi Kokubun2019-08-142-1/+12
* Update the description of check_branchTakashi Kokubun2019-08-141-6/+7
* Rename check_branch.master to pull_request.check_branchTakashi Kokubun2019-08-141-2/+2
* Don't accidentally name anonymous module/classAlan Wu2019-08-142-23/+21
* fix last commit.Koichi Sasada2019-08-141-1/+1
* * expand tabs.git2019-08-141-1/+1
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-144-8/+8
* Suppress Uninitialized variables by Coverity ScanKazuhiro NISHIYAMA2019-08-141-1/+1
* io.c: export rb_io_extract_modeencNobuyoshi Nakada2019-08-142-1/+4