summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-27bootstraptest/test_insns.rb: Fix typok0kubun
2017-05-27rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()normal
2017-05-27test for IO.copy_stream CPU usage (r58534)normal
2017-05-27Revert "common: "test-all" depends on "exts" target"normal
2017-05-27Improve performance of some Time & Rational methodswatson1978
2017-05-27Improve performance of some Time methodswatson1978
2017-05-27.travis.yml: exts is not needed for tests herenobu
2017-05-27common: "test-all" depends on "exts" targetnormal
2017-05-27mspec/commands/mspec.rb: formatter for multi_execnobu
2017-05-27.travis.yml: get number of processors at runtimenobu
2017-05-27erb.rb: Use str_uplus instead of rb_str_dupk0kubun
2017-05-27benchmark: Rename to bm_erb_render.rbk0kubun
2017-05-27apply timeout scaleko1
2017-05-27numeric.c: fix for small numbernobu
2017-05-27dir.c: fix FD leaksnobu
2017-05-26numeric.c: remove duplicate codenobu
2017-05-26* 2017-05-27svn
2017-05-26Improve Array#concat performance if only one argument is givenwatson1978
2017-05-26erb.rb: Tiny improvement of compiling costk0kubun
2017-05-26erb.rb: [DOC] Follow compiled code's changek0kubun
2017-05-26* properties.svn
2017-05-26erb.rb: Generate static string with opt_str_uminusk0kubun
2017-05-26erb.rb: Use script encoding instead of force_encodingk0kubun
2017-05-26remove extra call to OleInitializenobu
2017-05-26attempt to fix rb_alloc_tmp_buffer2 for ALLOCV_Nnormal
2017-05-26dir.c: yield without base partnobu
2017-05-26runruby.rb: no PRELOAD on multiarch [ci skip]nobu
2017-05-26* lib/uri/common.rb: [DOC] add rdoc to describesonots
2017-05-26sprintf.c: remove redundant conditionnobu
2017-05-26string.c: adjust style [ci skip]nobu
2017-05-26Symbol support for opt_eql_func toonobu
2017-05-26Symbol support for opt_eq_func.ko1
2017-05-26compile.c: fix possible use of uninitialized valuerhe
2017-05-25use timeout scale.ko1
2017-05-25NEWS: Add entry for ERB#result_with_hashk0kubun
2017-05-25erb.rb: Add ERB#result_with_hashk0kubun
2017-05-25Raise ArgumentError if sprintf format string ends with %eregon
2017-05-25* 2017-05-26svn
2017-05-25hash.c: docs for Hash#transform_valuesstomar
2017-05-25insns.def: [DOC] Fix description of tostringk0kubun
2017-05-25string.c: Optimize String#concat when argc is 1k0kubun
2017-05-25dir.c: document base keyword argument of Dir.globstomar
2017-05-25dir.c: docs for Dir.each_child and Dir.childrenstomar
2017-05-25vm_insnhelper.c: remove redefinitions and undefine after usednobu
2017-05-25vm_insnhelper.c: rb_eql_opt should call eql?nobu
2017-05-25Improve performance of rb_eql()watson1978
2017-05-25Improve performance of rb_equal()watson1978
2017-05-25dir.c: Dir.each_child and Dir.childrennobu
2017-05-25test_dir.rb: test Dir.entriesnobu
2017-05-25dir.c: dir_each_entriesnobu