summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre
2018-02-06lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]marcandre
2018-02-06common.mk: can't rescue NotImplementedError by defaultnobu
2018-02-06share ruby_null_devicenobu
2018-02-06mjit mswin support (WIP)usa
2018-02-06mjit.c: make null device portablek0kubun
2018-02-06mjit.c: prefix "_ruby" to precompiled header took0kubun
2018-02-06ruby.c: add MJIT_FORCE_ENABLE macrok0kubun
2018-02-06common.mk: clean mjit headers by clean-localnobu
2018-02-06mjit.c: try installed header onlynobu
2018-02-06moved MJIT_CPPFLAGSnobu
2018-02-06common.mk: link or copy MJIT_MIN_HEADER under includenobu
2018-02-06* 2018-02-07svn
2018-02-06mjit.c: handle fopen errork0kubun
2018-02-06transform_mjit_header.rb: resurrect `exit false`k0kubun
2018-02-06common.mk: MJIT_CPPFLAGSnobu
2018-02-06mjit_compile.c: fix inconsistent indentationk0kubun
2018-02-06mjit_compile.c: share the definition of macrosk0kubun
2018-02-06Fix wrong commentkazu
2018-02-06transform_mjit_header.rb: add output for debugk0kubun
2018-02-06mjit.c: suppress unused-value warningnobu
2018-02-06Remove unused capturekazu
2018-02-06mjit.c: fixed missing variablenobu
2018-02-06mjit.c: build dir prefixnobu
2018-02-06configure.ac: removed unnecessary pushdef/popdefnobu
2018-02-06test_gem_util.rb: fix broken testnobu
2018-02-06mjit headers for universal binarynobu
2018-02-06Merge RubyGems-2.7.5 from upstream.hsbt
2018-02-06deal with aclocal(1)shyouhei
2018-02-06thread_pthread.c: cast inside rb_thread_create_mjit_threadnobu
2018-02-06mjit.c: use ruby_strdup as get_stringnobu
2018-02-06common.mk: ARCH_FLAG to mjit headersnobu
2018-02-05mjit.c: fix MinGW warning by r62221k0kubun
2018-02-05mjit.c: determine prefix of MJIT header at runtimek0kubun
2018-02-05vm_insnhelper.c: prefix rb_ to simple_iseq_pk0kubun
2018-02-05* 2018-02-06svn
2018-02-05transform_mjit_header.rb: restrict transformationk0kubun
2018-02-05transform_mjit_header.rb: same command after errornobu
2018-02-05tool/downloader.rb: retry SocketErrork0kubun
2018-02-05mjit.c: prefer using --jit-cc=clang if __clang__k0kubun
2018-02-05Fix undefined behaviorkazu
2018-02-05Fix a typo [ci skip]kazu
2018-02-05mjit.c: try changing the order of includesk0kubun
2018-02-05transform_mjit_header.rb: check initial codek0kubun
2018-02-05transform_mjit_header.rb: remove predefined macrosk0kubun
2018-02-05need shell's escape instead of M4's.shyouhei
2018-02-05Makefile.sub: va_copy in old versionnobu
2018-02-05transform_mjit_header.rb: no extra CRsnobu
2018-02-05assigning void* to a function pointer is a POSIXismshyouhei
2018-02-05va_copy is a C99ismshyouhei