aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicate path in library pathsNobuyoshi Nakada2023-10-211-0/+12
* Raise TypeError for bad IO::Buffer.map argument (#8728)Charles Oliver Nutter2023-10-212-2/+9
* Extract IO::Buffer.for string locking test (#8729)Charles Oliver Nutter2023-10-211-5/+10
* YJIT: Skip printing stats at exit if --yjit-disable (#8727)Takashi Kokubun2023-10-202-1/+5
* [PRISM] Setup encodings in prism compilerJemma Issroff2023-10-202-37/+48
* YJIT: On test_bug_19316, only check the resultAlan Wu2023-10-201-1/+1
* Add tests for all implemented nodes, leave ones that need fixing commented outJemma Issroff2023-10-201-33/+56
* Added TODOs on all implemented nodes, matched orderingJemma Issroff2023-10-201-100/+244
* [PRISM] Fixed StringConcatNode, uncommented testsJemma Issroff2023-10-202-9/+12
* [DOC] Indentation fix in comments of MatchData#inspectHerwin2023-10-201-4/+3
* [DOC] `configure -C` tipsNobuyoshi Nakada2023-10-201-0/+2
* [Bug #19966] [PRISM] Fix singleton method definitionNobuyoshi Nakada2023-10-202-1/+12
* [PRISM] Enclose in the test classNobuyoshi Nakada2023-10-201-0/+1
* Added explicitly begin-end block for Ruby 2.4.Hiroshi SHIBATA2023-10-201-5/+7
* Stop creating ripper.h because it's not usedyui-knk2023-10-202-2/+2
* [ruby/logger] Bump up required ruby version to 2.5Hiroshi SHIBATA2023-10-201-1/+1
* [ruby/logger] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA2023-10-201-4/+0
* Partly revert a change in #8705Takashi Kokubun2023-10-191-2/+3
* Sort gem namesHiroshi SHIBATA2023-10-201-8/+8
* racc is also extracted to bundled gemsHiroshi SHIBATA2023-10-201-0/+1
* Call rb_jit_cont_init() even earlierTakashi Kokubun2023-10-192-2/+1
* Avoid initializing jit_cont_lock multiple timesTakashi Kokubun2023-10-191-3/+2
* [DOC] Improve docs for how to generate documentationMatheus Richard2023-10-201-1/+3
* [DOC] "is now bundled" is ambiguousTakashi Kokubun2023-10-192-7/+7
* Ignore inputs to tool/update-NEWS-gemlist.rbTakashi Kokubun2023-10-191-0/+5
* [DOC] Prism is a new default gemTakashi Kokubun2023-10-192-5/+10
* Avoid using a system Ruby if possibleTakashi Kokubun2023-10-191-1/+1
* Cirrus CI has been removed [ci skip]Nobuyoshi Nakada2023-10-191-52/+0
* Expand OP_ASGN1 nd_args to nd_index and nd_rvalueyui-knk2023-10-205-21/+17
* [DOC] Reverse-merge YJIT release note changesTakashi Kokubun2023-10-191-9/+12
* [DOC] Update NEWS.md about RubyVM::YJIT.enableTakashi Kokubun2023-10-191-3/+6
* [DOC] Fix typo in docs of Regexp#deconstruct_keysHerwin2023-10-201-1/+1
* Add printf format attributes to `rb_parser_config_t`Nobuyoshi Nakada2023-10-202-0/+6
* [rubygems/rubygems] Reuse Gem::RemoteFetcher instance in bundlerSamuel Giddins2023-10-191-2/+1
* [rubygems/rubygems] Update vendored thor to v1.3.0Samuel Giddins2023-10-1930-359/+823
* YJIT: remove unused `--yjit-greedy-versioning` command-line option (#8713)Maxime Chevalier-Boisvert2023-10-193-17/+2
* YJIT: Make test_yjit.rb faster with --yjit-stats=quietAlan Wu2023-10-191-1/+1
* YJIT: Print exit reasons on failure in test_yjit.rbAlan Wu2023-10-192-9/+23
* YJIT: Return Option from asm.compile() for has_dropped_bytes()Alan Wu2023-10-197-176/+175
* YJIT: Add RubyVM::YJIT.enable (#8705)Takashi Kokubun2023-10-1911-108/+110
* Don't add anonymous locals when ISEQ binary debug is onMatt Valentine-House2023-10-191-4/+6
* YJIT: Enable the dead_code lint and delete some dead codeAlan Wu2023-10-192-82/+6
* Extract a local variableNobuyoshi Nakada2023-10-191-12/+13
* [ruby/ostruct] Use Gemfile instead of Gem::Specification#add_development_depe...Hiroshi SHIBATA2023-10-191-4/+0
* Mentioned targeted libraries for warning feature of bundled gemsHiroshi SHIBATA2023-10-191-0/+14
* Don't need to refer SINCE constantHiroshi SHIBATA2023-10-191-1/+1
* [DOC] Add NEWS about Range#reverse_each for beginless ranges [Feature #18515]Kouhei Yanagita2023-10-191-0/+5
* Skip some timeout tests on s390xYusuke Endoh2023-10-181-0/+2
* Use assert_separately to avoid defining `foo`Aaron Patterson2023-10-181-2/+24
* Address PR commentsJemma Issroff2023-10-183-12/+12