aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-0/+4
* fix backtrace on argment error.ko12017-11-091-0/+27
* fix peephole optimization.ko12017-11-091-0/+7
* disable GC.ko12017-11-071-4/+9
* enum.c: check argument firstnobu2017-11-052-1/+5
* test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]nobu2017-11-051-0/+7
* Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre2017-11-051-0/+7
* test/ruby/test_io.rb (test_write_no_garbage): Add detailed messagemame2017-11-041-1/+1
* test/ruby/test_eval.rb: use orphan procsnobu2017-11-031-3/+10
* skip/fix wrong testsnobu2017-11-022-1/+9
* compile.c: kw splat after splatnobu2017-11-021-0/+6
* test_syntax.rb: all assertionsnobu2017-11-011-6/+7
* file.c: infect from argumentsnobu2017-11-011-0/+20
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-011-17/+0
* file.c: infect from argumentsnobu2017-11-011-0/+17
* compile.c: ensure after return in library toplevelnobu2017-10-311-5/+16
* io.c: honor buffered modenobu2017-10-291-0/+9
* io.c: convert to string at writevnobu2017-10-291-0/+4
* skip tests temporarilyko12017-10-271-0/+1
* io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal2017-10-271-0/+10
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-0/+3
* Revert "Manage AST NODEs out of GC"mame2017-10-271-3/+0
* Manage AST NODEs out of GCmame2017-10-271-0/+3
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-272-8/+4
* make root fiber at switching.ko12017-10-261-1/+0
* skip test_fiber_transfer_segv because it cause error with previous commitko12017-10-261-0/+1
* test_env.rb: fix one-off bugnobu2017-10-261-1/+1
* TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre2017-10-261-2/+8
* test_io.rb: skip writev testnobu2017-10-251-0/+1
* io.c: warn old writenobu2017-10-251-0/+16
* io.c: write a newline togethernobu2017-10-251-0/+13
* range.c: use rb_check_funcallnobu2017-10-251-0/+3
* range.c: check if exclude_end? is definednobu2017-10-252-1/+14
* Test for r60396nobu2017-10-241-0/+15
* Lazy Proc allocation for block parametersko12017-10-241-0/+65
* io.c: fix infinite retrynobu2017-10-231-0/+10
* io.c: fix buffered outputnobu2017-10-231-0/+14
* io.c: no restrictionnobu2017-10-231-13/+7
* Fixed misspelling words.hsbt2017-10-225-7/+7
* Fix a target method of a testyui-knk2017-10-221-1/+1
* sort test resultnaruse2017-10-221-1/+1
* Make IO#write accept multiple argumentsglass2017-10-221-0/+26
* sort the test resultnaruse2017-10-221-2/+2
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-222-1/+5
* parse.y: workaround for warningsnobu2017-10-221-0/+1
* Add arity check into Hash#flattenglass2017-10-221-1/+6
* Fix typo in commentsonots2017-10-211-3/+3
* Improve performance of string interpolationnobu2017-10-211-0/+5
* Revert "ignore server side error"naruse2017-10-211-1/+1
* ignore server side errornaruse2017-10-211-1/+1