summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2016-12-02parse.y: relax spacesnobu
2016-12-01String#unpack1 [Feature #12752]naruse
2016-12-01Remove `offset:` from `Array#pack`usa
2016-12-01Supports `buffer` and `offset` in `Array#pack`usa
2016-12-01parse.y: reject invalid codepointnobu
2016-12-01Wait until excpetion handling is ready.shugo
2016-11-30Regexp supports Unicoe 9.0.0's \Xnaruse
2016-11-30parse.y: refine error messagenobu
2016-11-30fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst
2016-11-29get rid of ambiguous parentheses warningsnobu
2016-11-29object.c: no TypeError at special constnobu
2016-11-29object.c: no TypeError at special const clonenobu
2016-11-29Fix erroneous test of target against targetduerst
2016-11-29test_keyword.rb: more assertionsnobu
2016-11-29test_keyword.rb: assert_raise_with_message valuenobu
2016-11-28implement String/Symbol#casecmp? including Unicode case foldingduerst
2016-11-27object.c: no TypeError at special const dupnobu
2016-11-26file.c: home directory from systemnobu
2016-11-25round-downnobu
2016-11-24marshal.c: fix infinite recursionnobu
2016-11-23Don't encode to UTF-8 if it's unnecessary.shugo
2016-11-21Revert r56856nobu
2016-11-21numeric.c: refine error messagenobu
2016-11-16test_flip.rb: r56316nobu
2016-11-14* test/ruby/test_module.rb: Method tables are not guaranteed to beheadius
2016-11-14vm_eval.c: fstring instance_evalnobu
2016-11-13error.c: redefined backtracenobu
2016-11-13error.c: rb_get_backtracenobu
2016-11-11range.c: check loadingnobu
2016-11-11rational.c: check loadnobu
2016-11-10vm_eval.c: fix refined method when prependednobu
2016-11-10range.c: check if range modifiablenobu
2016-11-10test_process.rb: fix pgroup testnobu
2016-11-07test_optimization.rb: for r56208nobu
2016-11-07Just check that interruption doesn't cause SEGV.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):usa
2016-11-06confirm that status.termsig is not nil.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):shugo
2016-11-06include and prepend check no argsnobu
2016-11-06Use Signal.signame instead of Signal.list.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):shugo
2016-11-06process.c: PATH env in spawnnobu
2016-11-05* compile.c (tailcallable_p): disable tail call optimization forshugo
2016-11-05fix vtm_add_offset yday on last day of year.akr
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-11-05* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj
2016-11-05numeric.c: round to nearest evennobu
2016-11-05Refix r56559 with Fs.noatime? [ruby-core:77943] [Bug #12903]naruse
2016-11-05chomp optionnobu
2016-11-05* test/ruby/test_refinement.rb (test_refine_alias_in_subclass):shugo