- 20 Nov, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix Range#size results
-
- 19 Nov, 2016 2 commits
- 18 Nov, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix condition of Range#include?
-
ksss authored
-
- 17 Nov, 2016 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
Doc
-
Herwin Weststrate authored
-
Herwin Weststrate authored
-
Herwin Weststrate authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
bundled testing gems do not need to be included in default.gembox. all gems under mrbgems are linked automatically in the test process.
-
Yukihiro "Matz" Matsumoto authored
-
Tomasz Dąbrowski authored
Inline structures have no instance variables, no finalizer, and offer as much space as possible in RBASIC object. This means 24 bytes on 64-bit platforms and 12 bytes on 32-bit platforms. mruby-inline-struct gem is only provided for testing.
-
Yukihiro "Matz" Matsumoto authored
Remove webhook notification for Travis CI
-
Yukihiro "Matz" Matsumoto authored
Ranges should not rewrite
-
ksss authored
-
Hiro Asari authored
As travis-rubies now uses 3 Mac jobs to create archives for various OS releases. This is a bit wasteful if multiple builds pass in a short period. Instead, Travis CI is now running a nightly build of mruby-head (around 22:30 UTC). This will happen regardless of the state of the master branch.
-
- 16 Nov, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Correct argument specifications for few methods
-
Tomasz Dąbrowski authored
- Struct#values_at - Module#define_method - String#chop - String#chop!
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Nov, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixed by Alex Snaps and reported by Mathieu Leduc-Hamel, both from shopify.com. Thank you!
-
Yukihiro "Matz" Matsumoto authored
Reported from from Alex Snaps via Mathieu Leduc-Hamel, both from shopify.com. Thank you!
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reported from Alex Snaps via Mathieu Leduc-Hamel, both from shopify.com. Thank you!
-
- 14 Nov, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 13 Nov, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Class#to_s used to return same string repeatedly, that mean you can modify "class name" by modifying the return value from Class#to_s.
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
Solves #2132.
-
- 11 Nov, 2016 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Module#define_method supports proc argument
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reimplement Enumerable#cycle
-
ksss authored
-
ksss authored
Fix pattern of infinite loop And support all specs in https://github.com/ruby/spec/blob/27960d06e0ce92c37f074450f0eab4b0519b118c/core/enumerable/cycle_spec.rb without Enumerable#size
-
Yukihiro "Matz" Matsumoto authored
test/assert.rb should not use puts
-
- 10 Nov, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add mrb_class_defined_under
-