aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* [Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada2022-12-131-0/+2
* Make absent operator work at the end of the input stringYusuke Endoh2022-12-121-0/+3
* MJIT: Compile methods in batches (#6900)Takashi Kokubun2022-12-102-154/+138
* Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos2022-12-101-0/+20
* A negative denominator case in the Rational string parsing testNobuyoshi Nakada2022-12-101-0/+2
* YJIT: implement `getconstant` YARV instruction (#6884)Maxime Chevalier-Boisvert2022-12-091-0/+23
* Use rb_inspect instead of +PRIsVALUE for Object.inspectMatt Valentine-House2022-12-091-0/+9
* Freeze singleton class, not its originAlan Wu2022-12-081-0/+13
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-082-1/+7
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-071-12/+22
* [Bug #19187] Fix for tzdata-2022gNobuyoshi Nakada2022-12-071-6/+15
* add file version check for new Unicode emoji file headerMartin Dürst2022-12-061-1/+2
* return early if there is no is_entries bufferAaron Patterson2022-12-031-0/+7
* UnboundMethod only refer defined_classKoichi Sasada2022-12-031-4/+4
* Wait killed threadNobuyoshi Nakada2022-12-021-0/+1
* Module#remove_method: Check frozen on the right objectJean byroot Boussier2022-12-012-0/+21
* [Bug #19087] Disallow successive underscores in Complex stringNobuyoshi Nakada2022-12-021-0/+22
* YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)Takashi Kokubun2022-12-011-0/+17
* [Feature #19163] Marshal-loaded Data object also should be frozenNobuyoshi Nakada2022-12-021-0/+10
* [Feature #19163] Data object should be frozenNobuyoshi Nakada2022-12-021-0/+8
* [Bug #19108] Check for the encoding of pack/unpack formatNobuyoshi Nakada2022-12-011-0/+14
* [Feature #19138] Add `SyntaxError#path`Nobuyoshi Nakada2022-12-011-0/+23
* Use RTEST and add test for GH-6832Alan Wu2022-11-301-0/+8
* YJIT: Optimize rb_int_equal (#6838)Takashi Kokubun2022-11-301-0/+16
* Prevent segfault in String#scan with ObjectSpace.each_objectYusuke Endoh2022-12-011-0/+9
* Add a test case for argument forwardingyui-knk2022-11-291-0/+10
* Add tests for [Feature #19134]Shugo Maeda2022-11-291-2/+15
* Allow ** in def foo(...)Shugo Maeda2022-11-291-0/+17
* Make the timeout of test_system_sigpipe longerTakashi Kokubun2022-11-271-1/+1
* Relax a too strict timeoutTakashi Kokubun2022-11-271-1/+1
* MJIT: Remove the code to optimize shape transitionTakashi Kokubun2022-11-251-1/+1
* YJIT: Run test-all tests without requiring RUN_OPTSAlan Wu2022-11-252-16/+16
* Fix autoload status of statically linked extensionsAlan Wu2022-11-251-0/+18
* [Bug #18971] Add precheck to enumeratorNobuyoshi Nakada2022-11-251-0/+20
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-0/+5
* Raise TypeError for endless non-numeric range include?Jeremy Evans2022-11-241-5/+6
* Relax the timeout of TestRegexp#test_cache_optimization_squareYusuke Endoh2022-11-241-1/+1
* Add Time#deconstruct_keyszverok2022-11-221-0/+14
* Use dedicated assertions for warningsNobuyoshi Nakada2022-11-221-22/+4
* Avoid unnecessary use of global variablesNobuyoshi Nakada2022-11-221-8/+8
* Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu2022-11-212-2/+2
* [Bug #19016] `SyntaxError` with parser error messagesNobuyoshi Nakada2022-11-221-0/+12
* [Bug #19016] re-order error handling at cleanupNobuyoshi Nakada2022-11-221-7/+8
* Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk2022-11-211-4/+32
* [Bug #19016] Handle syntax error in main script like other errorsNobuyoshi Nakada2022-11-201-0/+17
* Avoid a timeout on test_cache_optimization_exponentialTakashi Kokubun2022-11-191-1/+1
* Add test cases for args forwarding after rest argumentyui-knk2022-11-191-0/+2
* Differentiate T_OBJECT shapes from other objectsAaron Patterson2022-11-181-5/+14
* Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk2022-11-181-0/+24
* Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda2022-11-182-1/+3