summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-03Support cc_added_args againTakashi Kokubun
2020-05-03Skip pdb corruption on Visual Studio 2015 as wellTakashi Kokubun
2020-05-03Skip only .dSYM cleanup on macOSTakashi Kokubun
2020-05-03Optimize sin/cosNobuyoshi Nakada
2020-05-03Show unreserved bits onlyNobuyoshi Nakada
2020-05-02Avoid infinite times of JIT compactionTakashi Kokubun
2020-05-03spec/ruby/core/process/clock_getres_spec.rb: lax the resolution limitYusuke Endoh
2020-05-03* 2020-05-03 [ci skip]git
2020-05-03Disable -Wswitch warning when VM_CHECK_MODENobuyoshi Nakada
2020-05-03DO NOT CORRUPT TYPE FLAGSNobuyoshi Nakada
2020-05-03Fixed missing `should`Nobuyoshi Nakada
2020-05-02Rename arguments for ObjectSpace::WeakMap#[]= for clarityBenoit Daloze
2020-05-02append newline at EOF [ci skip]Nobuyoshi Nakada
2020-05-02Command failed to run just failsNobuyoshi Nakada
2020-05-02Fix ObjectSpace::WeakMap#key? to work if the value is nilBenoit Daloze
2020-05-02Update to ruby/spec@d394dfdBenoit Daloze
2020-05-02Update to ruby/mspec@ee29a34Benoit Daloze
2020-05-02internal/process.h: forgot to guard "#ifdef HAVE_WORKING_FORK"Yusuke Endoh
2020-05-02internal/process.h: add a no-warning simple wrapper for fork(2)Yusuke Endoh
2020-05-02* 2020-05-02 [ci skip]git
2020-05-01Skip Solaris RubyCI TestJIT for nowTakashi Kokubun
2020-05-01Fixed a message and version guard then moved to the existing blockNobuyoshi Nakada
2020-05-01Get rid of -Wgnu-folding-constant errorsNobuyoshi Nakada
2020-05-01Skip MinGW TestJIT* and macOS TestJITDebug failuresTakashi Kokubun
2020-05-01Stop generating MJIT_PCH include guardTakashi Kokubun
2020-05-01Get rid of -Wgnu-zero-variadic-macro-arguments errorsNobuyoshi Nakada
2020-05-01Fix MJIT compiler warnings in clangTakashi Kokubun
2020-05-01Fix a wrong argument of vm_exec on JIT cancelTakashi Kokubun
2020-05-01c_file_access_mode should be defined for WindowsTakashi Kokubun
2020-05-01Deduplicate functions in compacted JIT codeTakashi Kokubun
2020-05-01Fix a typoTakashi Kokubun
2020-05-01Fix matrix spec for 7d360efe92d2db11a4e51820ed2f52de36b3257fTakashi Kokubun
2020-05-01Make sure unit->id is inheritedTakashi Kokubun
2020-05-01[ruby/matrix] v0.3.0Marc-Andre Lafortune
2020-05-01[ruby/matrix] Add Matrix#adjoint [#14]Marc-Andre Lafortune
2020-05-01[ruby/matrix] Optimize Matrix#*Marc-Andre Lafortune
2020-05-01[ruby/matrix] Fix Matrix#orthogonal?Marc-Andre Lafortune
2020-05-01[ruby/matrix] Fix Matrix#unitary? [#14]Marc-Andre Lafortune
2020-05-01[ruby-matrix] Update docs (nicer rendering, undocumented method)zverok
2020-04-30Include unit id in a function name of an inlined methodTakashi Kokubun
2020-04-30Switch test_unload_units_and_compaction on mswinTakashi Kokubun
2020-04-30Do not stop the world during JIT compactionTakashi Kokubun
2020-05-01[pty] do not check openpty twice if found in util libraryNobuyoshi Nakada
2020-05-01* 2020-05-01 [ci skip]git
2020-04-30Remove deprecated rb_require_safeJeremy Evans
2020-04-30[ruby/irb] Restore the default encodingsNobuyoshi Nakada
2020-04-30[ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada
2020-04-30* 2020-04-30 [ci skip]git
2020-04-30[ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada
2020-04-29[ruby/irb] Suppress "method redefined" warningaycabta