summaryrefslogtreecommitdiff
path: root/test/ruby/test_symbol.rb
AgeCommit message (Expand)Author
2016-03-16proc.c: fail symbol proc bindingnobu
2016-02-19test/ruby: suppress parser warningsnobu
2016-02-18string.c: Symbol#matchnobu
2016-01-25symbol.c: more informative error messagenobu
2015-12-19proc.c: fix infinite loopnobu
2015-12-17* proc.c (rb_block_arity): should not call GetProcPtr() for symbols.shugo
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-20symbol.c: not freeze the receivernobu
2015-10-16* test/ruby/test_symbol.rb (test_symbol_fstr_leak): add a warm-upodaira
2015-10-15proc.c: void envnobu
2015-10-15proc.c: proc without envnobu
2015-10-06vm_args.c: wrap symbol ifuncnobu
2015-10-05proc.c: set ep properlynobu
2015-10-04test_symbol.rb: relaxnobu
2015-10-03test_symbol.rb: reduce iterationnobu
2015-10-02test_symbol.rb: reduce iterationnobu
2015-10-01test_symbol.rb: relaxnobu
2015-10-01proc.c: fix symbol proc marknobu
2015-10-01vm_args.c: GC guardnobu
2015-05-22test_parse.rb: move assertionsnobu
2015-04-23vm_eval.c: allow symbols to instance_eval/execnobu
2015-04-08* test/ruby/test_symbol.rb: fix syntax error.ko1
2015-04-08hash.c: compare symbols by identitiesnobu
2015-03-02* test/ruby/test_symbol.rb: avoid a false positive in AIXodaira
2015-02-05test_inadvertent_creation.rb: move testsnobu
2015-02-04* vm_insnhelper.c: Revert r49500 (6ae6a8c7bc86e97)marcandre
2015-02-04* vm_eval.c: Fix symbol leak with non optimized +send+ and method_missing [#1...marcandre
2015-02-04* vm_insnhelper.c: Fix symbol leak with +send+ and method_missing [#10828]marcandre
2015-02-04* vm_insnhelper.c: Fix one type of symbol leak with +send+marcandre
2015-01-08* test/ruby/test_symbol.rb (TestSymbol#test_symbol_fstr_leak): get rid of ausa
2015-01-01symbol.c: fix memory leak from global fstr hashnormal
2014-09-19symbol.c: fix dynamic attrset IDnobu
2014-09-11* string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse
2014-05-02parse.y: turn dynamically interned Symbol into an IDnobu
2014-04-30parse.y: pin down dynamic symbol onlynobu
2014-04-29* test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.ktsj
2014-04-29* parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj
2014-04-24Add test for r45492, r45693, r45698naruse
2014-04-23* parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse
2014-02-25* string.c (sym_find): Add Symbol.find(str), which returns whether givennaruse
2013-09-19* include/ruby/ruby.h: make Symbol objects frozen.ko1
2013-06-18test_symbol.rb: fix testnobu
2013-06-17* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj
2013-06-17skip new tests until fixednobu
2013-06-17test/ruby/test_symbol.rb: tests for [Bug #8531]nobu
2013-04-24parse.y: disallow $-nobu
2012-08-23* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa
2012-03-15* parse.y (sym_check_asciionly): check ascii compatibility beforenobu
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu
2011-08-02* parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu