aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+25
* [Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`Nobuyoshi Nakada2022-10-201-0/+7
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-0/+12
* Add support for anonymous shared IO buffers. (#6580)Samuel Williams2022-10-191-0/+15
* [Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki2022-10-181-0/+14
* Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams2022-10-151-0/+2
* Add a test for transition orderAaron Patterson2022-10-141-0/+25
* Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams2022-10-151-0/+8
* Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson2022-10-131-1/+1
* Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh2022-10-121-0/+1
* Suppress warnings in test/ruby/test_ast.rbYusuke Endoh2022-10-121-1/+9
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-121-6/+16
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-111-24/+33
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-113-2/+184
* Ignore failure to set nonblock mode. (#6524)Samuel Williams2022-10-111-0/+16
* Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev2022-10-101-0/+32
* Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada2022-10-091-0/+2
* Extract `assert_error_tolerant`Nobuyoshi Nakada2022-10-091-100/+27
* Allow abbreviated dump options with additional optionsNobuyoshi Nakada2022-10-091-2/+3
* Set AST prettyprint width to 80 explicitlyNobuyoshi Nakada2022-10-091-20/+20
* Fix flaky test test_thrashing_for_young_objectsPeter Zhu2022-10-081-0/+3
* "expr_value" can be erroryui-knk2022-10-081-0/+35
* Move `error` from top_stmts and top_stmt to stmtyui-knk2022-10-081-22/+22
* Treat "end" as reserved word with consideration of indentyui-knk2022-10-081-0/+51
* Generates "end" tokens if parser hits end of inputyui-knk2022-10-081-0/+378
* Add error_tolerant option to RubyVM::ASTyui-knk2022-10-081-0/+13
* Add more debugging output to test_thrashing_for_young_objectsPeter Zhu2022-10-071-1/+3
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-072-0/+67
* Add debug output to test_thrashing_for_young_objectsPeter Zhu2022-10-061-5/+8
* Cannot `define` from defined `Data` class againNobuyoshi Nakada2022-10-031-0/+2
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-303-184/+2
* Fix frozen object inspecteileencodes2022-09-301-0/+9
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-0/+170
* 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
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-282-2/+175
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-262-173/+2
* 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-262-2/+173
* 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
* Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh2022-09-231-0/+6
* Ignore EPERM which means already being process-leaderNobuyoshi Nakada2022-09-201-2/+4
* Add another test for `Process.daemon`Nobuyoshi Nakada2022-09-191-0/+20
* Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze2022-09-122-38/+16
* [Win32] Negative length `IO#sysread`Jeremy Bopp2022-09-111-0/+8
* Deprecate Encoding#replicateBenoit Daloze2022-09-101-2/+3
* Enable deprecation warnings for test-allBenoit Daloze2022-09-101-1/+1
* Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto2022-09-091-0/+12