summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko2023-05-1238-30/+5749
* Revert "Don't call action-slack if SLACK_WEBHOOK_URL is not set"NARUSE, Yui2023-05-1215-15/+15
* give up checking old compilers卜部昌平2023-05-121-6/+0
* Don't call action-slack if SLACK_WEBHOOK_URL is not setNARUSE, Yui2023-05-1215-15/+15
* [DOC] Update how to run tool/enc-unicode.rbJanosch Müller2023-05-121-2/+5
* Prevent warning: assigned but unused variableYusuke Endoh2023-05-103-3/+3
* [Bug #19597] Freeze script nameNobuyoshi Nakada2023-05-104-8/+21
* [DOC] Move docs of `Array#first` and `Array#last` to array.rbNobuyoshi Nakada2023-05-102-67/+62
* Removed sync task for ext/readlineHiroshi SHIBATA2023-05-101-7/+0
* Merge https://github.com/rubygems/rubygems/pull/6655 manually.Hiroshi SHIBATA2023-05-103-18/+68
* Update SPDX license listSamuel Giddins2023-05-101-0/+40
* Added entry about ext/readlineHiroshi SHIBATA2023-05-101-0/+5
* readline or libedit is no longer required to build rubyHiroshi SHIBATA2023-05-103-4/+3
* Removed duplicated entry of readline.rbHiroshi SHIBATA2023-05-101-5/+0
* ext/readline is retiredHiroshi SHIBATA2023-05-103-7/+0
* For YJIT stats, set avg_len_in_yjit to 0 if denominator would be 0 (#7793)Noah Gibbs2023-05-101-1/+1
* Document that Array#{&,intersection,intersect?} use hash method [ci skip]Jeremy Evans2023-05-091-2/+6
* Update bundled gems list at 9d6bfe3815118e7734515d29f9f51c [ci skip]git2023-05-091-1/+1
* Fix broken link to maintainers pageJemma Issroff2023-05-091-1/+1
* Use debug-1.8.0Hiroshi SHIBATA2023-05-091-1/+1
* Allow to use development version of bundled gems for packagingHiroshi SHIBATA2023-05-091-0/+6
* We should not validate development version of bundled gems with fetch timing.Hiroshi SHIBATA2023-05-092-8/+0
* Use HEAD version of ruby/debug for testingHiroshi SHIBATA2023-05-091-1/+1
* Relax regexp for console assertionHiroshi SHIBATA2023-05-092-2/+2
* Extract ext/readlineHiroshi SHIBATA2023-05-0911-4149/+0
* [rubygems/rubygems] Simplify code by Gem::Specification#runtime_dependenciesTakumasa Ochi2023-05-081-10/+5
* [ruby/stringio] Drop support for ruby 2.6 or earlierNobuyoshi Nakada2023-05-083-83/+1
* add CI matrix for clang 17 / GCC 13卜部昌平2023-05-081-2/+4
* [ruby/reline] Fix dialog corrupts rendering by pushing up input linetomoya ishida2023-05-072-5/+25
* [ruby/rdoc] Isolate root dir if specifiedzzak2023-05-062-3/+4
* [ruby/rdoc] Drop the support for 2.5 or earlier because of CVE-2021-31799Nobuyoshi Nakada2023-05-051-1/+1
* Continue checking all gemspec files after errorsNobuyoshi Nakada2023-05-051-1/+1
* Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada2023-05-0516-16/+16
* Bump github/codeql-action from 2.3.2 to 2.3.3dependabot[bot]2023-05-052-5/+5
* [ruby/uri] Define test cases as qualified class namesNobuyoshi Nakada2023-05-056-43/+7
* [ruby/uri] Increase repeat orders of magnitudeNobuyoshi Nakada2023-05-051-1/+1
* Write up NEWS entries for RJIT [ci skip]Takashi Kokubun2023-05-041-0/+8
* Merge a YJIT release notes draft into NEWS [ci skip]Takashi Kokubun2023-05-041-7/+15
* Add YJIT-related NEWS entries [ci skip]Takashi Kokubun2023-05-041-1/+12
* test_default_gems.rb: Stop using `git ls-files`Nobuyoshi Nakada2023-05-041-7/+11
* Ensure the VM is alive before accessing objspace in C API (Feature #19627)Ian Ker-Seymer2023-05-041-3/+9
* Define `RubyVM::Shape` dependent test only if availableNobuyoshi Nakada2023-05-041-2/+2
* Delay start of the match cache optimization (#7738)TSUYUSATO Kitsune2023-05-042-11/+23
* [DOC] regexp absent operatorNobuyoshi Nakada2023-05-041-0/+17
* Make the maximum shapes variation warning non-verboseJean Boussier2023-05-032-2/+2
* [ruby/stringio] Update write-barrier at copyingNobuyoshi Nakada2023-05-031-3/+7
* [ruby/rdoc] [DOC] stop documenting fallback `MatchData#match_length`Nobuyoshi Nakada2023-05-021-11/+11
* Allow EPIPE when the child process has exited before interruptNobuyoshi Nakada2023-05-021-0/+2
* Remove `sync_tool` task from Rakefile when syncing [ci skip]Nobuyoshi Nakada2023-05-021-0/+6
* [Bug #19619] Preserve numbered parameters contextNobuyoshi Nakada2023-05-022-3/+25