summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-03Cannot `define` from defined `Data` class againNobuyoshi Nakada
2022-10-03[rubygems/rubygems] Revert "Cleaup unnecessary code"David Rodríguez
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-10-02Also the tests should use the configured pkg-configNobuyoshi Nakada
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30Fix frozen object inspecteileencodes
2022-10-01[rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez
2022-10-01[rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez
2022-10-01[ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng
2022-09-30Add Data class implementation: Simple immutable value objectVictor Shepelev
2022-09-30[rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"Yusuke Endoh
2022-09-29Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze
2022-09-29Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze
2022-09-29Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze
2022-09-29[rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen
2022-09-29[rubygems/rubygems] Refactor tests to use Net::HTTPResponse instances for fet...Jenny Shen
2022-09-29[rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen
2022-09-29[rubygems/rubygems] Add error message when api response is a permanent redirectJenny Shen
2022-09-29[ruby/date] The shrunk words to be copied is limitedNobuyoshi Nakada
2022-09-29[ruby/date] Narrow ALLOCV region for shrunk wordsNobuyoshi Nakada
2022-09-29Add `Coverage.supported?` to detect what modes are supported.Samuel Williams
2022-09-29Add `eval: true/false` flag to `Coverage.setup`.Samuel Williams
2022-09-29[rubygems/rubygems] Put bundler gemspec stub at the right placeDavid Rodríguez
2022-09-29[rubygems/rubygems] Only activate bundler when neededDavid Rodríguez
2022-09-29[rubygems/rubygems] Test a pure RubyGems methodDavid Rodríguez
2022-09-29[rubygems/rubygems] Little refactor to keep things consistentDavid Rodríguez
2022-09-29[rubygems/rubygems] Remove unnecessary `ensure`David Rodríguez
2022-09-29[rubygems/rubygems] Require bundler consistentlyDavid Rodríguez
2022-09-29[rubygems/rubygems] Remove unnecessary constantDavid Rodríguez
2022-09-29[rubygems/rubygems] Cleaup unnecessary codeDavid Rodríguez
2022-09-29[rubygems/rubygems] Unskip stuff that now works on JRubyDavid Rodríguez
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28[rubygems/rubygems] Force "master" to be used regardless of `init.defaultBran...David Rodríguez
2022-09-28[ruby/date] Check time zone offset elementsNobuyoshi Nakada
2022-09-28[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans
2022-09-28dbm and gdbm have been extracted gems.Hiroshi SHIBATA
2022-09-28[rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio
2022-09-28[ruby/timeout] Explicit add the timeout thread to default ThreadGroupLars Kanis
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-27Rename method name in keyword test from y to yoJeremy Evans
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams
2022-09-25[Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn
2022-09-26[ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.co...Yuichiro Kaneko
2022-09-23Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh
2022-09-22[ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-22Enable coverage for eval.Samuel Williams
2022-09-22[ruby/irb] Update expected colorize result that were uncolored beforetompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng