summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-02* 2022-09-02 [ci skip]git
2022-09-01Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun
2022-09-01VCS#revision_header: Make arguments optionalNobuyoshi Nakada
2022-09-01[ruby/did_you_mean] Fixed correction duplicates in VariableNameCheckerImir Kiyamov
2022-09-01Update revision.h in packages using `VCS#revision_header`Nobuyoshi Nakada
2022-09-01Extract `VCS#revision_header`Nobuyoshi Nakada
2022-09-01Prefer `File` class methods to write a stringNobuyoshi Nakada
2022-09-01Ignore test libraries like assert_ractor from did_you_meanHiroshi SHIBATA
2022-09-01[ruby/reline] Support dumb terminalNobuyoshi Nakada
2022-09-01Fix test fail with assert_ractor outside of ruby/ruby repoHiroshi SHIBATA
2022-09-01[rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき
2022-09-01[rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき
2022-09-01[ruby/reline] Remove loose operation in Dialog#render_each_dialogMau Magnaguagno
2022-08-31It was a relative path [ci skip]Takashi Kokubun
2022-08-31Add a document about YJIT's Rust versionTakashi Kokubun
2022-08-31Remove -j optionNobuyoshi Nakada
2022-08-31[DOC] Enhanced RDoc for Time (#6308)Burdette Lamar
2022-09-01* 2022-09-01 [ci skip]git
2022-08-31Better b.cond usage on AArch64 (#6305)Kevin Newton
2022-08-31Move macros from version.h to version.cNobuyoshi Nakada
2022-08-31Let fake.rb allow newlines in expanded stringsNobuyoshi Nakada
2022-08-31[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit charNobuyoshi Nakada
2022-08-31Extract `update_coderange` macroNobuyoshi Nakada
2022-08-31SCRIPTBINDIR is ok if it just exists [ci skip]Nobuyoshi Nakada
2022-08-31Scripts under libexec may not be considered to be placed in binNobuyoshi Nakada
2022-08-31`ruby_init_setproctitle` declaration has moved to internal/missing.hNobuyoshi Nakada
2022-08-31[ruby/net-protocol] Improve BufferedIO performanceJean Boussier
2022-08-30Put a documentation about MJIT [ci skip]Takashi Kokubun
2022-08-31* 2022-08-31 [ci skip]git
2022-08-30Update .cirrus.ymlMaxime Chevalier-Boisvert
2022-08-30Skip linking rb_yjit_icache_invalidate on cargo testTakashi Kokubun
2022-08-30Run cargo test on CirrusTakashi Kokubun
2022-08-30Normalize the YJIT Cirrus workflow a littleTakashi Kokubun
2022-08-30[rubygems/rubygems] Let `Dir.tmpdir` use the standard pathDavid Rodríguez
2022-08-30Undefine `ruby_debug_log` macro before the function definitionNobuyoshi Nakada
2022-08-29Check only symbol flag bits (#6301)Takashi Kokubun
2022-08-29Skip a couple of chroot spec failluresTakashi Kokubun
2022-08-29Update to ruby/spec@b8a8240Benoit Daloze
2022-08-29Update to ruby/mspec@37151a0Benoit Daloze
2022-08-29Fixed width immediates (https://github.com/Shopify/ruby/pull/437)Kevin Newton
2022-08-29A64: Only clear icache when writing out new code (https://github.com/Shopify/...Alan Wu
2022-08-29TBZ and TBNZ for AArch64 (https://github.com/Shopify/ruby/pull/434)Kevin Newton
2022-08-29Stop saying it's temp checks (https://github.com/Shopify/ruby/pull/441)Takashi Kokubun
2022-08-29LDRH and STRH for AArch64 (https://github.com/Shopify/ruby/pull/438)Kevin Newton
2022-08-29Remove ir_ssa.rs as we aren't using it and it's now outdatedMaxime Chevalier-Boisvert
2022-08-29Avoid randomizing the order of test-all on arm64 (https://github.com/Shopify/...Takashi Kokubun
2022-08-29Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun
2022-08-29Update yjit.mdMaxime Chevalier-Boisvert
2022-08-29Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun
2022-08-29Various AArch64 optimizations (https://github.com/Shopify/ruby/pull/433)Kevin Newton