summaryrefslogtreecommitdiff
path: root/test/-ext-/symbol
AgeCommit message (Expand)Author
2019-07-01Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada
2019-06-23Get rid of error with frozen string literalNobuyoshi Nakada
2019-03-06Symbol creation is not a problem now unless pinned downnobu
2016-11-12symbol/noninterned_name.rbnobu
2016-04-09assertions.rb: set default internal encodingnobu
2016-02-19object.c: fix error messagenobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-07-07* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa
2015-07-07symbol.c: preserve encodingnobu
2015-06-19proc.c: inadvertent IDnobu
2015-03-20proc.c: respond_to_missing? at Methodnobu
2015-03-20test_inadvertent_creation.rb: fix messagesnobu
2015-03-20test_inadvertent_creation.rb: undefined singletonnobu
2015-02-06vm_core.h: fix symbols leaknobu
2015-02-05test_inadvertent_creation.rb: assert method_missingnobu
2015-02-05convert method name to a Symbolnobu
2015-02-05vm_insnhelper.c: fix missing reasonnobu
2015-02-05test_inadvertent_creation.rb: move testsnobu
2014-12-29thread.c: fix dynamic symbol keysnobu
2014-11-24process.c: get rid of inadvertent ID pindownnobu
2014-11-21get rid of inadvertent ID creationnobu
2014-11-17test_inadvertent_creation.rb: split testnobu
2014-09-11* string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse
2014-04-30test_inadvertent_creation.rb: use Symbol.findnobu
2014-02-13parse.y: attrset from junk IDnobu
2013-12-08parse.y: use rb_fstring() for strings stored in the symbol tabletmm1
2013-10-09object.c: avoid inadvertent symbol creationnobu
2013-10-09test_inadvertent_creation.rb: fix assertion namenobu
2013-10-09test_inadvertent_creation.rb: use assert_not_interned?nobu
2013-09-29parse.y: allow junk attrsetnobu
2013-09-29parse.y: fix inconsistency with literalsnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-09-20ext/-test-/symbol: move upwardnobu
2013-04-04struct.c: avoid inadvertent symbol creationnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04enum.c: avoid inadvertent symbol creationnobu
2013-04-04thread.c: avoid inadvertent symbol creationnobu
2011-11-01On some platforms, object_id can be negative value like NetBSD.naruse
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu