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