summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-10-18[Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki
2022-10-15Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams
2022-10-14Add a test for transition orderAaron Patterson
2022-10-15Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams
2022-10-13Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson
2022-10-12Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh
2022-10-12Suppress warnings in test/ruby/test_ast.rbYusuke Endoh
2022-10-12Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-11Ignore failure to set nonblock mode. (#6524)Samuel Williams
2022-10-10Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev
2022-10-09Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada
2022-10-09Extract `assert_error_tolerant`Nobuyoshi Nakada
2022-10-09Allow abbreviated dump options with additional optionsNobuyoshi Nakada
2022-10-09Set AST prettyprint width to 80 explicitlyNobuyoshi Nakada
2022-10-08Fix flaky test test_thrashing_for_young_objectsPeter Zhu
2022-10-08"expr_value" can be erroryui-knk
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-10-08Treat "end" as reserved word with consideration of indentyui-knk
2022-10-08Generates "end" tokens if parser hits end of inputyui-knk
2022-10-08Add error_tolerant option to RubyVM::ASTyui-knk
2022-10-07Add more debugging output to test_thrashing_for_young_objectsPeter Zhu
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-10-06Add debug output to test_thrashing_for_young_objectsPeter Zhu
2022-10-03Cannot `define` from defined `Data` class againNobuyoshi Nakada
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-30Fix frozen object inspecteileencodes
2022-09-30Add Data class implementation: Simple immutable value objectVictor Shepelev
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-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
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-23Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh
2022-09-20Ignore EPERM which means already being process-leaderNobuyoshi Nakada
2022-09-19Add another test for `Process.daemon`Nobuyoshi Nakada
2022-09-12Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze
2022-09-11[Win32] Negative length `IO#sysread`Jeremy Bopp
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-10Enable deprecation warnings for test-allBenoit Daloze
2022-09-09Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto
2022-09-06Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun
2022-09-02Consider Complex from Complex casesNobuyoshi Nakada
2022-09-02[Bug #18937] Coerce non-real non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn