aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi2022-07-202-25/+38
* Fix free objects count conditionNobuyoshi Nakada2022-07-201-2/+3
* Mark ruby scripts in YAML [ci skip]Nobuyoshi Nakada2022-07-202-0/+3
* [rubygems/rubygems] Fix casing typo when resetting `RbConfig::CONFIG["ENABLE_...David Rodríguez2022-07-201-2/+2
* * 2022-07-20 [ci skip]git2022-07-201-1/+1
* [Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada2022-07-203-6/+18
* [rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi2022-07-192-5/+5
* str_buf_cat: preserve coderange when going through fastpathJean Boussier2022-07-191-6/+14
* rb_str_buf_append: fastpath to str_buf_catJean Boussier2022-07-192-5/+42
* [ruby/fileutils] Add an octal prefix to clarify to be octalNobuyoshi Nakada2022-07-191-12/+12
* Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier2022-07-198-26/+28
* Separate TS_IVC and TS_ICVARC in is_entries buffersJemma Issroff2022-07-184-14/+54
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-07-192-5/+5
* Extract vm_ic_entry API to mimic vm_cc behaviorJemma Issroff2022-07-184-21/+39
* * 2022-07-19 [ci skip]git2022-07-191-1/+1
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-07-192-5/+5
* Remove unused variable in array.cPeter Zhu2022-07-181-12/+11
* [rubygems/rubygems] Move fileutils require to be even more lazyDavid Rodríguez2022-07-181-2/+3
* [ruby/rdoc] Fix call-seq for aliased method with similar namesPeter Zhu2022-07-182-2/+16
* [rubygems/rubygems] Fix upgrading RubyGems with a customized `Gem.default_dir`David Rodríguez2022-07-182-19/+27
* [rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez2022-07-182-3/+7
* * 2022-07-18 [ci skip]git2022-07-181-1/+1
* [Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada2022-07-182-0/+16
* `Gem.unpack` extracts gems so able to executeNobuyoshi Nakada2022-07-173-17/+22
* [rubygems/rubygems] Stop using `/dev/null` for silent ui for WASI platformYuta Saito2022-07-172-9/+29
* [rubygems/rubygems] bundler: fix typo in inline RuboCop configTakuya Noguchi2022-07-171-1/+1
* [rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez2022-07-172-5/+39
* [rubygems/rubygems] Unify some common codeDavid Rodríguez2022-07-171-2/+6
* [rubygems/rubygems] Don't call `#build_extensions` at all if there are no ext...David Rodríguez2022-07-171-6/+4
* Create build-only gemspec files only if having an extensionNobuyoshi Nakada2022-07-171-2/+2
* Fix tests for ABI incompatible binary error messagsNobuyoshi Nakada2022-07-171-2/+4
* * 2022-07-17 [ci skip]git2022-07-171-1/+1
* Show ABI incompatible binary pathNobuyoshi Nakada2022-07-171-1/+1
* [rubygems/rubygems] Drop support for old `Gem::Specification` versionsNobuyoshi Nakada2022-07-162-41/+10
* Fix conversion from absolute path to relative pathNobuyoshi Nakada2022-07-161-10/+15
* Avoid to symlink under symlinkNobuyoshi Nakada2022-07-162-8/+15
* Disable parallel built in test-bundled-gemsNobuyoshi Nakada2022-07-162-1/+3
* test-bundled-gems.rb needs `+` with GNU makeNobuyoshi Nakada2022-07-161-1/+1
* Move copying/linking extra files to Makefile so removed by `clean`Nobuyoshi Nakada2022-07-162-33/+161
* Add benchmarks for setting / getting ivars on genericsJemma Issroff2022-07-152-0/+31
* YJIT: Add send unit tests (#6143)Noah Gibbs2022-07-151-1/+167
* * 2022-07-16 [ci skip]git2022-07-161-1/+1
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-164-57/+131
* [DOC] Fix documentation for ARGF#readlinesPeter Zhu2022-07-151-4/+4
* Fixes ivar benchmarks to not depend on object allocationJemma Issroff2022-07-153-7/+14
* Implement Objects on VWAPeter Zhu2022-07-1514-74/+216
* [rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi2022-07-152-4/+4
* [rubygems/rubygems] Fix wrong information about default RubyGems sourceTakuya Noguchi2022-07-151-2/+2
* MJIT: Share rb_mjit_unit through mjit_unit.hTakashi Kokubun2022-07-144-33/+34
* Ensure symlinks to bundled gem with exts have parent dirYuta Saito2022-07-151-0/+1