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-07-13
`Enumerable#detect` {and `#find`} should call `ifnone`; fix #4484
Yukihiro "Matz" Matsumoto
2019-07-13
Resolve ambiguous argument warning.
Yukihiro "Matz" Matsumoto
2019-07-13
Change type of a variable for signedness mismatch; ref #4573
Yukihiro "Matz" Matsumoto
2019-07-13
Avoid `mrb_funcall()` if possible using `mrb_Float()`; ref #4555
Yukihiro "Matz" Matsumoto
2019-07-12
Merge pull request #4571 from shuujii/consider--MP-flag-specified-when-parsin...
Yukihiro "Matz" Matsumoto
2019-07-12
Merge pull request #4573 from dearblue/fix-4569
Yukihiro "Matz" Matsumoto
2019-07-12
Fix heap buffer overflow; fix #4569
dearblue
2019-07-12
Merge pull request #4572 from shuujii/lazy-load-tasks-toolchains
Yukihiro "Matz" Matsumoto
2019-07-12
Lazy load `tasks/toolchains/*.rake`
KOBAYASHI Shuji
2019-07-12
Consider `-MP` flag specified when parsing `.d` file
KOBAYASHI Shuji
2019-07-12
Merge pull request #4569 from dearblue/improve-string-index
Yukihiro "Matz" Matsumoto
2019-07-11
Add UTF-8 test for `String#index`
dearblue
2019-07-11
Improve performance `String#index` with UTF-8
dearblue
2019-07-10
Merge pull request #4568 from shuujii/remove-an-unused-argument-of-str_with_c...
Yukihiro "Matz" Matsumoto
2019-07-10
Remove an unused argument of `str_with_class()`
KOBAYASHI Shuji
2019-07-09
Merge pull request #4562 from shuujii/set-MRB_STR_ASCII-flag-when-an-inline-s...
Yukihiro "Matz" Matsumoto
2019-07-09
Set `MRB_STR_ASCII` flag when an inline symbol is stringized
KOBAYASHI Shuji
2019-07-09
Merge pull request #4560 from lopopolo/range-max-min-hang
Yukihiro "Matz" Matsumoto
2019-07-09
Revert Float dependency in Range#each
Ryan Lopopolo
2019-07-09
Fix Range#min fast path with exclusive range
Ryan Lopopolo
2019-07-09
Add a fast path for Float and Fixnum ranges for Range#max and Range#min
Ryan Lopopolo
2019-07-09
Add Range#max and Range#min tests from Ruby Spec
Ryan Lopopolo
2019-07-09
Remove attempt at spec-compliant Range#max and Range#min from core
Ryan Lopopolo
2019-07-09
Merge pull request #4561 from shuujii/fix-the-order-of-expected-and-actual-in...
Yukihiro "Matz" Matsumoto
2019-07-08
Specialize Enumerable#max and Enumerable#min for Range
Ryan Lopopolo
2019-07-08
Add tests for String Ranges
Ryan Lopopolo
2019-07-08
Add tests for Range#max and Range#min
Ryan Lopopolo
2019-07-09
Fix the order of "expected" and "actual" in `test/t/range.rb`
KOBAYASHI Shuji
2019-07-09
Merge pull request #4559 from shuujii/add-macros-for-inline-symbol-for-readab...
Yukihiro "Matz" Matsumoto
2019-07-08
Add macros for inline symbol for readability
KOBAYASHI Shuji
2019-07-08
Merge pull request #4557 from shuujii/fix-Numeric-step-to-infinity
Yukihiro "Matz" Matsumoto
2019-07-07
Fix `Numeric#step` to infinity; ref. #4555
KOBAYASHI Shuji
2019-07-06
Merge pull request #4554 from shuujii/fix-missing--ifndef-MRB_ENABLE_ALL_SYMBOLS
Yukihiro "Matz" Matsumoto
2019-07-06
Fix missing `#ifndef MRB_ENABLE_ALL_SYMBOLS`
KOBAYASHI Shuji
2019-07-06
Merge pull request #4553 from shuujii/read-write-MRB_STR_ASCII-flag-only-when...
Yukihiro "Matz" Matsumoto
2019-07-05
Read/write `MRB_STR_ASCII` flag only when `MRB_UTF8_STRING` is defined
KOBAYASHI Shuji
2019-07-04
It was too early to check `key` for `undef`; ref #4534
Yukihiro "Matz" Matsumoto
2019-07-04
Rename `MRB_STR_NO_UTF` to 'MRB_STR_ASCII`; close #4550
Yukihiro "Matz" Matsumoto
2019-07-04
Merge pull request #4551 from dearblue/fix-4549
Yukihiro "Matz" Matsumoto
2019-07-04
Fix heap buffer overflow; ref #4549
dearblue
2019-07-04
Merge pull request #4548 from shuujii/refine-document-to-mrb_get_args
Yukihiro "Matz" Matsumoto
2019-07-03
Refine document to mrb_get_args()` [ci skip]
KOBAYASHI Shuji
2019-07-02
Merge pull request #4546 from shuujii/fix-and-refine-error-message-in-mrb_obj...
Yukihiro "Matz" Matsumoto
2019-07-02
Fix and refine error message in `mrb_obj_to_sym()`
KOBAYASHI Shuji
2019-07-02
Merge pull request #4545 from shuujii/remove-unused-C-header-file-from-src-etc.c
Yukihiro "Matz" Matsumoto
2019-07-01
Remove unused C header file from `src/etc.c`
KOBAYASHI Shuji
2019-06-30
Merge pull request #4544 from shuujii/fix-include-prepend-and-extend-to-froze...
Yukihiro "Matz" Matsumoto
2019-06-30
Fix `include`, `prepend` and `extend` to frozen object
KOBAYASHI Shuji
2019-06-29
Merge pull request #4540 from dearblue/assert-nesting
Yukihiro "Matz" Matsumoto
2019-06-29
Merge pull request #4541 from dearblue/replace-string-aset
Yukihiro "Matz" Matsumoto
[next]