index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-09-16
Shrink `mrb_get_args()`
dearblue
2019-09-16
Cache argv first in each specifiers for `mrb_get_args()`; ref #3090
dearblue
2019-09-16
Merge pull request #4255 from shuujii/enumerator-size-is-not-supported
Yukihiro "Matz" Matsumoto
2019-09-16
Fix argument specs to `Enumerable`
KOBAYASHI Shuji
2019-09-16
Remove `MRB_METHOD_TABLE_INLINE`.
Yukihiro "Matz" Matsumoto
2019-09-16
Raise `ArgumentError` by `aspec` check; ref #4688
Yukihiro "Matz" Matsumoto
2019-09-16
Share common definition of `MRB_METHOD_FUNC_FL`.
Yukihiro "Matz" Matsumoto
2019-09-16
Use bit shifting to pack function pointers to `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2019-09-16
Refactor `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `Enumerable` tally from Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `filter_map` from Ruby2.6.
Yukihiro "Matz" Matsumoto
2019-09-16
Add `filter` aliases for `Enumerable` and `Hash`.
Yukihiro "Matz" Matsumoto
2019-09-16
Add `Array#difference` method from Ruby2.6.
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `bind_call` method from Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-09-16
Merge branch 'dearblue-mruby-io'
Yukihiro "Matz" Matsumoto
2019-09-16
Add small fix over #4712
Yukihiro "Matz" Matsumoto
2019-09-16
Fix broken UTF-8 characters by `IO#getc`
dearblue
2019-09-16
Small improvement for mruby-io
dearblue
2019-09-16
Fix `IO#pos`
dearblue
2019-09-16
Revert part of 8c90b5fc6
dearblue
2019-09-15
Merge pull request #4512 from lopopolo/patch-1
Yukihiro "Matz" Matsumoto
2019-09-15
Merge pull request #4710 from shuujii/refactor-mrb_type-in-include-mruby-boxi...
Yukihiro "Matz" Matsumoto
2019-09-15
Refactor `mrb_type` in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
2019-09-14
Add unavailability of declaration form of visibility methods; #4708
Yukihiro "Matz" Matsumoto
2019-09-14
Add argument names to C function prototypes.
Yukihiro "Matz" Matsumoto
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
2019-09-14
Merge pull request #4707 from shuujii/use-%C-to-mrb_name_error-in-mrb_method_...
Yukihiro "Matz" Matsumoto
2019-09-14
Use `%C` to `mrb_name_error` in `mrb_method_search`; ref 5890c7d5
KOBAYASHI Shuji
2019-09-14
Revert "Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4...
Yukihiro "Matz" Matsumoto
2019-09-14
Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4706
Yukihiro "Matz" Matsumoto
2019-09-14
Remove `mrb_funcall` from `<=>` operations.
Yukihiro "Matz" Matsumoto
2019-09-14
Raise an error from `String#<=>` with a non string operand.
Yukihiro "Matz" Matsumoto
2019-09-14
Use `mrb_equal` instead of `mrb_funcall`.
Yukihiro "Matz" Matsumoto
2019-09-14
Remove `mrb_funcall` from `mrb_method_search`.
Yukihiro "Matz" Matsumoto
2019-09-14
Replace `loop` method with `while true` loop to gain performance.
Yukihiro "Matz" Matsumoto
2019-09-13
Merge pull request #4705 from shuujii/revert-part-of-Refine-tasks-toolchains-...
Yukihiro "Matz" Matsumoto
2019-09-13
Revert part of "Refine `tasks/toolchains/(gcc|clang).rake`" (07c6b7f0)
KOBAYASHI Shuji
2019-09-13
Merge pull request #4704 from shuujii/fix-warnings-for-invalid-C++-option-wit...
Yukihiro "Matz" Matsumoto
2019-09-13
Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703
KOBAYASHI Shuji
2019-09-13
Update `assert_take` for zero size take.
Yukihiro "Matz" Matsumoto
2019-09-13
Add `Enumerator.produce` from Ruby2.7
Yukihiro "Matz" Matsumoto
2019-09-13
Remove `-std=gnu99` when `enable_cxx_abi`; ref #4703
Yukihiro "Matz" Matsumoto
2019-09-13
Remove unnecessary files from `mruby-{io,pack,socket}`.
Yukihiro "Matz" Matsumoto
2019-09-12
Merge pull request #4703 from shuujii/refine-tasks-toolchains-gcc-clang.rake
Yukihiro "Matz" Matsumoto
2019-09-12
Refine `tasks/toolchains/(gcc|clang).rake`
KOBAYASHI Shuji
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-09-12
Merge pull request #4527 from lopopolo/string-each-line-paragraph-mode
Yukihiro "Matz" Matsumoto
2019-09-12
Use `mrb_str_inspect` instead of `mrb_str_dup`; fix #4678
Yukihiro "Matz" Matsumoto
[prev]
[next]