summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-06[ruby/rdoc] Isolate root dir if specifiedzzak
This ensures only files from the root directory are chosen, in order to allow a clean build from outside the source directory. https://github.com/ruby/rdoc/commit/f3b389aa9e
2023-05-05[ruby/rdoc] Drop the support for 2.5 or earlier because of CVE-2021-31799Nobuyoshi Nakada
https://github.com/ruby/rdoc/commit/26136138aa
2023-05-05Continue checking all gemspec files after errorsNobuyoshi Nakada
2023-05-05Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada
2023-05-05Bump github/codeql-action from 2.3.2 to 2.3.3dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/f3feb00acb00f31a6f60280e6ace9ca31d91c76a...29b1f65c5e92e24fe6b6647da1eaabe529cec70f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-05-05[ruby/uri] Define test cases as qualified class namesNobuyoshi Nakada
https://github.com/ruby/uri/commit/aaa22a2443
2023-05-05[ruby/uri] Increase repeat orders of magnitudeNobuyoshi Nakada
https://github.com/ruby/uri/commit/cfbeade935
2023-05-04Write up NEWS entries for RJIT [ci skip]Takashi Kokubun
2023-05-04Merge a YJIT release notes draft into NEWS [ci skip]Takashi Kokubun
2023-05-04Add YJIT-related NEWS entries [ci skip]Takashi Kokubun
2023-05-04test_default_gems.rb: Stop using `git ls-files`Nobuyoshi Nakada
Just validate syntax and the result class instead. Not only `git ls-files` doesn't make sence under ruby's repository, some gemspec files hardcode `2>/dev/null`, which doesn't work of course on other than Unix-like platforms. Notes: Merged: https://github.com/ruby/ruby/pull/7786
2023-05-04 Ensure the VM is alive before accessing objspace in C API (Feature #19627)Ian Ker-Seymer
[Feature #19627] Notes: Merged: https://github.com/ruby/ruby/pull/7783 Merged-By: byroot <[email protected]>
2023-05-04Define `RubyVM::Shape` dependent test only if availableNobuyoshi Nakada
2023-05-04Delay start of the match cache optimization (#7738)TSUYUSATO Kitsune
Notes: Merged-By: makenowjust <[email protected]>
2023-05-04[DOC] regexp absent operatorNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7785
2023-05-03Make the maximum shapes variation warning non-verboseJean Boussier
[Feature #19538] Since that category is not enabled by default, making it a verbose warning is redundant. Enabling performance warning should work with the default verbosity level. Notes: Merged: https://github.com/ruby/ruby/pull/7733
2023-05-03[ruby/stringio] Update write-barrier at copyingNobuyoshi Nakada
http://ci.rvm.jp/results/trunk-asserts@ruby-sp2-docker/4552803 ``` verify_internal_consistency_reachable_i: WB miss (O->Y) 0x00007f752ddd5550 [3LM ] strio (StringIO)strio -> 0x00007f752d19b7d0 [0 ] T_STRING (String) len: 8, capa: 15 "to_strio" <internal:/tmp/ruby/src/trunk-asserts/lib/rubygems/core_ext/kernel_require.rb>:53: [BUG] gc_verify_internal_consistency: found internal inconsistency. ``` https://github.com/ruby/stringio/commit/2e8ab43cba
2023-05-02[ruby/rdoc] [DOC] stop documenting fallback `MatchData#match_length`Nobuyoshi Nakada
Also empty document of `Object`. https://github.com/ruby/rdoc/commit/ce32a3102b
2023-05-02Allow EPIPE when the child process has exited before interruptNobuyoshi Nakada
2023-05-02Remove `sync_tool` task from Rakefile when syncing [ci skip]Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7780
2023-05-02[Bug #19619] Preserve numbered parameters contextNobuyoshi Nakada
Preserve numbered parameters context across method definitions
2023-05-02[ruby/rdoc] Section may not have `label`Nobuyoshi Nakada
https://github.com/ruby/rdoc/commit/945f0cb3e9
2023-05-02[ruby/rdoc] Fix references to nested label in table_of_contentsNobuyoshi Nakada
Fixes https://github.com/ruby/rdoc/pull/1000 https://github.com/ruby/rdoc/commit/291e2b7e8b
2023-05-02Bump advanced-security/filter-sarif from 1.0.0 to 1.0.1dependabot[bot]
Bumps [advanced-security/filter-sarif](https://github.com/advanced-security/filter-sarif) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/advanced-security/filter-sarif/releases) - [Commits](https://github.com/advanced-security/filter-sarif/compare/bc96d9fb9338c5b48cc440b1b4d0a350b26a20db...f3b8118a9349d88f7b1c0c488476411145b6270d) --- updated-dependencies: - dependency-name: advanced-security/filter-sarif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-05-02[rubygems/rubygems] Bump rb-sysdependabot[bot]
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.74 to 0.9.75. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.74...v0.9.75) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-05-01YJIT: Move exits in gen_send_iseq to functions and use ? (#7725)Jimmy Miller
Notes: Merged-By: maximecb <[email protected]>
2023-05-01[ruby/reline] Rewrite dialog renderingtomoya ishida
(https://github.com/ruby/reline/pull/492) * Rewrite dialog rendering * Fix failing test of dialog with small screen * Add multiple-dialog rendering test * Add description comments for each part of render_dialog_changes
2023-05-01Update generate_spdx_license_list.rbNobuyoshi Nakada
- Follow up RegexpLiteral at 9264d834215aa7ce14b0273032a7686c20141db9. - Split the code to be generated so that `REGEXP` does not need escapes. - Use `REGEXP.match?` since support for Ruby 2.3 or earlier has been dropped.
2023-05-01Ignore to sync used_cassettes.txtHiroshi SHIBATA
2023-05-01Bump advanced-security/filter-sarifdependabot[bot]
Bumps [advanced-security/filter-sarif](https://github.com/advanced-security/filter-sarif) from eac3ea6a5e1270952681bf7287598a6cd1a4d49d to bc96d9fb9338c5b48cc440b1b4d0a350b26a20db. - [Release notes](https://github.com/advanced-security/filter-sarif/releases) - [Commits](https://github.com/advanced-security/filter-sarif/compare/eac3ea6a5e1270952681bf7287598a6cd1a4d49d...bc96d9fb9338c5b48cc440b1b4d0a350b26a20db) --- updated-dependencies: - dependency-name: advanced-security/filter-sarif dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Notes: Merged: https://github.com/ruby/ruby/pull/7768
2023-05-01Bump ruby/setup-ruby from 1.147.0 to 1.148.0dependabot[bot]
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.147.0 to 1.148.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/6cecb48364174b0952995175c55f9bf5527e6682...d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-05-01[DOC] hash.c: fix typo in `#<=>` docsPiotr Szotkowski
Notes: Merged: https://github.com/ruby/ruby/pull/7771 Merged-By: nobu <[email protected]>
2023-05-01[Bug #19624] Hide internal IO for backquoteNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7776
2023-04-30Handle private AREF call in compile.cNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7775
2023-04-30Relax timeout limit for FreeBSD again [ci skip]Nobuyoshi Nakada
2023-04-29[ruby/rdoc] Fix polynominal backtrackingNobuyoshi Nakada
Fix https://github.com/ruby/rdoc/pull/995 https://github.com/ruby/rdoc/commit/1311ca8c50
2023-04-29[ruby/rdoc] Fix polynominal backtrackingNobuyoshi Nakada
Fix https://github.com/ruby/rdoc/pull/995 https://github.com/ruby/rdoc/commit/adfa7db5b9
2023-04-29core_assertions.rb: Support old rubiesNobuyoshi Nakada
Some symbol argument might not be accepted by Process.clock_gettime. Notes: Merged: https://github.com/ruby/ruby/pull/7773
2023-04-29Skip added tool filesNobuyoshi Nakada
Get rid of accidents like 966f0d91e2a86fa1347cdafbe1af47e7350aa4ca.
2023-04-29Revert "[ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29"Hiroshi SHIBATA
This reverts commit 966f0d91e2a86fa1347cdafbe1af47e7350aa4ca.
2023-04-28[ruby/irb] Retire magic-file.rbStan Lo
(https://github.com/ruby/irb/pull/574) `MagicFile` was introduced around v0.9.6, which was like 14~15 years ago. It was needed because back then we needed to read a file's magic comment to determine the encoding of it, and read it with that encoding. Commit: 3ee79e89 But now we expect files to be encoded in UTF-8 and don't specify encoding through magic comments anymore, `MagicFile` can be retired.
2023-04-28Update an Intel SDM link [ci skip]Takashi Kokubun
2023-04-28[ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29Nobuyoshi Nakada
From https://github.com/ruby/ruby/commit/74028c210c23a13b3168886efcf837b4bf930468 https://github.com/ruby/rdoc/commit/badc518c57
2023-04-29sync_tool.rake: Fold too long message [ci skip]Nobuyoshi Nakada
Split into title and body, like as the pull-request.
2023-04-29sync_tool.rake: Add --update and --keep options [ci skip]Nobuyoshi Nakada
2023-04-28sync_tool.rake: Adjust the location [ci skip]Nobuyoshi Nakada
2023-04-28Add sync_tool.rake [ci skip]Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7769
2023-04-28Copy also helper.rb [ci skip]Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7769
2023-04-28Improve sync_test_lib.rb [ci skip]Nobuyoshi Nakada
- read files to copy once at first - take the destination top directory from command line arguments - fix a typo Notes: Merged: https://github.com/ruby/ruby/pull/7769
2023-04-28[ruby/resolv] Prefer `Array#concat` over `#+=` on `Array`Nobuyoshi Nakada
Fix https://bugs.ruby-lang.org/issues/19621 https://github.com/ruby/resolv/commit/7faaa78847