aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/stringio] Supported BOMNobuyoshi Nakada2019-08-142-0/+95
* [ruby/stringio] Supported `mode:` optionNobuyoshi Nakada2019-08-141-1/+20
* [ruby/stringio] Allow bignum modeNobuyoshi Nakada2019-08-141-2/+3
* [ruby/stringio] Added support for older versionsNobuyoshi Nakada2019-08-142-0/+56
* [ruby/stringio] stringio: encoding supportNobuyoshi Nakada2019-08-142-28/+31
* Try to fix variable reference on Windows (#2361)Takashi Kokubun2019-08-141-8/+2
* Stop using official actions/checkoutTakashi Kokubun2019-08-143-12/+39
* Move some assertions to CoreAssertions. (#2354)SHIBATA Hiroshi2019-08-142-66/+66