aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_struct.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* struct.c: unique membersnobu2016-04-161-0/+7
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test_struct.rb: Test that initialize is overridable [#11708]marcandre2015-12-161-0/+6
* struct.c: dignobu2015-11-161-0/+7
* struct.c: fix index in messagenobu2015-11-161-4/+4
* iseq.c: struct accessorsnobu2014-12-161-0/+33
* struct: avoid all O(n) behavior on accessnormal2014-12-091-0/+9
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* struct.c: avoid pinning downnobu2014-03-281-0/+4
* parse.y: attrset from junk IDnobu2014-02-131-0/+4
* * struct.c (rb_struct_set): return assigned value from setter methodcharliesome2014-01-041-0/+6
* test/ruby: better assertionsnobu2013-12-131-13/+13
* test_struct.rb: use assert_samenobu2013-12-071-4/+6
* test_struct.rb: use assert_predicatenobu2013-12-071-2/+2
* * test/ruby/test_struct.rb: Add regression test for question marks andcharliesome2013-12-061-0/+12
* struct.c: fix warning messagenobu2013-10-271-43/+76
* parse.y: non-local/const attrsetnobu2013-08-111-0/+8
* parse.y: non-local/const attrsetnobu2013-08-101-0/+4
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-24/+0
* * struct.c (make_struct): remove junk ID check to allow members whoglass2012-12-221-0/+7
* struct.c: yield assoc in each_pairnobu2012-11-191-0/+5
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-241-0/+6
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-171-0/+14
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-261-0/+30
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+7
* * test/ruby/test_struct.rb (test_inspect): use assert_match.nobu2009-08-121-1/+1
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+6
* * bootstraptest/test_struct.rb: some test moved from test to shutmatz2008-03-131-1/+0
* * test/ruby/test_struct.rb: add tests to achieve over 90% testmame2008-01-231-0/+158
* test small structs.akr2006-02-051-0/+16
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-011-0/+12
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-11/+14
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-3/+3
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+23