| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-11 | add assertion method `assert_nothing_raised' | ksss | |
| 2014-03-10 | reduce mrb_open calls in mrbgem test | take_cheeze | |
| 2014-03-09 | Add comments to notify files are auto generated. | Masaki Muranaka | |
| 2014-03-08 | fix #1823 | ksss | |
| 2014-03-07 | Merge pull request #1820 from ksss/string-embed | Yukihiro "Matz" Matsumoto | |
| Embed small string | |||
| 2014-03-07 | Fix behavior Hash#eql? | ksss | |
| 2014-03-06 | add embed string test | ksss | |
| 2014-03-06 | make embed string when create literals | ksss | |
| 2014-03-06 | embed small string | ksss | |
| use flags 4 for *this object is embed* use flags 8~64 for *embed string length* | |||
| 2014-03-05 | __FILE__ test: add support for \ as separator | cremno | |
| 2014-03-04 | fix off-by-one error in String#rindex(fixnum) | cubicdaiya | |
| null-terminated string should not be included in search targets. | |||
| 2014-03-04 | add tests for Integer#divmod. | Tomoyuki Sahara | |
| 2014-03-04 | Fix Float#divmod. | Tomoyuki Sahara | |
| 2014-03-03 | run enabled gem's bintest only | take_cheeze | |
| 2014-03-02 | add tests for String#* | Akira Kuroda | |
| add test cases for 0 and -1 | |||
| 2014-02-28 | swap actual and expected; ref #1764 | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | fix test for Array#[] | ksss | |
| 2014-02-27 | Refactor tests in kernel.rb | Jun Hiroe | |
| 2014-02-27 | Merge pull request #1751 from ↵ | Yukihiro "Matz" Matsumoto | |
| cubicdaiya/issues/test_for_instance_variable_defined_question Add test for Kernel#instance_variable_defined? | |||
| 2014-02-27 | Merge pull request #1753 from take-cheeze/assert_rb | Yukihiro "Matz" Matsumoto | |
| Compile assert.rb once. | |||
| 2014-02-26 | add test for Kernel#instance_variable_defined? | cubicdaiya | |
| 2014-02-26 | compile assert.rb once | take_cheeze | |
| 2014-02-26 | add test for __LINE__ and __FILE__ | take_cheeze | |
| 2014-02-22 | fix the position of capitalize! and downcast!, and add test for upcase! | Akira Kuroda | |
| 2014-02-22 | add tests for String#capitalize! and String#downcase! | Akira Kuroda | |
| 2014-02-14 | add test for Hash#dup | Li Yazhou | |
| 2014-02-10 | resolve conflict in travis_config.rb | Yukihiro "Matz" Matsumoto | |
| 2014-02-09 | Fix Kernel#global_variables for $1-$9 | Pavel | |
| 2014-02-08 | Remove notice of early version | Daniel Bovensiepen | |
| 2014-02-05 | disable LocalJumpError test since the code causes SyntaxError (not ↵ | Yukihiro "Matz" Matsumoto | |
| LocalJumpError) on CRuby | |||
| 2014-02-03 | add Float#nan? | Tomoyuki Sahara | |
| 2014-01-30 | Array#[]= is now range aware | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | move Array#[] tests from mrbgems to test/t/array.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-25 | clone Class/Module rightly | h2so5 | |
| 2014-01-16 | hash value of enumerable should be obtained from its elements; close #1658 | Yukihiro "Matz" Matsumoto | |
| 2014-01-09 | Merge pull request #1654 from iij/pr-not-match-operator | Yukihiro "Matz" Matsumoto | |
| add operator "!~". | |||
| 2014-01-10 | add operator "!~". | Tomoyuki Sahara | |
| 2014-01-10 | fix ISO reference number of String#=~. | Tomoyuki Sahara | |
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 2014-01-06 | Merge pull request #1645 from iij/pr-case-expression-test | Yukihiro "Matz" Matsumoto | |
| tests for "case" expression. | |||
| 2014-01-06 | tests for "case" expression. | Tomoyuki Sahara | |
| 2014-01-05 | Test for raise in ensure | Carson McDonald | |
| 2014-01-04 | Test case statement with splat | Carson McDonald | |
| 2014-01-04 | object_id may not return Fixnum (ISO says Integer), since intptr_t may be ↵ | Yukihiro "Matz" Matsumoto | |
| bigger than Fixnum, so type check for Numeric; ref #1630 | |||
| 2014-01-01 | return value from #object_id may not be Fixnum; ref #1630 | Yukihiro "Matz" Matsumoto | |
| 2014-01-01 | successful recursion check to be shallower; ref #1630 | Yukihiro "Matz" Matsumoto | |
| 2013-12-31 | Method missing and inspect tests | Carson McDonald | |
| 2013-12-31 | Test coverage of extending stack and overflow | Carson McDonald | |
| 2013-12-31 | More object_id test coverage | Carson McDonald | |
| 2013-12-30 | Merge pull request #1626 from carsonmcdonald/moreclasstests | Yukihiro "Matz" Matsumoto | |
| More tests for Class behavior | |||
