| Age | Commit message (Collapse) | Author |
|
Thanks @nobu!
https://github.com/ruby/base64/commit/39e22efa2b
|
|
Improves the method's performance when asked to remove padding.
str.delete!("=") iterates over the entire string looking for the equals
character, but we know that we will, at most, find two at the end of the
string.
https://github.com/ruby/base64/commit/544e0c2cf7
|
|
Runtime assertion for the argument declared as non-null.
This macro does nothing if `RBIMPL_ATTR_NONNULL` is effective,
otherwise asserts that the argument is non-null.
Notes:
Merged: https://github.com/ruby/ruby/pull/4898
Merged-By: nobu <nobu@ruby-lang.org>
|
|
https://github.com/ruby/timeout/commit/1c6bb90aea
|
|
https://github.com/ruby/irb/commit/5af637b3c1
|
|
https://github.com/ruby/irb/commit/123b7e53ee
|
|
https://github.com/ruby/irb/commit/642adbe968
|
|
https://github.com/ruby/irb/commit/973bac83ff
|
|
|
|
https://github.com/ruby/reline/commit/5936071940
|
|
This operation is mentioned and bound to `^U` in both `vi_command.rb`
and `vi_insert.rb`, but there is no definition of it.
Both Vi and Emacs use the same keystroke to do the same behavior, so
I've chosen to use `alias_method` to make the implementation small,
rather than duplicating the method and re-implementing it.
https://github.com/ruby/reline/commit/fdbfc8669f
|
|
|
|
template/verconf.h.tmpl reads rbconfig.rb.
|
|
|
|
|
|
It's possible for `build_const_pathname` to be called when `rb_cString` is
still NULL. There is a fix-up step when `rb_cString` is initialized, but
it only applies to `fstring` instances.
Notes:
Merged: https://github.com/ruby/ruby/pull/4892
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4877
|
|
Treats:
#values_at
#select
#==
#hash
#eql?
#size
#dig
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Treated:
#each
#each_pair
#inspect
#to_a
#to_h
#[]
#[]=
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
|
|
https://github.com/ruby/reline/commit/d740e18cff
|
|
This reverts commit b42fe5937ab2a605a198ffb866db5ccda541568d.
https://github.com/ruby/irb/commit/b22094a16f
|
|
https://github.com/ruby/irb/commit/7a97bb0e56
|
|
|
|
|
|
|
|
Even though it is called "handle" and prefixed with "H", and its
value looks like a handle.
|
|
helper
https://github.com/rubygems/rubygems/commit/798a93a98c
|
|
This reverts commit 6589f7bcc7a63a47cb73f58a290c1e1ac42bba99.
https://github.com/rubygems/rubygems/commit/9d0ce31f08
|
|
Do not change the password of the input parameter source during
anonymization, by using the proper helper instead of changing the
original uri directly.
https://github.com/rubygems/rubygems/commit/eaa2dd8a97
|
|
On MinGW, where both of Win32 API and GCC built-ins are available,
the mismatch of implementations to the definition caused lots of
warnings.
|
|
Make `Module#ancestors` not to include `BasicObject`.
Notes:
Merged: https://github.com/ruby/ruby/pull/4883
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4883
|
|
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Treats #members and ::new.
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4888
Merged-By: XrXr
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4439
|
|
Fixes [Bug #17823]
Notes:
Merged: https://github.com/ruby/ruby/pull/4439
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4439
|
|
|
|
https://github.com/ruby/reline/commit/cbacb4c1cf
|
|
https://github.com/ruby/reline/commit/5f293b5127
|
|
|
|
|
|
This reverts commit b42fe5937ab2a605a198ffb866db5ccda541568d.
|
|
https://github.com/ruby/irb/commit/daa65cded1
|
|
Because the `make` environment variable causes some rubygems tests to fail.
And to align with `.cirrus.yml`.
Notes:
Merged: https://github.com/ruby/ruby/pull/4880
|
|
|
|
|
|
|