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
/
include
Age
Commit message (
Expand
)
Author
2019-10-23
Add type cast to avoid an error from `int` and `enum` mixture; fix #4786
Yukihiro "Matz" Matsumoto
2019-10-18
Update version to `2.1.0`. (mruby 2.1.0 RC)
2.1.0-rc
Hiroshi Mimaki
2019-10-06
Get keyword arguments with `mrb_get_args()`
dearblue
2019-10-04
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Yukihiro "Matz" Matsumoto
2019-10-03
Fix opcode semantics comment miss. (op_jmpnil)
Hirohito Higashi
2019-10-03
Fix opcode semantics comment miss.
Hirohito Higashi
2019-09-30
Remove a trailing space in `MRUBY_DESCRIPTION`
KOBAYASHI Shuji
2019-09-29
Remove unnecessary type `mrb_hash_value`
dearblue
2019-09-29
Add an annotation of the return value from `mrb_delete_key`; #4737
Yukihiro "Matz" Matsumoto
2019-09-27
Merge pull request #4733 from shuujii/use-type-predicate-macros-instead-of-mr...
Yukihiro "Matz" Matsumoto
2019-09-26
Fixed `codedump` for human readable symbol format; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-26
Merge pull request #4732 from dearblue/inttypes
Yukihiro "Matz" Matsumoto
2019-09-25
Merge pull request #4728 from shuujii/remove-MRB_TT_HAS_BASIC-macro
Yukihiro "Matz" Matsumoto
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-25
Use inttypes for `snprintf()`
dearblue
2019-09-25
Remove `MRB_TT_HAS_BASIC` macro
KOBAYASHI Shuji
2019-09-22
Implement all type predicate macros for `MRB_WORD_BOXING`
KOBAYASHI Shuji
2019-09-21
Rename MRB_USE_ETEXT_EDATA to MRB_USE_LINK_TIME_RO_DATA_P and support lld lin...
Fangrui Song
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-15
Refactor `mrb_type` in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
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
Remove `mrb_funcall` from `<=>` operations.
Yukihiro "Matz" Matsumoto
2019-09-08
Optimize `mrb_bool()` with `MRB_WORD_BOXING`
KOBAYASHI Shuji
2019-09-07
Increase symbol bit size on 32-bit mode with `MRB_WORD_BOXING`
KOBAYASHI Shuji
2019-09-06
Avoid bit fields in `mrb_value`; ref b2c3d88f
KOBAYASHI Shuji
2019-09-02
Fix an error in refactoring; fix #4682
Yukihiro "Matz" Matsumoto
2019-08-31
Fix `mrb_immediate_p(MRB_TT_FREE)` to return `false`; ref #4679
Yukihiro "Matz" Matsumoto
2019-08-31
Refactor #4662 with different names.
Yukihiro "Matz" Matsumoto
2019-08-31
Implement `mrb_immediate_p` macro for `MRB_WORD_BOXING`
KOBAYASHI Shuji
2019-08-26
fix lots of warnings and make logo not so big
David Siaw
2019-08-26
change doc directory and reduce warnings
David Siaw
2019-08-23
Fix `RBreak` exceeding 6 words on 32-bit mode w/o boxing and `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-20
Avoid C++ strict aliasing warning.
Yukihiro "Matz" Matsumoto
2019-08-20
Use `RBasic` padding for embedded string on 64-bit CPU
KOBAYASHI Shuji
2019-08-18
Allow external definition of MRB_API macro
Ryan Lopopolo
2019-08-19
Merge pull request #4636 from davidsiaw/doxygen
Yukihiro "Matz" Matsumoto
2019-08-18
fix up documentation for values
David Siaw
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-18
fix up markdown display in doxygen
David Siaw
2019-08-18
first bit of doc generation
David Siaw
2019-08-17
Merge pull request #4634 from shuujii/refactor-set-unset-string-type-flags
Yukihiro "Matz" Matsumoto
2019-08-17
Refactor set/unset string type flags
KOBAYASHI Shuji
2019-08-17
Resolve conflict between #4582 and C++ warning.
Yukihiro "Matz" Matsumoto
2019-08-16
Update `struct RArray` union to silence C++ warning.
Yukihiro "Matz" Matsumoto
[prev]
[next]