summaryrefslogtreecommitdiff
path: root/test/ruby/test_symbol.rb
AgeCommit message (Expand)Author
2017-03-29test_symbol.rb: switch to assert_not_equalnobu
2017-03-28test/ruby/test_symbol.rb: new test for nondeterminismnormal
2016-12-26vm_eval.c: Symbol#to_proc and instance_execnobu
2016-12-26test/ruby/test_symbol.rb: use begin;end; hacknobu
2016-12-18Increase timeoutnaruse
2016-12-12test for Symbol#match? [Feature #12898]nobu
2016-12-06Fix typoskazu
2016-11-28implement String/Symbol#casecmp? including Unicode case foldingduerst
2016-10-15test_refinement.rb: test_symbol_procnobu
2016-10-15vm_args.c: allow refinements in Symbol procnobu
2016-06-28Passed block symbol to procnobu
2016-06-06vm_insnhelper.c: check symbol proc to thrownobu
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