summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2019-07-21Integrate `Integral#chr` (`Fixnum#chr`) to `mruby-string-ext`KOBAYASHI Shuji
2019-07-19Refine `String#chr` test and separate `Fixnum#chr` testKOBAYASHI Shuji
2019-07-18Avoid making top-level `env` in initialization code; ref #4581Yukihiro "Matz" Matsumoto
2019-07-17Merge branch 'master' into fix-range-min-with-mruby-range-extYukihiro "Matz" Matsumoto
2019-07-17Merge pull request #4586 from shuujii/revert-4300Yukihiro "Matz" Matsumoto
2019-07-17Revert #4300KOBAYASHI Shuji
2019-07-17Fix `(fixnum_value ... float_value).min` with `mruby-range-ext`KOBAYASHI Shuji
2019-07-17Allow `mruby-range-ext` to work with `MRB_WITHOUT_FLOAT`; ref 2add8641KOBAYASHI Shuji
2019-07-17Allow `mruby-range-ext` to work with `MRB_WITHOUT_FLOAT`; ref #4576Yukihiro "Matz" Matsumoto
2019-07-17Merge branch 'master' into i110/inspect-recursionYukihiro "Matz" Matsumoto
2019-07-16Merge pull request #4576 from dearblue/error-configurationYukihiro "Matz" Matsumoto
2019-07-15Unify type of line number to `uint16_t`KOBAYASHI Shuji
2019-07-14Fix empty array refers; ref #4556dearblue
2019-07-14Fix pack/unpack for base64; ref #4556dearblue
2019-07-15Add pack/unpack test for base64dearblue
2019-07-14Error needed/conflicts configurationdearblue
2019-07-13Add `mruby-method` gem to `default.gembox` [ci skip]KOBAYASHI Shuji
2019-07-13Resolve ambiguous argument warning.Yukihiro "Matz" Matsumoto
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-08Add tests for String RangesRyan Lopopolo
2019-06-29Use nested `assert`dearblue
2019-06-29Use a normal method instead of a lambdadearblue
2019-06-28Use `__ENCODING__` in testsKOBAYASHI Shuji
2019-06-27Add modification tests for immediate valueKOBAYASHI Shuji
2019-06-26Merge pull request #4532 from shuujii/fix-String-byteslice-with-MRB_UTF8_STRI...Yukihiro "Matz" Matsumoto
2019-06-26Merge pull request #4493 from dearblue/fix-rational-newYukihiro "Matz" Matsumoto
2019-06-26Merge pull request #4492 from dearblue/fix-complex-newYukihiro "Matz" Matsumoto
2019-06-25Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge casesKOBAYASHI Shuji
2019-06-25Merge pull request #4528 from shuujii/fix-argument-specs-to-ArrayYukihiro "Matz" Matsumoto
2019-06-25Fixed a bug caused by `to_s` that returns `nil`; fix 4504Yukihiro "Matz" Matsumoto
2019-06-25Renamed `stacked` to `onstack`; ref #4523Yukihiro "Matz" Matsumoto
2019-06-23Fix argument specs to `Array`KOBAYASHI Shuji
2019-06-23Merge pull request #4523 from dearblue/use-stackYukihiro "Matz" Matsumoto
2019-06-22Merge pull request #4518 from shuujii/add-ISO-section-number-to-Kernel-local_...Yukihiro "Matz" Matsumoto
2019-06-22Use stack memory for small name of Struct membersdearblue
2019-06-21Move `Kernel#__send__` test to core from `mruby-metaprog`KOBAYASHI Shuji
2019-06-20Add ISO section number to `Kernel.#local_variables` [ci skip]KOBAYASHI Shuji
2019-06-19Merge pull request #4510 from shuujii/remove-unneeded-mrb_str_dup-in-Module-nameYukihiro "Matz" Matsumoto
2019-06-18Fix path of `error.h`.Hiroshi Mimaki
2019-06-17Support parsing a Regexp literal with 'o' optionRyan Lopopolo
2019-06-17Remove unneeded `mrb_str_dup()` in `Module#name`KOBAYASHI Shuji
2019-06-17Merge pull request #4508 from shuujii/fix-cvar-ivar-const-and-method-can-be-r...Yukihiro "Matz" Matsumoto
2019-06-17Merge pull request #4507 from shuujii/fix-index-in-error-message-of-Struct-arefYukihiro "Matz" Matsumoto
2019-06-17Fixed indentation in parse.yYukihiro "Matz" Matsumoto
2019-06-17Allow newlines and comments between method calls.Yukihiro "Matz" Matsumoto
2019-06-17Support `&.` at the beginning of the line.Yukihiro "Matz" Matsumoto
2019-06-17Fixed wrong behavior on `..` at the beginning of the line.Yukihiro "Matz" Matsumoto
2019-06-17Merge pull request #4502 from shuujii/adjust-allocation-size-in-mrb_id_attrse...Yukihiro "Matz" Matsumoto