aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irb.rb: show source around binding.irb on startk0kubun2017-11-244-1/+105
* parse.y: Fix a location of serial NODE_AND/NODE_ORyui-knk2017-11-231-0/+1
* .travis.yml: revert "workaround to resolve ::1"k0kubun2017-11-231-1/+1
* thread.c: Update documentsyui-knk2017-11-231-6/+6
* io.c: read BOM only for readingnobu2017-11-232-0/+17
* ripper.y: fix word list eventsnobu2017-11-232-33/+64
* debug.c: include RIMemo in ruby_dummy_gdb_enumsnobu2017-11-231-2/+5
* lib/set.rb: [DOC] remove empty commentsstomar2017-11-221-4/+4
* * 2017-11-23svn2017-11-221-1/+1
* set.rb: improve docs for Setstomar2017-11-221-33/+28
* * 2017-11-22svn2017-11-221-1/+1
* parse.y: Fix the locations of NODE_BLOCK_PASSyui-knk2017-11-221-0/+2
* Fix a typokazu2017-11-211-1/+1
* Use `const void*` instead of `const char*`kazu2017-11-211-1/+1
* vm_args.c: ec arg of args_setup_kw_parametersnobu2017-11-211-7/+8
* Skip comment linesusa2017-11-211-0/+1
* fix test_erb.rb [GH-1763]nobu2017-11-211-0/+2
* check invariant.ko12017-11-211-0/+3
* test/ruby/bug-13526.rb: should wait until all threads are stoppederegon2017-11-211-1/+1
* parse.y: Fix the locations of NODE in percent stringsyui-knk2017-11-211-0/+1
* parse.y: Fix the last location of NODE_STR in %wyui-knk2017-11-201-1/+1
* parse.y: Set the last location of NODE_ARRAY in %wyui-knk2017-11-201-1/+1
* parse.y: Fix the last location of NODE_LIT in %iyui-knk2017-11-201-1/+1
* * 2017-11-21svn2017-11-201-1/+1
* parse.y: Set the last location of NODE_ARRAY in %iyui-knk2017-11-201-1/+1
* [DOC] Fix example result [ci skip]kazu2017-11-201-1/+1
* parse.y: Fix the locations of NODE_FCALLyui-knk2017-11-201-0/+9
* File.mkfifo releases GVLnormal2017-11-201-3/+18
* lib/matrix: Add hadamard_product/entrywise_product.marcandre2017-11-202-0/+25
* lib/matrix: Add Matrix{.|#}combinemarcandre2017-11-202-0/+46
* lib/matrix: accept vectors in {h|v}stackmarcandre2017-11-202-5/+9
* lib/matrix: Add explicit coercion #to_matrixmarcandre2017-11-203-0/+26
* win32.c: vm_exit_handlernobu2017-11-203-24/+35
* Update the last location of NODE_BLOCKyui-knk2017-11-191-0/+2
* test/ruby/bug-13526.rb: Fix to actually refer to an existing fileeregon2017-11-191-2/+4
* * properties.svn2017-11-190-0/+0
* * append newline at EOF.svn2017-11-191-0/+1
* Add specs for concurrent Module#autoloaderegon2017-11-192-0/+50
* * 2017-11-20svn2017-11-191-1/+1
* Reorganize Module#autoload to have similar specs next to each othereregon2017-11-191-20/+16
* gc.c: moved ENABLE_VM_OBJSPACE from vm_core.hnobu2017-11-192-13/+13
* file.c (rb_file_s_mkfifo): use mode_t instead of intnormal2017-11-191-2/+2
* file.c: fix 64-bit conversion warnings from r60844normal2017-11-191-2/+3
* File.readlink and rb_readlink releases GVLnormal2017-11-191-1/+28
* file: File#truncate and File.truncate release GVLnormal2017-11-181-40/+71
* addr2line.c: fix r60841 for glibc before 2.22normal2017-11-181-0/+4
* * 2017-11-19svn2017-11-181-1/+1
* explictly skip compressed debug linenaruse2017-11-181-2/+8
* parse.y: Fix the locations of NODE_ITERyui-knk2017-11-181-0/+5
* call only with ISEQ_TRACE_EVENTS.ko12017-11-181-1/+1