aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Bump up 5.0.2.pre1 for testingHiroshi SHIBATA2023-01-171-1/+1
* [ruby/psych] configure of libyaml couldn't detect "arm64-apple-darwin22" for ...Hiroshi SHIBATA2023-01-171-1/+1
* test-syntax-suggest is now part of make checkHiroshi SHIBATA2023-01-171-1/+1
* Added make exam to help messageHiroshi SHIBATA2023-01-171-0/+1
* Added test-syntax-suggest to help messageHiroshi SHIBATA2023-01-171-0/+1
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-01-172-5/+5
* SimpleCov is hosted under simplecov-ruby org nowHiroshi SHIBATA2023-01-171-2/+2
* YJIT: Use ThinLTO for Rust parts in release modeAlan Wu2023-01-162-0/+3
* addr2line.c: Silence GCC 11 false -Wmaybe-uninitialized warningAlan Wu2023-01-161-1/+1
* addr2line.c: Don't special-case DWARF 5 parsing with GCCAlan Wu2023-01-161-5/+1
* [DOC] Correction to RDoc for Regexp.new (#7130)Burdette Lamar2023-01-161-0/+2
* [DOC] Update `String#encode` special caseNobuyoshi Nakada2023-01-161-4/+5
* [DOC] Explain that transcoding to the same encoding just copies.Martin Dürst2023-01-161-0/+6
* [DOC] Use RDoc inclusions in transcode.cNobuyoshi Nakada2023-01-163-52/+49
* fix typo in comments / autodocRick Hull2023-01-161-1/+1
* Clear gem paths for each testNobuyoshi Nakada2023-01-151-0/+2
* Do not depend on `REVISION_H`Nobuyoshi Nakada2023-01-151-2/+2
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-154-9/+44
* Move the dependency of makefiles on revision header [ci skip]Nobuyoshi Nakada2023-01-142-1/+4
* [ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi2023-01-141-8/+6
* [ruby/irb] Store context in RubyLexStan Lo2023-01-144-44/+48
* [ruby/psych] Remove deleted file from gemspecCharles Oliver Nutter2023-01-141-1/+0
* YJIT: Use SIZEOF_VALUE_I32 instead of `... as i32`Alan Wu2023-01-131-24/+24
* YJIT: Factor out VALUE_BITS = (8 * SIZE_OF_VALUE as u8)Alan Wu2023-01-132-21/+12
* Use str_enc_copy_direct to improve performanceMatt Valentine-House2023-01-131-1/+1
* Benchmark String interpolation across size poolsMatt Valentine-House2023-01-131-0/+6
* Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House2023-01-132-13/+25
* [DOC] Add gem lists to NEWS.md automaticallyNobuyoshi Nakada2023-01-131-4/+9
* [DOC] Changed gem list style in NEWS.mdNobuyoshi Nakada2023-01-132-15/+16
* [DOC] Extract tool/update-NEWS-gemlist.rbNobuyoshi Nakada2023-01-133-53/+36
* [ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh2023-01-132-0/+79
* Skip time-related assertions on /dev/nullNobuyoshi Nakada2023-01-131-3/+6
* fix `unused variables` warningKoichi Sasada2023-01-131-3/+4
* Return 0 if there is no CFP on the EC yetAaron Patterson2023-01-121-0/+9
* [DOC] Fix markup [ci skip]Kazuhiro NISHIYAMA2023-01-131-1/+1
* Do not use VM stack for splat arg on cfuncKoichi Sasada2023-01-133-12/+200
* Fix write barrier order for `klass` to `cme` edgeAlan Wu2023-01-123-8/+8
* YJIT: Do not refer to an undefined constant (#7112)Takashi Kokubun2023-01-121-6/+3
* Enable `clippy` checks for yjit in CI (#7093)Ian Ker-Seymer2023-01-127-29/+39
* Add str_enc_copy_directPeter Zhu2023-01-121-5/+19
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-122-4/+17
* Update bundled gems list at b7598b535e49d316110aa96542a746 [ci skip]git2023-01-121-0/+1
* Bump up typeprof-0.21.4Hiroshi SHIBATA2023-01-121-1/+1
* Try to use https://github.com/ruby/rbs/pull/1207Hiroshi SHIBATA2023-01-121-1/+1
* [ruby/irb] Remove redundant argument defaults from some RubyLexStan Lo2023-01-121-8/+8
* [ruby/reline] Update to Unicode 15.0.0elfham2023-01-121-56/+88
* Assert possible hash functions in RHASH_ST_TABLE (#7107)Takashi Kokubun2023-01-111-0/+4
* [ruby/mutex_m] Avoid anonymous evalJean Boussier2023-01-122-7/+26
* [ruby/mutex_m] Drop to support Ruby 2.4Hiroshi SHIBATA2023-01-121-0/+1
* Suppressing installation messages with test-bundlerHiroshi SHIBATA2023-01-121-1/+1