| Age | Commit message (Expand) | Author |
| 2012-05-31 | reimplement String#chomp | Yukihiro Matsumoto |
| 2012-05-31 | remove #new from immediate classes | Yukihiro Matsumoto |
| 2012-05-30 | remove debug print | Yukihiro Matsumoto |
| 2012-05-30 | specify allocating array size for Hash#values | Yukihiro Matsumoto |
| 2012-05-29 | Add literal tests for currently working String literals and make notice about... | Daniel Bovensiepen |
| 2012-05-29 | SEGV by adding a new assert | Daniel Bovensiepen |
| 2012-05-29 | Raise SEGV by using String literal | Daniel Bovensiepen |
| 2012-05-29 | Forgot Literals file | Daniel Bovensiepen |
| 2012-05-29 | Add Test cases for Literals, Enumeration, Exceptions and clean line endings | Daniel Bovensiepen |
| 2012-05-28 | should compile mrbtest if libmruby.a is modifie | Yukihiro Matsumoto |
| 2012-05-27 | add Enumerable tests and identify data corruption with merge in Hash | Daniel Bovensiepen |
| 2012-05-25 | Add Tests for all Exception classes, for false, true, Proc, Module, nil and O... | Daniel Bovensiepen |
| 2012-05-23 | Merge pull request #189 from bovi/add-kernel-tests | Yukihiro "Matz" Matsumoto |
| 2012-05-24 | Add ISO Test Cases for Kernel | Daniel Bovensiepen |
| 2012-05-23 | Clean and DRY up the basic Makefiles | Jon |
| 2012-05-23 | test t/*.rb spacing fix | Yukihiro Matsumoto |
| 2012-05-22 | Merge pull request #180 from mitchblank/master | Yukihiro "Matz" Matsumoto |
| 2012-05-22 | Add native and cross compiling CMake build support | Jon |
| 2012-05-22 | change example code to do mrb_close() | Mitchell Blank Jr |
| 2012-05-21 | print description on exceptions | Yukihiro Matsumoto |
| 2012-05-20 | Fix Hash#shift return value from Hash to Array | Daniel Bovensiepen |
| 2012-05-19 | Complete ISO test cases for Hash, Range, String and Symbol | Daniel Bovensiepen |
| 2012-05-19 | Finish all Float ISO Tests | Daniel Bovensiepen |
| 2012-05-19 | Complete Integer Tests for ISO | Daniel Bovensiepen |
| 2012-05-18 | update test/Makefile | Yukihiro Matsumoto |
| 2012-05-17 | Added some tests for Math module. Some refactoring in math.c; numeric toleran... | Paolo Bosetti |
| 2012-05-17 | Merge branch 'tests' of github.com:pbosetti/mruby into tests | Paolo Bosetti |
| 2012-05-18 | refactor test driver | Yukihiro Matsumoto |
| 2012-05-18 | remove confusing dependency; run "make" before "make test" | Yukihiro Matsumoto |
| 2012-05-18 | rename compiler.h to mruby/compiler.h | Yukihiro Matsumoto |
| 2012-05-17 | Minor edits in tests for Math module | Paolo Bosetti |
| 2012-05-16 | Merge branch 'master' into math_tests | Paolo Bosetti |
| 2012-05-17 | remove duplicated rule | Yukihiro Matsumoto |
| 2012-05-16 | Added some tests for trig functions in Math module. Also, tests are made agai... | Paolo Bosetti |
| 2012-05-16 | Add Tests for Numeric | Daniel Bovensiepen |
| 2012-05-16 | Add Tests for Integer | Daniel Bovensiepen |
| 2012-05-16 | Add Math Test for new implementation | Daniel Bovensiepen |
| 2012-05-16 | Better indention of assert report | Daniel Bovensiepen |
| 2012-05-16 | Complete all Array ISO Codes | Daniel Bovensiepen |
| 2012-05-16 | Move assert lib for tests one directory up and add it always in the beginning | Daniel Bovensiepen |
| 2012-05-16 | Add newline in the end of test case files so that the concat of all files wor... | Daniel Bovensiepen |
| 2012-05-16 | Add first part of the bootstrap code | Daniel Bovensiepen |
| 2012-05-16 | Remove array for now due to the reason that they are lost after exception wa... | Daniel Bovensiepen |
| 2012-05-16 | handle exceptions in tests and reduce syntax features in assert code | Daniel Bovensiepen |
| 2012-05-14 | make test restructuring | Yukihiro Matsumoto |
| 2012-05-14 | removed.. content is now in time.rb | Daniel Bovensiepen |
| 2012-05-14 | mrit - Embeddable Ruby ISO Test | Daniel Bovensiepen |
| 2012-05-07 | initialize_copy: copy destination object may not be intialized | Yukihiro Matsumoto |
| 2012-05-06 | test_time should pass | Yukihiro Matsumoto |
| 2012-05-06 | Time class available; based on code from @beoran; sorry for jumbo patch | Yukihiro Matsumoto |