summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RJIT: Implement invokeblock with ISeqTakashi Kokubun2023-03-193-10/+68
* Disable `-w` on bundler and bundled gems testsNobuyoshi Nakada2023-03-201-2/+4
* RJIT: Remove an unneeded variableTakashi Kokubun2023-03-191-1/+1
* Enable `-w` option at testNobuyoshi Nakada2023-03-201-1/+1
* Add explanation to rbs_skip_tests (#7525)Soutaro Matsumoto2023-03-202-2/+20
* RJIT: Optimize Kernel#block_given?Takashi Kokubun2023-03-193-1/+46
* RJIT: Optimize Kernel#respond_to?Takashi Kokubun2023-03-195-1/+128
* RJIT: Optimize Array#empty?Takashi Kokubun2023-03-191-1/+20
* RJIT: Optimize String#+@Takashi Kokubun2023-03-193-1/+43
* RJIT: Optimize String#<<Takashi Kokubun2023-03-196-1/+121
* Fix -Wclobbered warning from gcc 12Nobuyoshi Nakada2023-03-191-2/+2
* [Bug #19485] [DOC] Mention tabs in indentation of heredoc identifierNobuyoshi Nakada2023-03-191-0/+6
* RJIT: Drop duplicated obj_is_kind_ofTakashi Kokubun2023-03-191-4/+0
* RJIT: Workaround USE_RVARGC=0 CITakashi Kokubun2023-03-183-6/+3
* RJIT: Optimize String#bytesizeTakashi Kokubun2023-03-186-9/+24
* RJIT: Optimize String#empty?Takashi Kokubun2023-03-183-1/+50
* RJIT: Optimize Kernel#instance_of?Takashi Kokubun2023-03-183-1/+60
* RJIT: Optimize Kernel#is_a?Takashi Kokubun2023-03-184-4/+59
* RJIT: Reorder opt_case_dispatch branchesTakashi Kokubun2023-03-183-6/+66
* RJIT: Upgrade Ubuntu on CITakashi Kokubun2023-03-181-1/+1
* RJIT: Implement setclassvariableTakashi Kokubun2023-03-184-3/+27
* RJIT: Implement internTakashi Kokubun2023-03-183-3/+24
* RJIT: Fix toregexpTakashi Kokubun2023-03-181-2/+2
* RJIT: Implement toregexpTakashi Kokubun2023-03-184-2/+60
* RJIT: Prefix rjit_options with rb_Takashi Kokubun2023-03-186-23/+23
* RJIT: Install libcapstone-dev on CITakashi Kokubun2023-03-182-1/+1
* RJIT: Implement newrangeTakashi Kokubun2023-03-183-3/+28
* RJIT: Implement getglobalTakashi Kokubun2023-03-183-3/+26
* RJIT: Implement checkkeywordTakashi Kokubun2023-03-183-10/+67
* [Bug #19539] Match heredoc identifier from end of lineNobuyoshi Nakada2023-03-192-10/+20
* [ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida2023-03-182-0/+18
* Fix frozen status loss when moving objectsPeter Zhu2023-03-182-1/+29
* RJIT: Implement getspecial insnTakashi Kokubun2023-03-183-3/+98
* RJIT: Implement putspecialobject insnTakashi Kokubun2023-03-173-12/+36
* Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider2023-03-182-4/+23
* RJIT: Implement throw insnTakashi Kokubun2023-03-174-7/+42
* RJIT: Use RJIT_STATS on --enable-rjit=devTakashi Kokubun2023-03-171-2/+2
* RJIT: Support --rjit-stats on release build as wellTakashi Kokubun2023-03-175-20/+9
* YJIT: Simplify using the BITS associated constantAlan Wu2023-03-171-8/+8
* YJIT: make type info more specific in gen_fixnum_cmp and gen_opt_mod (#7555)Maxime Chevalier-Boisvert2023-03-171-3/+3
* YJIT: Delete --yjit-global-constant-state (#7559)Alan Wu2023-03-172-35/+5
* YJIT: Add and use Branch::assert_layout()Alan Wu2023-03-171-0/+14
* YJIT: Rest and block_arg support (#7557)Jimmy Miller2023-03-173-9/+24
* * remove trailing spaces. [ci skip]git2023-03-172-11/+11
* [ci skip] Move rp helper to new LLDB formatMatt Valentine-House2023-03-177-16/+455
* * remove trailing spaces. [ci skip]git2023-03-171-1/+1
* Update Makefile dependenciesMatt Valentine-House2023-03-171-0/+20
* Document the declarative marking apiMatt Valentine-House2023-03-171-0/+56
* Implement declarative references for enumeratorMatt Valentine-House2023-03-171-36/+15
* Implement declarative references for dir_data_typeMatt Valentine-House2023-03-171-9/+6