summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enhanced RDoc for Integer (#5118)Burdette Lamar2021-11-152-69/+140
* Add Aaron Patterson (@tenderlove) to YJIT code owners (#5119)Maxime Chevalier-Boisvert2021-11-151-4/+4
* Sync test_http_request.rb after fix to net-httpJeremy Evans2021-11-151-1/+1
* * 2021-11-16 [ci skip]git2021-11-161-1/+1
* [ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans2021-11-161-2/+3
* test/ruby/test_m17n.rb: skip a test that breaks another testYusuke Endoh2021-11-151-0/+3
* Ignore extentions of bundled gems for testingHiroshi SHIBATA2021-11-151-0/+3
* Relax extention name for macOSHiroshi SHIBATA2021-11-151-1/+1
* Skip string allocation in benchmark/time_at.ymlTakashi Kokubun2021-11-142-1/+2
* add benchmark/time_at.ymlKoichi Sasada2021-11-151-0/+5
* Use `Primitive.mandatory_only?` for `Time.at`Koichi Sasada2021-11-152-1/+11
* add benchmark/array_sample.ymlKoichi Sasada2021-11-151-0/+5
* Use `Primitive.mandatory_only?` for `Array#sample`Koichi Sasada2021-11-152-2/+14
* `Primitive.mandatory_only?` for fast pathKoichi Sasada2021-11-1511-16/+177
* Revert "test/ruby/test_m17n.rb: Run a test under assert_separately"Yusuke Endoh2021-11-151-25/+27
* Revert "Enhanced RDoc for Integer (#5099)"Yusuke Endoh2021-11-151-138/+69
* test/ruby/test_m17n.rb: Run a test under assert_separatelyYusuke Endoh2021-11-151-27/+25
* * 2021-11-15 [ci skip]git2021-11-151-1/+1
* `rb_vm_lvar_exposed()` is PUREFUNCKoichi Sasada2021-11-151-0/+1
* Enhanced RDoc for Integer (#5099)Burdette Lamar2021-11-131-69/+138
* show encoding for each pathKoichi Sasada2021-11-141-1/+1
* * 2021-11-14 [ci skip]git2021-11-141-1/+1
* test/io/console/test_io_console.rb: dump debug output to stderrYusuke Endoh2021-11-141-1/+2
* parse.y: Fix memory leak at parse errorYusuke Endoh2021-11-121-0/+6
* test/ruby/test_jit.rb: suppress a false-positive warningYusuke Endoh2021-11-121-1/+3
* test/io/console/test_io_console.rb: add debug codeYusuke Endoh2021-11-121-1/+6
* Update bundled_gems at 2021-11-12git2021-11-121-1/+1
* Rework implementation of `IO::Buffer.for(string)` to use string locking.Samuel Williams2021-11-122-0/+39
* More immutability and locking tests.Samuel Williams2021-11-122-4/+36
* Update vcvars on windows-2022 [ci skip]Kazuhiro NISHIYAMA2021-11-121-1/+1
* [rubygems/rubygems] Remove duplicated specDavid Rodríguez2021-11-121-37/+1
* [rubygems/rubygems] Remove `gemfile_should_be` helper as wellDavid Rodríguez2021-11-122-29/+25
* [rubygems/rubygems] Remove `have_lockfile` matcher tooDavid Rodríguez2021-11-122-6/+2
* [rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez2021-11-1215-101/+97
* [Bug #18329] Fix crash when calling non-existent super methodPeter Zhu2021-11-112-1/+33
* Remove RCLASS(obj)->ptr when RVARGC is enabledMatt Valentine-House2021-11-113-8/+12
* * 2021-11-12 [ci skip]git2021-11-121-1/+1
* Bundle RBS 1.7.0 (#5105)Soutaro Matsumoto2021-11-122-5/+3
* fix a memory leak introduced in 8bbd319Matt Valentine-House2021-11-112-2/+15
* quick fix for `test_initialize_HEAD`Koichi Sasada2021-11-111-1/+1
* test/openssl/test_ssl: adjust certificate expiry dateKazuki Yamaguchi2021-11-111-1/+2
* [ruby/net-http] Send Accept-Encoding header on HEAD methodShohei Maeda2021-11-111-2/+2
* revival of must_not_null()卜部昌平2021-11-111-8/+6
* [ruby/getoptlong] fixup 5f57f47572502173e2e8880f83ef7b3e2659f974Hiroshi SHIBATA2021-11-111-1/+1
* [ruby/getoptlong] Save the copy of `ARGV`Nobuyoshi Nakada2021-11-111-1/+1
* rb_file_size: add doxygen卜部昌平2021-11-111-0/+17
* rb_enc_code_to_mbclen: fix doxygen卜部昌平2021-11-111-4/+4
* RB_ENCODING_SET_INLINED: fix doxygen卜部昌平2021-11-111-3/+3
* ENCODING_MASK: fix doxygen link [ci skip]卜部昌平2021-11-111-1/+1
* io/buffer.h: C linkage卜部昌平2021-11-111-2/+2