aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/symbol
Commit message (Expand)AuthorAgeFilesLines
* object.c: fix error messagenobu2016-02-191-0/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-162-0/+2
* * test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa2015-07-071-8/+12
* symbol.c: preserve encodingnobu2015-07-071-0/+14
* 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
* parse.y: attrset from junk IDnobu2014-02-131-0/+4
* parse.y: use rb_fstring() for strings stored in the symbol tabletmm12013-12-081-0/+10
* 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
* parse.y: allow junk attrsetnobu2013-09-291-5/+6
* parse.y: fix inconsistency with literalsnobu2013-09-291-0/+13
* parse.y: junk sigil only namesnobu2013-09-201-0/+96
* 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