summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-07Get rid of updating Unicode filesNobuyoshi Nakada
2021-06-07Skip make update-unicode for BASERUBY CIYusuke Endoh
2021-06-07* 2021-06-07 [ci skip]git
2021-06-07Fix TypoUtkarsh Mathur
2021-06-06ast.rb: reduce nestingNobuyoshi Nakada
2021-06-06* 2021-06-06 [ci skip]git
2021-06-06prelude.c.tmpl: strip comment-only or empty lines at the beginningNobuyoshi Nakada
2021-06-04Improve perfomance for Integer#size method [Feature #17135] (#3476)S.H
2021-06-05* 2021-06-05 [ci skip]git
2021-06-05Update bundled_gemsKazuhiro NISHIYAMA
2021-06-04lldb_cruby.py: push non-flonum float to history [ci skip]Nobuyoshi Nakada
2021-06-04lldb_cruby.py: fix non-flonum float inspection [ci skip]Nobuyoshi Nakada
2021-06-04* 2021-06-04 [ci skip]git
2021-06-03Support an arbitrary number of header bits (< BITS_BITLENGTH)Aaron Patterson
2021-06-03Suppress clobbered warnings on Travis-CI ppc64le-linuxNobuyoshi Nakada
2021-06-03Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.Samuel Williams
2021-06-02Do not doubly hold an MJIT lockTakashi Kokubun
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Assertions for duplicate literal hash key warningsNobuyoshi Nakada
2021-06-02Note about 07c05b6fe931337e928a89ac5ebf654862dc0ecaTakashi Kokubun
2021-06-02Fix a race condition around mjit_recompileTakashi Kokubun
2021-06-02Do not expect ec on rb_vm_bugreportTakashi Kokubun
2021-06-03[rubygems/rubygems] Rename test/rubygems/test_{case,utilities}.rb to avoid "t...Yusuke Endoh
2021-06-02Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H
2021-06-02use a bool instead of intAaron Patterson
2021-06-02Allocate exact space for objspace_each_objectsPeter Zhu
2021-06-03* 2021-06-03 [ci skip]git
2021-06-03Fix `_MSC_VER` warningsDaisuke Fujimura (fd0)
2021-06-02Update to ruby/spec@c6e9285Benoit Daloze
2021-06-02Update to ruby/spec@a0b7d0dBenoit Daloze
2021-06-02Update to ruby/mspec@0091e8aBenoit Daloze
2021-06-02Skip a `File.atime` test randomly failing on Travis ppc64le.Jun Aruga
2021-06-02Refactor rb_vm_insn_addr2insn callsTakashi Kokubun
2021-06-02Clarify these are just for MJITTakashi Kokubun
2021-06-02Suppress false warning by MSVCNobuyoshi Nakada
2021-06-02[ruby/rdoc] Add a dependency on psych gem 4.0.0 or neweraycabta
2021-06-02[ruby/rdoc] Add an alias for test-unit with older versions of RubyGemsaycabta
2021-06-02* 2021-06-02 [ci skip]git
2021-06-01Use the current object as the compaction indexAaron Patterson
2021-06-01Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada
2021-06-01Expose assert_all? for ruby/csv repoHiroshi SHIBATA
2021-06-01Add static modifier to C function in hash.c (#3138)S.H
2021-06-01Add static modifier to C function in re.c (#3153)S.H
2021-06-01Refactor rb_define_class_variable function (#4400)S.H
2021-06-01Remove unneeded rb_ary_ptr_use_start defination in internal/array.h (#4427)S.H
2021-06-01Remove unneeded rb_str_initialize defination in internal/string.h (#4465)S.H
2021-06-01Refactor rb_class_path_cached function (#4485)S.H
2021-06-01Refactor rb_define_class_variable function (#4492)S.H
2021-06-01Enable VM_ASSERT in --jit CIs (#4543)Takashi Kokubun