summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Handle spaces in build dir path using find(1) `-exec`Alan Wu2022-04-281-9/+3
* Don't set LDFLAGS by defaultAaron Patterson2022-04-281-7/+0
* YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)Maxime Chevalier-Boisvert2022-04-282-29/+22
* * 2022-04-29 [ci skip]git2022-04-291-1/+1
* Add missing write barriers to Array#replaceAlan Wu2022-04-282-2/+12
* Skip test for cargo builderHiroshi SHIBATA2022-04-281-0/+1
* Move testing_ruby_repo into test helperHiroshi SHIBATA2022-04-282-4/+8
* Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA2022-04-2831-487/+611
* [rubygems/rubygems] Original env is already set by common test setupDavid Rodríguez2022-04-281-3/+1
* [rubygems/rubygems] Fix test errors when `cargo` not presentDavid Rodríguez2022-04-281-2/+2
* Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA2022-04-2840-76/+72
* [rubygems/rubygems] All supported rubies have `File.realpath`David Rodríguez2022-04-281-1/+1
* [rubygems/rubygems] Add missing `open3` requiresDavid Rodríguez2022-04-283-0/+4
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-04-2819-12/+1372
* Fix typos [ci skip]Kazuhiro NISHIYAMA2022-04-281-5/+5
* [rubygems/rubygems] Fix missing required rubygems version when using old APIsDavid Rodríguez2022-04-282-1/+45
* Try to fix error on SolarisKazuhiro NISHIYAMA2022-04-281-1/+1
* Work around shell syntax error on SolarisAlan Wu2022-04-271-3/+9
* Update default gems list at cd2613b6a43bac87574dac17b8b9b8 [ci skip]git2022-04-271-0/+1
* [ruby/net-http] Bump version to 0.2.1.pre1Charles Oliver Nutter2022-04-281-1/+1
* Update yjit.mdMaxime Chevalier-Boisvert2022-04-271-1/+1
* * 2022-04-28 [ci skip]git2022-04-281-1/+1
* YJIT: Remove unnecessary `extern crate` declarationAlan Wu2022-04-271-1/+0
* YJIT: Make add_comment() more conciseAlan Wu2022-04-271-9/+3
* Rust YJITAlan Wu2022-04-2755-11529/+16145
* [DOC] Enhanced RDoc for Kernel (#5847)Burdette Lamar2022-04-271-30/+61
* [DOC] Change URLs from git.ioKazuhiro NISHIYAMA2022-04-272-3/+4
* Enhanced RDoc for File (#5849)Burdette Lamar2022-04-261-35/+67
* Faster rb_class_superclassJohn Hawthorn2022-04-261-7/+6
* * 2022-04-27 [ci skip]git2022-04-271-1/+1
* Use compiled instead of compliedKaíque Kandy Koga2022-04-261-2/+2
* Expose `rb_hash_new_capa(long)`Jean Boussier2022-04-262-0/+17
* [DOC] Enhanced RDoc for Kernel (#5846)Burdette Lamar2022-04-251-26/+37
* Document beginless, endless ranges in Range class documentationJeremy Evans2022-04-251-1/+10
* Simplify example code for Enumerable#each_with_objectColin Hart2022-04-251-2/+4
* Fix strict aliasing issue with call to rb_id_table_lookup()Alan Wu2022-04-251-2/+3
* [CI] Use -O2 on LTO builds as intendedAlan Wu2022-04-251-5/+5
* [DOC] Move :nodoc: so rdoc finds `RbConfig.ruby`Alan Wu2022-04-251-2/+1
* io.nonblock returns the block's value [ci skip]Kazuhiro NISHIYAMA2022-04-261-2/+2
* * 2022-04-26 [ci skip]git2022-04-261-1/+1
* [DOC] Enhanced RDoc for Math module (#5837)Burdette Lamar2022-04-252-242/+457
* [DOC] mention assignment expression valuesNobuyoshi Nakada2022-04-251-0/+6
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-25277-7355/+3575
* Update to ruby/mspec@215497eBenoit Daloze2022-04-254-13/+48
* Fix ARGF#lineno to return Integer as documentedJean Boussier2022-04-251-1/+1
* [ruby/rdoc] Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-04-251-1/+1
* More details for Rational literals (#5840)Burdette Lamar2022-04-241-7/+28
* * 2022-04-25 [ci skip]git2022-04-251-1/+1
* Reuse `rb_proc_arity`S.H2022-04-241-7/+2
* * 2022-04-24 [ci skip]git2022-04-241-1/+1