aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2019-08-14git2019-08-141-1/+1
* Compare actual resultNobuyoshi Nakada2019-08-141-2/+2
* UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada2019-08-133-8/+5
* Use the official actions/checkout again (#2357)Takashi Kokubun2019-08-133-6/+12
* * expand tabs.git2019-08-131-4/+4
* Add compaction callbacks for EnumeratorAaron Patterson2019-08-131-15/+65
* Update the comment in check_branch [ci skip] (#2355)Takashi Kokubun2019-08-131-5/+3
* spec/bundler needs the specific command [ci skip]Nobuyoshi Nakada2019-08-131-0/+3
* Pass rb_execution_context_t* in ruby_run_nodeNobuyoshi Nakada2019-08-131-18/+28
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-08-131-1/+1
* Detect VCS from the current directory by default [ci skip]Nobuyoshi Nakada2019-08-131-1/+1
* Push commits notes too [ci skip]Nobuyoshi Nakada2019-08-131-3/+8
* * expand tabs.git2019-08-131-3/+3
* Removed non-VM_OBJSPACE codeNobuyoshi Nakada2019-08-131-16/+0
* Refactored `objspace_each_objects`Nobuyoshi Nakada2019-08-131-23/+24
* Move rb_objspace_t* in objspace_reachable_objects_from_root to an argumentNobuyoshi Nakada2019-08-131-3/+11
* * expand tabs.git2019-08-133-6/+6
* Hoisted out GPR_DEFAULT_REASONNobuyoshi Nakada2019-08-131-5/+8
* Move rb_objspace_t* in gc_verify_internal_consistency to an argumentNobuyoshi Nakada2019-08-131-16/+21
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-1310-47/+42