- 05 Apr, 2018 1 commit
-
-
Takeshi Watanabe authored
-
- 28 Mar, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Refactoring for `Enumerable#each_with_object`
-
- 27 Mar, 2018 6 commits
-
-
ksss authored
`each_with_object` arity should be 1
-
Yukihiro "Matz" Matsumoto authored
Reimplement `Enumerable#zip` with Enumerator
-
Yukihiro "Matz" Matsumoto authored
Support block yielding for Enumerable#zip
-
ksss authored
for fix some specs - [passes each element of the result array to a block and return nil if a block is given](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L11-L17) - [converts arguments to arrays using #to_ary](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L23-L27) - [converts arguments to enums using #to_enum](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L29-L34) - [gathers whole arrays as elements when each yields multiple](https://github.com/ruby/spec/blob/a585ec35d185435e5c11f371ba4ed2a29d8817bd/core/enumerable/zip_spec.rb#L36-L39)
-
ksss authored
-
ksss authored
-
- 26 Mar, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Revert #3984 .
-
Takeshi Watanabe authored
-
- 25 Mar, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Catch up with latest mruby-socket.
-
Takeshi Watanabe authored
-
- 24 Mar, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Return nil if type differ in `String#<=>`.
-
Takeshi Watanabe authored
-
- 22 Mar, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add `:path` option for git repository.
-
Takeshi Watanabe authored
-
- 21 Mar, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Mar, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Set array length after expanding capacity.
-
- 19 Mar, 2018 1 commit
-
-
Takeshi Watanabe authored
-
- 16 Mar, 2018 3 commits
-
-
Tomoyuki Sahara authored
backport https://github.com/mruby/mruby/pull/3891
-
Yukihiro "Matz" Matsumoto authored
Reorganize `__sort_sub__` arguments.
-
Yukihiro "Matz" Matsumoto authored
Pass same mode parameter to `IO.sysopen` and `IO.open` in `IO.read`.
-
- 15 Mar, 2018 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix tinytypo
-
Okumura Takahiro authored
-
- 12 Mar, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Give me block by mrb_get_args() (forced block arguments)
-
- 05 Mar, 2018 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add same fix as #3964 to lib/mruby/gem.rb .
-
Takeshi Watanabe authored
-
Yukihiro "Matz" Matsumoto authored
Close `mrb_state` before error exit.
-
Takeshi Watanabe authored
-
Takeshi Watanabe authored
-
- 04 Mar, 2018 2 commits
- 02 Mar, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The fix was proposed by https://hackerone.com/aerodudrizzt
-
- 23 Feb, 2018 1 commit
-
-
Takeshi Watanabe authored
-
- 17 Feb, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add verbose flag to cross test runner too. [experimental]
-
- 16 Feb, 2018 1 commit
-
-
Takeshi Watanabe authored
-