summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-21Skip comment linesusa
2017-11-21fix test_erb.rb [GH-1763]nobu
2017-11-21check invariant.ko1
2017-11-21test/ruby/bug-13526.rb: should wait until all threads are stoppederegon
2017-11-21parse.y: Fix the locations of NODE in percent stringsyui-knk
2017-11-20parse.y: Fix the last location of NODE_STR in %wyui-knk
2017-11-20parse.y: Set the last location of NODE_ARRAY in %wyui-knk
2017-11-20parse.y: Fix the last location of NODE_LIT in %iyui-knk
2017-11-20* 2017-11-21svn
2017-11-20parse.y: Set the last location of NODE_ARRAY in %iyui-knk
2017-11-20[DOC] Fix example result [ci skip]kazu
2017-11-20parse.y: Fix the locations of NODE_FCALLyui-knk
2017-11-20File.mkfifo releases GVLnormal
2017-11-20lib/matrix: Add hadamard_product/entrywise_product.marcandre
2017-11-20lib/matrix: Add Matrix{.|#}combinemarcandre
2017-11-20lib/matrix: accept vectors in {h|v}stackmarcandre
2017-11-20lib/matrix: Add explicit coercion #to_matrixmarcandre
2017-11-20win32.c: vm_exit_handlernobu
2017-11-19Update the last location of NODE_BLOCKyui-knk
2017-11-19test/ruby/bug-13526.rb: Fix to actually refer to an existing fileeregon
2017-11-19* properties.svn
2017-11-19* append newline at EOF.svn
2017-11-19Add specs for concurrent Module#autoloaderegon
2017-11-19* 2017-11-20svn
2017-11-19Reorganize Module#autoload to have similar specs next to each othereregon
2017-11-19gc.c: moved ENABLE_VM_OBJSPACE from vm_core.hnobu
2017-11-19file.c (rb_file_s_mkfifo): use mode_t instead of intnormal
2017-11-19file.c: fix 64-bit conversion warnings from r60844normal
2017-11-19File.readlink and rb_readlink releases GVLnormal
2017-11-18file: File#truncate and File.truncate release GVLnormal
2017-11-18addr2line.c: fix r60841 for glibc before 2.22normal
2017-11-18* 2017-11-19svn
2017-11-18explictly skip compressed debug linenaruse
2017-11-18parse.y: Fix the locations of NODE_ITERyui-knk
2017-11-18call only with ISEQ_TRACE_EVENTS.ko1
2017-11-18introduce `trace_events' info for iseq.ko1
2017-11-18Cannot call rb_thread_call_with{out,}_gvl before running VMusa
2017-11-18parse.y: Fix the locations of NODE_DVAR and NODE_LVARyui-knk
2017-11-18.gdbinit: fix print_pathobjktsj
2017-11-18.gdbinit: follow up changes in r60726ktsj
2017-11-18parse.y: Use node_assignyui-knk
2017-11-18* ext/win32ole/win32ole.c: use WIN32OLEQueryInterfaceError when failedsuke
2017-11-18dir.c: openat calls release GVL, toonormal
2017-11-18dir: release GVL on opendirnormal
2017-11-18Update the last location of NODE_ARRAYyui-knk
2017-11-17* 2017-11-18svn
2017-11-17Fix typo in `Timeout` doc [ci skip]kazu
2017-11-17parse.y: RUBY_SET_YYLLOC to rb_parser_set_locationnobu
2017-11-17parse.y: RUBY_SET_YYLLOCnobu
2017-11-17Add examples to Set documentation [ci skip]knu