aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fill in missing deployment specsDavid Rodríguez2023-06-061-7/+44
* [rubygems/rubygems] Remove redundant specsDavid Rodríguez2023-06-061-5/+1
* [rubygems/rubygems] Always rely on $LOAD_PATH when jumping from exe to libDavid Rodríguez2023-06-061-13/+5
* [rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez2023-06-062-0/+26
* YJIT: Fix a warning on cargo test (#7909)Takashi Kokubun2023-06-051-2/+2
* Add an example for rust-analyzer.cargo.unsetTest [ci skip]Takashi Kokubun2023-06-051-0/+3
* Implement Struct on VWAPeter Zhu2023-06-054-16/+26
* [ruby/irb] Refactor ExtendCommand::NopStan Lo2023-06-052-8/+6
* [ruby/irb] Simplify irb_info commandStan Lo2023-06-051-18/+14
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-052-1/+2
* Add missing write barriereileencodes2023-06-051-0/+1
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-058-8/+69
* [rubygems/rubygems] Try again with https://github.com/rubygems/rubygems/pull/...Hiroshi SHIBATA2023-06-051-0/+5
* Move per sections in help messageNobuyoshi Nakada2023-06-051-1/+4
* Add additional info for `-0` to `--help` messageNobuyoshi Nakada2023-06-051-10/+20
* Fold option lines in help messageNobuyoshi Nakada2023-06-051-2/+18
* [DOC] Update flags doc for stringsPeter Zhu2023-06-051-1/+0
* [ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper2023-06-052-6/+22
* [Bug #19685]: Add `-y` and `--yydebug` document to `--help`Yla Aioi2023-06-052-1/+2
* [ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA2023-06-052-20/+17
* Update default gems list at 4275a8098e59c43daa4a85efce9465 [ci skip]git2023-06-041-1/+1
* [ruby/irb] Bump version to 1.7.0Stan Lo2023-06-041-2/+2
* Attrset name is not allowed as an attributeNobuyoshi Nakada2023-06-031-0/+1
* Exit with a failure if any test files failed to loadNobuyoshi Nakada2023-06-033-1/+31
* Update default gems list at e6bd1852fb0c4775f6bc9588df30a1 [ci skip]git2023-06-031-1/+1
* [ruby/reline] Bump version to 0.3.5Stan Lo2023-06-031-1/+1
* Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams2023-06-032-0/+27
* [ruby/rdoc] Auto-correct trailing new linesVinicius Stock2023-06-0398-101/+0
* Ripper does not depend on Bison [ci skip]yui-knk2023-06-031-1/+0
* [ruby/singleton] Simplify the implementationDaniel Pepper2023-06-032-17/+20
* YJIT: Use #[cfg] instead of if cfg! (#7899)Takashi Kokubun2023-06-021-1/+2
* Stabilize test_latest_gc_info_need_major_byJean Boussier2023-06-021-1/+1
* [ruby/irb] Require `test/lib` helpers from main test helperStan Lo2023-06-022-5/+1
* [ruby/reline] Remove unnecessary conditions forNobuyoshi Nakada2023-06-021-15/+1
* Update default gems list at c32a30ec09997b3ee846a33a6873ed [ci skip]git2023-06-021-1/+1
* [ruby/stringio] Development of 3.0.8 started.Hiroshi SHIBATA2023-06-021-1/+1
* Fix the case no file under bin directoryNobuyoshi Nakada2023-06-021-0/+2
* [ruby/uri] Drop support for 2.4Nobuyoshi Nakada2023-06-021-1/+1
* Bump octokit/request-action from 2.1.7 to 2.1.8dependabot[bot]2023-06-021-1/+1
* No need to define "BISON" on extconf.rbyui-knk2023-06-021-10/+1
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-018-69/+8
* [ruby/irb] Improve debug command testsStan Lo2023-06-011-8/+2
* YJIT: Introduce RubyVM::YJIT.stats_string (#7857)Takashi Kokubun2023-06-011-74/+84
* Fix cvar caching when class is clonedeileencodes2023-06-018-8/+69
* Expose `enum rb_io_event` flags without `_t` suffix. (#7887)Samuel Williams2023-06-012-4/+6
* Drop `_t` suffix from struct names. (#7886)Samuel Williams2023-06-013-34/+32
* [DOC] Mention the edge case of `any?`/`all?`Nobuyoshi Nakada2023-06-013-1/+17
* Simplify duplicated codePeter Zhu2023-06-011-7/+3
* Don't refetch ptr and lenPeter Zhu2023-06-011-4/+0
* [ruby/stringio] Avoid direct struct usage.Samuel Williams2023-06-011-2/+2