| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
https://github.com/ruby/io-nonblock/commit/3850a4c7ac
|
|
|
|
| |
https://github.com/ruby/io-nonblock/commit/22f08574df
|
|
|
|
| |
https://github.com/flori/json/commit/5de358f655
|
|
|
|
|
|
|
|
|
|
| |
When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to
pass through a null pointer to `rb_enc_interned_str` resulting
in a segfault
Fixes #495
https://github.com/flori/json/commit/b59368a8c2
|
|
|
|
|
|
| |
https://github.com/flori/json/commit/75ada77b96
Co-authored-by: Bruno Gomes da Silva <brunojabs@gmail.com>
|
|
|
|
| |
https://github.com/ruby/psych/commit/c3b5183f42
|
|
|
|
|
|
| |
3.1 gem install
https://github.com/ruby/psych/commit/2fa5e190b5
|
|
|
|
| |
https://github.com/ruby/psych/commit/8533be8fe7
|
|
|
|
| |
https://github.com/ruby/io-wait/commit/f59d1d12e0
|
|
|
|
| |
https://github.com/ruby/stringio/commit/64f225bf00
|
|
|
|
| |
https://github.com/ruby/stringio/commit/b79152d08f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In December 2021, we opened an [issue] to solicit feedback regarding the
porting of the YJIT codebase from C99 to Rust. There were some
reservations, but this project was given the go ahead by Ruby core
developers and Matz. Since then, we have successfully completed the port
of YJIT to Rust.
The new Rust version of YJIT has reached parity with the C version, in
that it passes all the CRuby tests, is able to run all of the YJIT
benchmarks, and performs similarly to the C version (because it works
the same way and largely generates the same machine code). We've even
incorporated some design improvements, such as a more fine-grained
constant invalidation mechanism which we expect will make a big
difference in Ruby on Rails applications.
Because we want to be careful, YJIT is guarded behind a configure
option:
```shell
./configure --enable-yjit # Build YJIT in release mode
./configure --enable-yjit=dev # Build YJIT in dev/debug mode
```
By default, YJIT does not get compiled and cargo/rustc is not required.
If YJIT is built in dev mode, then `cargo` is used to fetch development
dependencies, but when building in release, `cargo` is not required,
only `rustc`. At the moment YJIT requires Rust 1.60.0 or newer.
The YJIT command-line options remain mostly unchanged, and more details
about the build process are documented in `doc/yjit/yjit.md`.
The CI tests have been updated and do not take any more resources than
before.
The development history of the Rust port is available at the following
commit for interested parties:
https://github.com/Shopify/ruby/commit/1fd9573d8b4b65219f1c2407f30a0a60e537f8be
Our hope is that Rust YJIT will be compiled and included as a part of
system packages and compiled binaries of the Ruby 3.2 release. We do not
anticipate any major problems as Rust is well supported on every
platform which YJIT supports, but to make sure that this process works
smoothly, we would like to reach out to those who take care of building
systems packages before the 3.2 release is shipped and resolve any
issues that may come up.
[issue]: https://bugs.ruby-lang.org/issues/18481
Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com>
Co-authored-by: Noah Gibbs <the.codefolio.guy@gmail.com>
Co-authored-by: Kevin Newton <kddnewton@gmail.com>
|
| |
|
| |
|
|
|
|
| |
https://github.com/ruby/pathname/commit/268cb5acff
|
|
|
|
|
|
| |
rdoc parses f[i] as a link, which results in a broken link.
https://github.com/ruby/bigdecimal/commit/a18522e9ca
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/70146fb6ad
|
| |
|
| |
|
|
|
|
| |
https://github.com/ruby/stringio/commit/14ec9bc193
|
|
|
|
|
|
|
| |
rdoc parses "Z[0-3]" as a link to "0-3", this commit escapes these so
that they don't become links.
https://github.com/ruby/nkf/commit/269c10061b
|
|
|
|
|
| |
Passing the optional env hash to PTY.spawn has been supported for years, but it's never documented.
More info: https://bugs.ruby-lang.org/issues/12312
|
|
|
|
| |
https://github.com/ruby/psych/commit/e28f17ac18
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
People trying to build CRuby by following the instructions in its
[README] have been running into [errors] due to missing `libyaml`
on their system. Let's try to present a better error message when
it happens.
[README]: https://github.com/ruby/ruby/tree/fb5aa31e2d20ea8e1425432672f4de4c8ca2c26b#how-to-compile-and-install
[errors]: https://github.com/ruby/psych/issues/552
https://github.com/ruby/psych/commit/20a633028e
|
|
|
|
|
|
|
|
| |
It is needed for cross-compiling to set properly. Just
`--target`/`--host`/`--build` seems insufficient on some
platforms.
https://github.com/ruby/psych/commit/2d00c0c203
|
|
|
|
| |
https://github.com/ruby/zlib/commit/1ce6625fff
|
|
|
|
| |
https://github.com/ruby/zlib/commit/e1ead85113
|
|
|
|
|
|
| |
Upper bits affect the result of `crc32` in zlib 1.2.12.
https://github.com/ruby/zlib/commit/9ab6d04af1
|
|
|
|
| |
https://github.com/ruby/psych/commit/c2e3c8579c
|
|
|
|
|
|
|
| |
On some platforms, PIC and non-PIC code are incompatible and the
latter cannot be used for shared objects.
https://github.com/ruby/psych/commit/5652e32733
|
|
|
|
| |
https://github.com/ruby/psych/commit/a4ffa06646
|
|
|
|
| |
https://github.com/ruby/psych/commit/0e37e19707
|
|
|
|
| |
https://github.com/ruby/psych/commit/54a9ba9d10
|
|
|
|
| |
https://github.com/ruby/psych/commit/f78e1dba89
|
|
|
|
| |
https://github.com/ruby/psych/commit/c386ecb0c24eeb9693cc4ad3b1f263b2622c4f1e
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WHen libyaml is not installed, make fails with the following cryptic
message:
```
gmake[2]: Entering directory '/home/chkbuild/chkbuild-crossruby/tmp/build/20220325T045825Z/ruby/ext/psych'
gmake[2]: *** No rule to make target 'yaml/yaml.h', needed by 'psych.o'. Stop.
gmake[2]: Leaving directory '/home/chkbuild/chkbuild-crossruby/tmp/build/20220325T045825Z/ruby/ext/psych'
```
I think it should give up building psych with a clear message.
|
|
|
|
|
|
| |
https://github.com/ruby/psych/commit/a876de5a82
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
|
|
|
|
| |
https://github.com/ruby/readline-ext/commit/324d324427
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- `www.ruby-lang.org` links to `./www.ruby-lang.org`
- `cgi['field_name']` links to `./'field_name'`
|
| |
|
|
|
|
|
|
| |
See https://bugs.llvm.org/show_bug.cgi?id=50236
https://github.com/ruby/win32ole/commit/019ec2b3cb
|