summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-304-185/+2
* Fix frozen object inspecteileencodes2022-09-301-0/+9
* [rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez2022-10-011-0/+8
* [rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez2022-10-011-0/+20
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-0/+13
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-0/+170
* [rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"Yusuke Endoh2022-09-301-1/+1
* Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze2022-09-291-2/+5
* Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze2022-09-291-0/+41
* Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze2022-09-291-11/+55
* [rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen2022-09-293-6/+6
* [rubygems/rubygems] Refactor tests to use Net::HTTPResponse instances for fet...Jenny Shen2022-09-296-83/+87
* [rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen2022-09-294-41/+104
* [rubygems/rubygems] Add error message when api response is a permanent redirectJenny Shen2022-09-293-0/+86
* [ruby/date] The shrunk words to be copied is limitedNobuyoshi Nakada2022-09-291-0/+1
* [ruby/date] Narrow ALLOCV region for shrunk wordsNobuyoshi Nakada2022-09-291-0/+2
* Add `Coverage.supported?` to detect what modes are supported.Samuel Williams2022-09-291-0/+8
* Add `eval: true/false` flag to `Coverage.setup`.Samuel Williams2022-09-291-4/+4
* [rubygems/rubygems] Put bundler gemspec stub at the right placeDavid Rodríguez2022-09-291-25/+28
* [rubygems/rubygems] Only activate bundler when neededDavid Rodríguez2022-09-292-213/+266
* [rubygems/rubygems] Test a pure RubyGems methodDavid Rodríguez2022-09-291-5/+5
* [rubygems/rubygems] Little refactor to keep things consistentDavid Rodríguez2022-09-292-4/+6
* [rubygems/rubygems] Remove unnecessary `ensure`David Rodríguez2022-09-291-1/+0
* [rubygems/rubygems] Require bundler consistentlyDavid Rodríguez2022-09-291-6/+1
* [rubygems/rubygems] Remove unnecessary constantDavid Rodríguez2022-09-291-2/+1
* [rubygems/rubygems] Cleaup unnecessary codeDavid Rodríguez2022-09-292-20/+0
* [rubygems/rubygems] Unskip stuff that now works on JRubyDavid Rodríguez2022-09-291-9/+5
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-283-2/+176
* [rubygems/rubygems] Force "master" to be used regardless of `init.defaultBran...David Rodríguez2022-09-281-0/+1
* [ruby/date] Check time zone offset elementsNobuyoshi Nakada2022-09-281-0/+4
* [ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans2022-09-281-14/+4
* dbm and gdbm have been extracted gems.Hiroshi SHIBATA2022-09-281-2/+0
* [rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio2022-09-281-0/+7
* [ruby/timeout] Explicit add the timeout thread to default ThreadGroupLars Kanis2022-09-281-0/+13
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-264-183/+7
* Rename method name in keyword test from y to yoJeremy Evans2022-09-271-107/+107
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-264-7/+183
* Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams2022-09-261-4/+46
* [Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn2022-09-251-0/+7
* [ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.co...Yuichiro Kaneko2022-09-261-4/+4
* Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh2022-09-231-0/+6
* [ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos2022-09-221-5/+1
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-221-0/+12
* Enable coverage for eval.Samuel Williams2022-09-221-1/+16
* [ruby/irb] Update expected colorize result that were uncolored beforetompng2022-09-221-3/+11
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-0/+2
* [ruby/irb] Fix completion testsStan Lo2022-09-211-3/+6
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-0/+42
* backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA2022-09-211-0/+2
* Fix the missing locale errorHiroshi SHIBATA2022-09-211-0/+1