summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test --enable-yjit on aarch64 as well (#6313)Takashi Kokubun2022-09-011-3/+5
* Remove workarounds for slow compilation on Cirrus (#6310)Takashi Kokubun2022-09-011-3/+1
* Allow comparing against 64-bit immediates on x86 (#6314)Kevin Newton2022-09-011-51/+215
* Use getblockparamproxy with branchJohn Hawthorn2022-09-011-0/+6
* * expand tabs. [ci skip]git2022-09-021-5/+5
* Remove rb_iseq_eachJohn Hawthorn2022-09-014-54/+0
* New constant caching insn: opt_getconstant_pathJohn Hawthorn2022-09-0116-450/+482
* Update NEWS.md for YJITTakashi Kokubun2022-09-011-2/+6
* Stop using a callee-saved register for scratch0 on aarch64 (#6312)Takashi Kokubun2022-09-011-1/+2
* * 2022-09-02 [ci skip]git2022-09-021-1/+1
* Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun2022-09-015-8/+37
* VCS#revision_header: Make arguments optionalNobuyoshi Nakada2022-09-013-5/+5
* [ruby/did_you_mean] Fixed correction duplicates in VariableNameCheckerImir Kiyamov2022-09-012-1/+13
* Update revision.h in packages using `VCS#revision_header`Nobuyoshi Nakada2022-09-012-8/+4
* Extract `VCS#revision_header`Nobuyoshi Nakada2022-09-012-22/+29
* Prefer `File` class methods to write a stringNobuyoshi Nakada2022-09-011-13/+10
* Ignore test libraries like assert_ractor from did_you_meanHiroshi SHIBATA2022-09-011-0/+1
* [ruby/reline] Support dumb terminalNobuyoshi Nakada2022-09-012-16/+19
* Fix test fail with assert_ractor outside of ruby/ruby repoHiroshi SHIBATA2022-09-011-1/+1
* [rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき2022-09-011-1/+1
* [rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき2022-09-012-1/+33
* [ruby/reline] Remove loose operation in Dialog#render_each_dialogMau Magnaguagno2022-09-011-1/+0
* It was a relative path [ci skip]Takashi Kokubun2022-08-311-1/+1
* Add a document about YJIT's Rust versionTakashi Kokubun2022-08-311-0/+1
* Remove -j optionNobuyoshi Nakada2022-08-311-7/+7
* [DOC] Enhanced RDoc for Time (#6308)Burdette Lamar2022-08-314-83/+115
* * 2022-09-01 [ci skip]git2022-09-011-2/+2
* Better b.cond usage on AArch64 (#6305)Kevin Newton2022-08-314-75/+100
* Move macros from version.h to version.cNobuyoshi Nakada2022-08-312-31/+26
* Let fake.rb allow newlines in expanded stringsNobuyoshi Nakada2022-08-311-1/+3
* [Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit charNobuyoshi Nakada2022-08-314-12/+37
* Extract `update_coderange` macroNobuyoshi Nakada2022-08-311-16/+14
* SCRIPTBINDIR is ok if it just exists [ci skip]Nobuyoshi Nakada2022-08-311-3/+2
* Scripts under libexec may not be considered to be placed in binNobuyoshi Nakada2022-08-311-1/+1
* `ruby_init_setproctitle` declaration has moved to internal/missing.hNobuyoshi Nakada2022-08-311-0/+1
* [ruby/net-protocol] Improve BufferedIO performanceJean Boussier2022-08-311-18/+64
* Put a documentation about MJIT [ci skip]Takashi Kokubun2022-08-301-0/+16
* * 2022-08-31 [ci skip]git2022-08-311-1/+1
* Update .cirrus.ymlMaxime Chevalier-Boisvert2022-08-301-1/+1
* Skip linking rb_yjit_icache_invalidate on cargo testTakashi Kokubun2022-08-301-0/+1
* Run cargo test on CirrusTakashi Kokubun2022-08-301-0/+1
* Normalize the YJIT Cirrus workflow a littleTakashi Kokubun2022-08-301-2/+1
* [rubygems/rubygems] Let `Dir.tmpdir` use the standard pathDavid Rodríguez2022-08-301-2/+0
* Undefine `ruby_debug_log` macro before the function definitionNobuyoshi Nakada2022-08-301-0/+1
* Check only symbol flag bits (#6301)Takashi Kokubun2022-08-291-1/+2
* Skip a couple of chroot spec failluresTakashi Kokubun2022-08-291-2/+5
* Update to ruby/spec@b8a8240Benoit Daloze2022-08-294-7/+8
* Update to ruby/mspec@37151a0Benoit Daloze2022-08-291-1/+2
* Fixed width immediates (https://github.com/Shopify/ruby/pull/437)Kevin Newton2022-08-2912-48/+110
* A64: Only clear icache when writing out new code (https://github.com/Shopify/...Alan Wu2022-08-294-2/+25