summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-12cont.c: Replace "iff" with "if and only if"nagachika
2021-06-11* 2021-06-11 [ci skip]git
2021-06-10Crash more nicely when the VM isn't fully set upAaron Patterson
2021-06-10Finish GC before calling gc_set_initial_pagesPeter Zhu
2021-06-10Add missing dependenciesTakashi Kokubun
2021-06-10Cast jit_func for WindowsTakashi Kokubun
2021-06-10Avoid enqueueing the same ISeq twiceTakashi Kokubun
2021-06-10Freeze command line scriptNobuyoshi Nakada
2021-06-09Refactor gc_marks_start_heap to only configure heapPeter Zhu
2021-06-10* 2021-06-10 [ci skip]git
2021-06-09Enable Travis on the specific branches or forked repositories.Jun Aruga
2021-06-09Pack iseq_inline_constant_cache_entryNobuyoshi Nakada
2021-06-09[Win32] fixed PACKED_STRUCT_UNALIGNED on x86Nobuyoshi Nakada
2021-06-09POSIX timer cannot be shared in forked process [Bug #17941]Nobuyoshi Nakada
2021-06-08Add multi-heap support to gc_marks_wb_unprotected_objectsPeter Zhu
2021-06-09* 2021-06-09 [ci skip]git
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-08[ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh
2021-06-08* 2021-06-08 [ci skip]git
2021-06-07Don't create objects during GCAaron Patterson
2021-06-07[DOC] fix metacharacter markups [ci skip]Nobuyoshi Nakada
2021-06-07timev.rb: moved class rdoc from time.cNobuyoshi Nakada
2021-06-07dir.rb: moved class rdoc from dir.cNobuyoshi Nakada
2021-06-07Do not use YAML module in tests of PsychHiroshi SHIBATA
2021-06-07Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-06-07[ruby/psych] Bump version to 4.0.1Hiroshi SHIBATA
2021-06-07[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
2021-06-07[ruby/psych] Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh
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