summaryrefslogtreecommitdiff
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-11/+6
* Add `node_id_for_backtrace_location` functioneileencodes2022-10-311-0/+13
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-261-3/+5
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-3/+118
* Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada2022-10-241-1/+21
* Fix per-instance Regexp timeout (#6621)Yusuke Endoh2022-10-241-8/+65
* Reduce type check of arguments at Complex creationNobuyoshi Nakada2022-10-231-5/+24
* Update Complex.polar with Complex testsNobuyoshi Nakada2022-10-231-4/+10
* Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff2022-10-211-4/+4
* Remove unused class serialJemma Issroff2022-10-211-2/+0
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-0/+3
* 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