index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_struct.rb
Age
Commit message (
Expand
)
Author
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-04-16
struct.c: unique members
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-16
* test_struct.rb: Test that initialize is overridable [#11708]
marcandre
2015-11-16
struct.c: dig
nobu
2015-11-16
struct.c: fix index in message
nobu
2014-12-16
iseq.c: struct accessors
nobu
2014-12-09
struct: avoid all O(n) behavior on access
normal
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-03-28
struct.c: avoid pinning down
nobu
2014-02-13
parse.y: attrset from junk ID
nobu
2014-01-04
* struct.c (rb_struct_set): return assigned value from setter method
charliesome
2013-12-13
test/ruby: better assertions
nobu
2013-12-07
test_struct.rb: use assert_same
nobu
2013-12-07
test_struct.rb: use assert_predicate
nobu
2013-12-06
* test/ruby/test_struct.rb: Add regression test for question marks and
charliesome
2013-10-27
struct.c: fix warning message
nobu
2013-08-11
parse.y: non-local/const attrset
nobu
2013-08-10
parse.y: non-local/const attrset
nobu
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2012-12-22
* struct.c (make_struct): remove junk ID check to allow members who
glass
2012-11-19
struct.c: yield assoc in each_pair
nobu
2012-04-24
* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.
nobu
2011-07-17
* error.c (rb_check_trusted): new function to check an object is
nobu
2009-11-26
* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):
yugui
2009-08-12
* class.c (rb_define_class_id_under, rb_define_module_id_under):
nobu
2009-08-12
* test/ruby/test_struct.rb (test_inspect): use assert_match.
nobu
2008-05-19
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2008-03-13
* bootstraptest/test_struct.rb: some test moved from test to shut
matz
2008-01-23
* test/ruby/test_struct.rb: add tests to achieve over 90% test
mame
2006-02-05
test small structs.
akr
2005-06-01
* struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]
aamine
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi