summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-20Remove trailing whitespace.samuel
2018-11-20Rename fiber chain benchmark.samuel
2018-11-20Restore native non-coroutine code path.samuel
2018-11-20Formatting changes.samuel
2018-11-20Ensure start function has correct declaration.samuel
2018-11-20Try using compiler for assembling.samuel
2018-11-20Print out what the assembler is doing to figure out why it's not working.samuel
2018-11-20Mark COROUTINE as noreturn.samuel
2018-11-20* remove trailing spaces.svn
2018-11-20Remove `Benchmark` times.samuel
2018-11-20Tidy up comments.samuel
2018-11-20* properties.svn
2018-11-20* expand tabs.svn
2018-11-20Initial effort to support 32-bit Linux.samuel
2018-11-20It cannot be const because it is being passed to destructive operation (destr...samuel
2018-11-20Better benchmark name.samuel
2018-11-20* remove trailing spaces.svn
2018-11-20Fix broken benchmarksamuel
2018-11-20* remove trailing spaces.svn
2018-11-20Fix code climate cognitive complexity issuesamuel
2018-11-20Create output directory when assembling filesamuel
2018-11-20Restore return value assignmentsamuel
2018-11-20* properties.svn
2018-11-20* remove trailing spaces.svn
2018-11-20Rewrite fiber benchmarksamuel
2018-11-20Better support for amd64 platformssamuel
2018-11-20Native implementation of coroutines to improve performance of fiberssamuel
2018-11-20common.mk: BTESTS to direct tests by btestnobu
2018-11-20thread_pthread.c (rb_reserved_fd_p): false-positive on negative FDnormal
2018-11-20run single test [ci skip]nobu
2018-11-20vm_insnhelper.c: fix indent [ci skip]shyouhei
2018-11-20Simply treat IO::WaitReadable just like Errno::EAGAINusa
2018-11-20vm_insnhelper.c: recv -1 + 3 overflowsshyouhei
2018-11-20revert r65822shugo
2018-11-20rdoc querynobu
2018-11-20mjit.c: fix typos [ci skip]kazu
2018-11-20Remove unnecessary spacekazu
2018-11-20* properties.svn
2018-11-20lib/monitor.rb: prevent to initialize MonitorMixin twiceshugo
2018-11-20revert r65820 and retry assert_finishk0kubun
2018-11-20test_thread.rb: skip test_thread.rb broken for Windowsk0kubun
2018-11-20Check -fcf-protectionnobu
2018-11-20thread.c: fix obsoleted comment [ci skip]k0kubun
2018-11-20process.c: do not try to pause MJITk0kubun
2018-11-19test_process.rb: Process.daemon seems irrelevant [ci skip]k0kubun
2018-11-19configure.ac: avoid crashing MJIT with -fcf-protectionk0kubun
2018-11-19revert r65807k0kubun
2018-11-19* 2018-11-20svn
2018-11-19ruby/ruby.h: void rb_scan_args_verifynobu
2018-11-19appveyor.yml: separately execute test_bignumk0kubun