summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-08-29Run tests with --yjit-call-threshold=1 on arm64 (https://github.com/Shopify/r...Takashi Kokubun
2022-08-29Fix and re-enable String to_s, << and unary plus (https://github.com/Shopify/...Noah Gibbs
2022-08-29Use shorter syntax for the same pattern (https://github.com/Shopify/ruby/pull...Alan Wu
2022-08-29Better variable name, no must_use on ccall (https://github.com/Shopify/ruby/p...Kevin Newton
2022-08-29Run test-all with RUBY_YJIT_ENABLE=1 on CI (https://github.com/Shopify/ruby/p...Takashi Kokubun
2022-08-29Instruction enum (https://github.com/Shopify/ruby/pull/423)Kevin Newton
2022-08-29A64 Linux reports aarach64 in RUBY_PLATFORMAlan Wu
2022-08-29More work toward instruction enum (https://github.com/Shopify/ruby/pull/421)Kevin Newton
2022-08-29Use VALUE for callinfos that are on the heap (https://github.com/Shopify/ruby...Alan Wu
2022-08-29Avoid marking op_type on gen_defined (https://github.com/Shopify/ruby/pull/419)Takashi Kokubun
2022-08-29Use VALUE for block_iseq (https://github.com/Shopify/ruby/pull/417)Takashi Kokubun
2022-08-29Fix a bus error on regenerate_branch (https://github.com/Shopify/ruby/pull/408)Takashi Kokubun