aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/symbol/test_inadvertent_creation.rb
Commit message (Expand)AuthorAgeFilesLines
* object.c: fix error messagenobu2016-02-191-0/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* proc.c: inadvertent IDnobu2015-06-191-0/+22
* proc.c: respond_to_missing? at Methodnobu2015-03-201-0/+22
* test_inadvertent_creation.rb: fix messagesnobu2015-03-201-4/+4
* test_inadvertent_creation.rb: undefined singletonnobu2015-03-201-0/+1
* vm_core.h: fix symbols leaknobu2015-02-061-0/+21
* test_inadvertent_creation.rb: assert method_missingnobu2015-02-051-16/+22
* convert method name to a Symbolnobu2015-02-051-8/+8
* vm_insnhelper.c: fix missing reasonnobu2015-02-051-2/+2
* test_inadvertent_creation.rb: move testsnobu2015-02-051-0/+62
* thread.c: fix dynamic symbol keysnobu2014-12-291-1/+7
* process.c: get rid of inadvertent ID pindownnobu2014-11-241-0/+32
* get rid of inadvertent ID creationnobu2014-11-211-6/+37
* test_inadvertent_creation.rb: split testnobu2014-11-171-0/+7
* * string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse2014-09-111-2/+22
* test_inadvertent_creation.rb: use Symbol.findnobu2014-04-301-2/+2
* object.c: avoid inadvertent symbol creationnobu2013-10-091-0/+28
* test_inadvertent_creation.rb: fix assertion namenobu2013-10-091-14/+14
* test_inadvertent_creation.rb: use assert_not_interned?nobu2013-10-091-14/+14
* ext/-test-/symbol: move upwardnobu2013-09-201-1/+1
* struct.c: avoid inadvertent symbol creationnobu2013-04-041-0/+20
* object.c: avoid inadvertent symbol creationnobu2013-04-041-0/+21
* enum.c: avoid inadvertent symbol creationnobu2013-04-041-0/+6
* thread.c: avoid inadvertent symbol creationnobu2013-04-041-0/+28
* On some platforms, object_id can be negative value like NetBSD.naruse2011-11-011-1/+1
* * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu2011-10-071-2/+2
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-071-6/+125
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-0/+44