free_mutant/lib/mutant/mutator/node
Markus Schirp a1c6018f30 Add mutation from send to __send__
* `__send__` is the canonical form.
2014-11-27 22:01:53 +00:00
..
literal Correct miscellaneous typos 2014-11-22 11:16:07 -08:00
named_value Use frozen constant instead of unmutated mutable literal 2014-07-06 03:43:23 +00:00
send Add rescue/else-body promotion/concatenation mutation 2014-08-16 20:58:08 +00:00
and_asgn.rb
argument.rb
arguments.rb
begin.rb Correct parameter references in documentation comments 2014-08-07 09:47:28 -07:00
binary.rb Fix emitters to recurse into left and right of binary statements 2014-11-11 19:08:12 +00:00
block.rb Prefer guard over conditional 2014-08-05 10:50:06 +00:00
blockarg.rb
break.rb
case.rb
conditional_loop.rb Consolidate constant names for nodes 2014-06-16 10:56:27 +00:00
const.rb Prefer Object#is_a? over #kind_of? 2014-10-08 11:49:48 +00:00
define.rb Consolidate constant names for nodes 2014-06-16 10:56:27 +00:00
defined.rb
dstr.rb
dsym.rb
generic.rb Add __FILE__ and __LINE__ to nodes handled by generic mutator 2014-11-09 19:44:05 +00:00
if.rb Fix miscellaneous typos 2014-08-07 09:00:31 -07:00
kwbegin.rb
literal.rb
masgn.rb
match_current_line.rb
mlhs.rb
next.rb
noop.rb
nthref.rb
op_asgn.rb
or_asgn.rb Introduce AST::Meta to externalize semantic analysis 2014-06-29 21:26:58 +00:00
resbody.rb Remove remaining encoding headers 2014-08-10 21:33:44 +00:00
rescue.rb Add concat-promotion of resbody nodes 2014-08-16 21:14:22 +00:00
restarg.rb
return.rb
send.rb Add mutation from send to __send__ 2014-11-27 22:01:53 +00:00
splat.rb
super.rb Introduce AST::Meta to externalize semantic analysis 2014-06-29 21:26:58 +00:00
when.rb Consolidate constant names for nodes 2014-06-16 10:56:27 +00:00
yield.rb
zsuper.rb