summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/securerandom] Remove no longer used helper methodsNobuyoshi Nakada2021-12-051-19/+0
* Do not use `fcopyfile` if appending to non-empty file [Bug #18388]Nobuyoshi Nakada2021-12-051-0/+12
* [rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez2021-12-051-0/+15
* [rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez2021-12-051-0/+2
* TestClass#test_subclass_gc reduce the number of iteration by 10xJean Boussier2021-12-031-2/+2
* Add tests of string argument to Time.atNobuyoshi Nakada2021-12-031-0/+2
* Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn2021-12-022-0/+86
* [ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga2021-12-031-0/+17
* Compatibility with IRBschneems2021-12-021-4/+4
* Don't call + and < in Integer.times for !FIXNUMJeremy Evans2021-12-011-0/+25
* Rework tracing for blocks running as methodsAlan Wu2021-12-011-6/+116
* [rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch2021-12-021-1/+1
* Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA2021-12-011-4/+6
* [rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez2021-11-301-0/+27
* [rubygems/rubygems] Revert "Remove spec file before building"David Rodríguez2021-11-301-3/+0
* [rubygems/rubygems] Run hooks tests on gemspecs not already installedDavid Rodríguez2021-11-301-2/+10
* Revert "test/socket/test_socket.rb: skip on Solaris"Naohisa Goto2021-11-301-4/+0
* Simplify platform check for Windows-UCRTLars Kanis2021-11-291-1/+1
* fix to choose correct callcacheKoichi Sasada2021-11-261-0/+7
* YJIT: Implement new struct accessors (#5161)John Hawthorn2021-11-251-2/+13
* Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu2021-11-251-48/+0
* Add GC.stat_size_pool to get stats for a size poolPeter Zhu2021-11-251-0/+48
* [ruby/win32ole] Scale timeout in win32oleNobuyoshi Nakada2021-11-251-1/+2
* [ruby/win32ole] Fix typos [ci skip]Nobuyoshi Nakada2021-11-251-1/+1
* test/ruby/test_iseq.rb: Avoid pollution of method namespaceYusuke Endoh2021-11-251-4/+4
* [ruby/zlib] [Bug #18358] Fix crash in zlib when in progressPeter Zhu2021-11-241-2/+8
* [ruby/cgi] When parsing cookies, only decode the valuesNobuyoshi Nakada2021-11-241-0/+5
* test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to seeYusuke Endoh2021-11-241-19/+19
* Add setclassvariable to yjit (#5127)Eileen M. Uchitelle2021-11-231-0/+5
* Add an extra failing test case for [Bug #18250]Jean Boussier2021-11-231-0/+11
* Add Class#subclassesJean Boussier2021-11-231-0/+38
* Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada2021-11-232-0/+16
* Avoid assert failure when NULL EC is expectedAlan Wu2021-11-221-0/+7
* [ruby/reline] Correct padding space calculationima1zumi2021-11-212-0/+37
* Fix setting struct member by public_sendNobuyoshi Nakada2021-11-211-0/+8
* Add YJIT codegen for objtostring (#5149)Adam Hess2021-11-191-6/+6
* Fix test_super_with_anonymous_block test to use anonymous blockJeremy Evans2021-11-191-1/+1
* optimize `Struct` getter/setterKoichi Sasada2021-11-191-0/+2
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-183-8/+38
* Anonymous block forwarding allows a method to forward a passedJeremy Evans2021-11-183-1/+31
* Make Module#{public,private,protected,module_function} return argumentsJeremy Evans2021-11-181-0/+22
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-181-0/+6
* Allow Kernel#load to load code into a specified moduleJeremy Evans2021-11-171-0/+32
* [rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez2021-11-181-1/+0
* Add tests for cme NULL crashPeter Zhu2021-11-171-1/+7
* Make Enumerable#each_cons return object if over sizeJeremy Evans2021-11-161-0/+2
* Add a test for bug 18343Jeremy Evans2021-11-161-0/+8
* Validate string type when constructing IO::Buffer for string mapping.Samuel Williams2021-11-171-0/+8
* `Primitive.mandatory_only?` consider splat argsJean Boussier2021-11-171-0/+4
* [ruby/date] check_limit: also handle symbolsJean Boussier2021-11-161-0/+24