summaryrefslogtreecommitdiff
path: root/test/ruby/test_symbol.rb
AgeCommit message (Expand)Author
2019-11-28Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-10-17Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya
2018-12-30vm_args.c: search symbol proc in super classesnobu
2018-12-18Enable refinements on symbol-proc in ruby-level methodsnobu
2018-12-04Revert "Symbol refinements"mrkn
2018-12-04Symbol refinementsmrkn
2018-12-03Revert "Symbol refinements"nobu
2018-12-03Symbol refinementsnobu
2018-12-03Revert "Symbol refinements [Bug #15114]"nobu
2018-12-03Symbol refinements [Bug #15114]nobu
2017-07-03Suppress warning: method redefined; discarding old ==naruse
2017-07-02Symbol#== should be able to be redefinedktsj
2017-05-21test_string.rb,test_symbol.rb: add some testsstomar
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