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
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2019-07-13
Resolve ambiguous argument warning.
Yukihiro "Matz" Matsumoto
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-08
Add tests for String Ranges
Ryan Lopopolo
2019-06-29
Use nested `assert`
dearblue
2019-06-29
Use a normal method instead of a lambda
dearblue
2019-06-28
Use `__ENCODING__` in tests
KOBAYASHI Shuji
2019-06-27
Add modification tests for immediate value
KOBAYASHI Shuji
2019-06-26
Merge pull request #4532 from shuujii/fix-String-byteslice-with-MRB_UTF8_STRI...
Yukihiro "Matz" Matsumoto
2019-06-26
Merge pull request #4493 from dearblue/fix-rational-new
Yukihiro "Matz" Matsumoto
2019-06-26
Merge pull request #4492 from dearblue/fix-complex-new
Yukihiro "Matz" Matsumoto
2019-06-25
Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge cases
KOBAYASHI Shuji
2019-06-25
Merge pull request #4528 from shuujii/fix-argument-specs-to-Array
Yukihiro "Matz" Matsumoto
2019-06-25
Fixed a bug caused by `to_s` that returns `nil`; fix 4504
Yukihiro "Matz" Matsumoto
2019-06-25
Renamed `stacked` to `onstack`; ref #4523
Yukihiro "Matz" Matsumoto
2019-06-23
Fix argument specs to `Array`
KOBAYASHI Shuji
2019-06-23
Merge pull request #4523 from dearblue/use-stack
Yukihiro "Matz" Matsumoto
2019-06-22
Merge pull request #4518 from shuujii/add-ISO-section-number-to-Kernel-local_...
Yukihiro "Matz" Matsumoto
2019-06-22
Use stack memory for small name of Struct members
dearblue
2019-06-21
Move `Kernel#__send__` test to core from `mruby-metaprog`
KOBAYASHI Shuji
2019-06-20
Add ISO section number to `Kernel.#local_variables` [ci skip]
KOBAYASHI Shuji
2019-06-19
Merge pull request #4510 from shuujii/remove-unneeded-mrb_str_dup-in-Module-name
Yukihiro "Matz" Matsumoto
2019-06-18
Fix path of `error.h`.
Hiroshi Mimaki
2019-06-17
Remove unneeded `mrb_str_dup()` in `Module#name`
KOBAYASHI Shuji
2019-06-17
Merge pull request #4508 from shuujii/fix-cvar-ivar-const-and-method-can-be-r...
Yukihiro "Matz" Matsumoto
2019-06-17
Merge pull request #4507 from shuujii/fix-index-in-error-message-of-Struct-aref
Yukihiro "Matz" Matsumoto
2019-06-17
Fixed indentation in parse.y
Yukihiro "Matz" Matsumoto
2019-06-17
Allow newlines and comments between method calls.
Yukihiro "Matz" Matsumoto
2019-06-17
Support `&.` at the beginning of the line.
Yukihiro "Matz" Matsumoto
2019-06-17
Fixed wrong behavior on `..` at the beginning of the line.
Yukihiro "Matz" Matsumoto
2019-06-17
Merge pull request #4502 from shuujii/adjust-allocation-size-in-mrb_id_attrse...
Yukihiro "Matz" Matsumoto
2019-06-16
Fix cvar, ivar, const and method can be removed to frozen object
KOBAYASHI Shuji
2019-06-15
Fix index in error message of `Struct#[]`
KOBAYASHI Shuji
2019-06-14
Remove a meaningless branch condition in `mruby-struct`
KOBAYASHI Shuji
2019-06-13
Fix class name validation in `Struct.new`
KOBAYASHI Shuji
2019-06-13
Merge pull request #4500 from shuujii/kernel-global_variables-should-not-incl...
Yukihiro "Matz" Matsumoto
2019-06-12
Fix typo in `String#setbyte` error message
KOBAYASHI Shuji
2019-06-12
Adjust allocation size in `mrb_id_attrset()` (`mruby-struct`)
KOBAYASHI Shuji
2019-06-11
Remove redundant colon in `Proc#inspect` (`mruby-proc-ext`)
KOBAYASHI Shuji
2019-06-11
Merge pull request #4496 from dearblue/replace-obsolete
Yukihiro "Matz" Matsumoto
2019-06-10
`Kernel#global_variables` should not include undefined `$1`-`$9`
KOBAYASHI Shuji
2019-06-10
Merge pull request #4495 from shuujii/remove-Kernel-global_variables-from-core
Yukihiro "Matz" Matsumoto
2019-06-07
Replace obsolete macros
dearblue
2019-06-07
Remove `Kernel#global_variables` from core
KOBAYASHI Shuji
2019-06-06
Clarify `mruby-(kernel|object)-ext` gem summary; ref 8e637bdd [ci skip]
KOBAYASHI Shuji
2019-06-05
Drop precisions for rational when big numbers
dearblue
2019-06-05
Fix build error if `struct mrb_rational` is bigger than `RIStruct`
dearblue
2019-06-05
Fix not frozen in `Complex` method by `RData`
dearblue
2019-06-05
Fix memory leak in `Complex` method by `RData`
dearblue
[next]