summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12Bundle RBS 1.7.0 (#5105)Soutaro Matsumoto
2021-11-11fix a memory leak introduced in 8bbd319Matt Valentine-House
2021-11-11quick fix for `test_initialize_HEAD`Koichi Sasada
2021-11-11test/openssl/test_ssl: adjust certificate expiry dateKazuki Yamaguchi
2021-11-11[ruby/net-http] Send Accept-Encoding header on HEAD methodShohei Maeda
2021-11-11revival of must_not_null()卜部昌平
2021-11-11[ruby/getoptlong] fixup 5f57f47572502173e2e8880f83ef7b3e2659f974Hiroshi SHIBATA
2021-11-11[ruby/getoptlong] Save the copy of `ARGV`Nobuyoshi Nakada
2021-11-11rb_file_size: add doxygen卜部昌平
2021-11-11rb_enc_code_to_mbclen: fix doxygen卜部昌平
2021-11-11RB_ENCODING_SET_INLINED: fix doxygen卜部昌平
2021-11-11ENCODING_MASK: fix doxygen link [ci skip]卜部昌平
2021-11-11io/buffer.h: C linkage卜部昌平
2021-11-11[ruby/getoptlong] Write a first test of getoptlong.rbBurdette Lamar
2021-11-11[ruby/tmpdir] [DOC] Fix syntax in example code [ci skip]Nobuyoshi Nakada
2021-11-11Don't allow `fd == -1` to propagate to system calls.Samuel Williams
2021-11-10[ci skip] Fix typo in test namePeter Zhu
2021-11-11* 2021-11-11 [ci skip]git
2021-11-10Use Primitive. in timev.rb for consistency with all other .rb filesBenoit Daloze
2021-11-10Tentative fix of subsec to `Time.at` [Bug #18293]Nobuyoshi Nakada
2021-11-10Install pkg-config on 32-bit Ubuntu [ci skip]Nobuyoshi Nakada
2021-11-10Commit miss [ci skip]Nobuyoshi Nakada
2021-11-10Simplify default values of `Time.at` [Bug #18293]Nobuyoshi Nakada
2021-11-10Disable experimental warnings in test/runner.rbNobuyoshi Nakada
2021-11-10Fix format specifierNobuyoshi Nakada
2021-11-10size_t is not for file sizeNobuyoshi Nakada
2021-11-10Mark IO::Buffer as experimental.Samuel Williams
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-11-10Fix a typo and add `IO.` [ci skip]Kazuhiro NISHIYAMA
2021-11-10* 2021-11-10 [ci skip]git
2021-11-10gc.h: move rb_objspace_garbage_object_p to internal/gc.hYusuke Endoh
2021-11-10class.c: descendants must not cause GC until the result array is createdYusuke Endoh
2021-11-09[rubygems/rubygems] Remove more unused stuff from make command parsingDavid Rodríguez
2021-11-09[rubygems/rubygems] This method is never passed a blockDavid Rodríguez
2021-11-09[rubygems/rubygems] Fix assert_contains_make_command on make defined by envir...Jun Aruga
2021-11-09[rubygems/rubygems] Improve error message when make command doesn't matchDavid Rodríguez
2021-11-09test/ruby/test_iseq.rb: Prevent a warningYusuke Endoh
2021-11-09test/ruby/test_enum.rb: Prevent a warningYusuke Endoh
2021-11-09Add doc for `a_call` and `a_return` events of TracePointMasataka Pocke Kuwabara
2021-11-09Some codes replace to `RBOOL` macro (#5023)S.H
2021-11-09Add one more test example for swap instructionNikita Vasilevsky
2021-11-09Needs `$` in `make` command line to be escapedv3_1_0_preview1Nobuyoshi Nakada
2021-11-09Use valid `ec` for postponed job.Koichi Sasada
2021-11-09Remove a redundant conditionYusuke Endoh
2021-11-09class.c (Class#descendants): Ingore subclasses created after estimationYusuke Endoh
2021-11-09class.c: Use ALLOC_N instead of ALLOCA_NYusuke Endoh
2021-11-09class.c: calculate the length of Class.descendants in advanceYusuke Endoh
2021-11-09Filter method names only if filtering method name onlyNobuyoshi Nakada
2021-11-09test/readline/test_readline.rb: skip a test on i686-linuxYusuke Endoh
2021-11-09test/ruby/test_fiber.rb: Extend timeout on SolarisYusuke Endoh