| Age | Commit message (Collapse) | Author |
|
This is for implementing the `duphash` instruction
Notes:
Merged: https://github.com/ruby/ruby/pull/7969
|
|
|
|
Add yarp to common.mk and windows builds to enable us to run yarp
correctly with CI.
Notes:
Merged: https://github.com/ruby/ruby/pull/7964
|
|
The default gems sync script now includes YARP, found in the
ruby/yarp repo. This script primarily syncs over the src, test, lib
directories. It also migrates all encoding files to be prefixed
with `yp_` in order to deconflict from existing encoding files.
Notes:
Merged: https://github.com/ruby/ruby/pull/7964
|
|
Pick from https://github.com/rubygems/rubygems/commit/880dd95996c93adc1e032399816931b243c5fe17
Notes:
Merged: https://github.com/ruby/ruby/pull/7961
|
|
Pick from https://github.com/rubygems/rubygems/commit/7a7b234721c375874b7e22b1c5b14925b943f04e
|
|
|
|
Separate the directly from the customized test-unit, since it may not
work with bundled gems.
Notes:
Merged: https://github.com/ruby/ruby/pull/7941
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7939
|
|
Introduce Universal Parser mode for the parser.
This commit includes these changes:
* Introduce `UNIVERSAL_PARSER` macro. All of CRuby related functions
are passed via `struct rb_parser_config_struct` when this macro is enabled.
* Add CI task with 'cppflags=-DUNIVERSAL_PARSER' for ubuntu.
Notes:
Merged: https://github.com/ruby/ruby/pull/7927
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7928
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7928
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7877
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7897
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7873
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7831
|
|
Notes:
Merged-By: yui-knk <spiketeika@gmail.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7807
|
|
https://bugs.ruby-lang.org/issues/19637
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Notes:
Merged: https://github.com/ruby/ruby/pull/7798
Merged-By: yui-knk <spiketeika@gmail.com>
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7781
|
|
We want to notify above situation when release time. So, I move this check into ruby/actions.
Notes:
Merged: https://github.com/ruby/ruby/pull/7781
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7780
|
|
|
|
Some symbol argument might not be accepted by Process.clock_gettime.
Notes:
Merged: https://github.com/ruby/ruby/pull/7773
|
|
Get rid of accidents like 966f0d91e2a86fa1347cdafbe1af47e7350aa4ca.
|
|
Split into title and body, like as the pull-request.
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7769
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7769
|
|
- 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
|
|
The -b flag is available since 2.28, but Ubuntu 20.04 uses 2.25.
Notes:
Merged: https://github.com/ruby/ruby/pull/7770
|
|
Notes:
Merged-By: soutaro <matsumoto@soutaro.com>
|
|
When newer version released rather than gems/bundled_gems defined,
`spec.version == Gem::Version.new(v)` always abort like:
```
Unexpected versions between bundled_gems:3.0.4 and gemspec:3.1.0
```
|
|
The temporary directory under the build directory may be too long as a
UNIX socket path. On macOS, the default `TMPDIR` per user is also
very long.
Notes:
Merged: https://github.com/ruby/ruby/pull/7749
|
|
This also adds max / hash support
Notes:
Merged: https://github.com/ruby/ruby/pull/6090
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7677
|
|
This is needed for getblockparamproxy
Notes:
Merged: https://github.com/ruby/ruby/pull/7673
|
|
To prevent influence from other processes.
Notes:
Merged: https://github.com/ruby/ruby/pull/7661
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7661
|
|
Increase the timeout limit when variance at rehearsal is small.
Notes:
Merged: https://github.com/ruby/ruby/pull/7661
|
|
Remove !USE_RVARGC code
[Feature #19579]
The Variable Width Allocation feature was turned on by default in Ruby
3.2. Since then, we haven't received bug reports or backports to the
non-Variable Width Allocation code paths, so we assume that nobody is
using it. We also don't plan on maintaining the non-Variable Width
Allocation code, so we are going to remove it.
Notes:
Merged-By: maximecb <maximecb@ruby-lang.org>
|
|
|
|
|
|
|
|
|
|
Abort if `nm` is not available, since it is needed by configure.ac to
check for prefix of external symbols.
|