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
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Make `Proc#parameters` to support keyword arguments; fix #5066
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default `mrb_value` representation to `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382
Yukihiro "Matz" Matsumoto
2020-10-12
Add static check for `MRB_USE_FLOAT` and `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `NaN` boxing definitions.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix typo `_hander` -> `_handler`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace global jump with catch handler implementation
dearblue
2020-10-12
Removed push/pop instructions for rescue/ensure
dearblue
2020-10-12
Extended `OP_EXCEPT` and `OP_RAISE` (`OP_RAISEIF`) instructions
dearblue
2020-10-12
Extended mruby binary format
dearblue
2020-10-12
Revert 4c001673b
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `union mrb_value` to `union mrb_value_`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `mrb_value` structure for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `mrb_value` structure for `MRB_NAN_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Refine `MRB_NAN_BOXING` on 32bit architecture.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default boxing scheme from `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Pack `mrb_value` into `uint64_t` when `MRB_NAN_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Enable method cache by default.
Yukihiro "Matz" Matsumoto
2020-10-12
Upgrade `RITE_VM_VERSION` to `0300` (means mruby 3.0).
Yukihiro "Matz" Matsumoto
2020-10-12
Split `MRB_BINARY_FORMAT` to major and minor.
Yukihiro "Matz" Matsumoto
2020-10-12
Update opcode reference and comment.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `OP_EXT[123]` from operands.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` to `irep` structure to place data on ROM.
Yukihiro "Matz" Matsumoto
2020-10-12
Specify the size of `struct RStringEmbed` array part.
Yukihiro "Matz" Matsumoto
2020-10-12
Clarify the use of `MRB_64BIT` and `MRB_INT64` in `dump.c` and `load.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C source file to represent `mrb_irep` structures.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `irep` C struct dump from `mrbc` with `-S` option.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `mrb_irep` for `code_fetch_hook`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stringify non C identifier symbols to stop macro errors by old gcc.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-10-12
Change the arguments of following implicit conversion functions:
Yukihiro "Matz" Matsumoto
2020-10-12
Provide functions that take symbols instead of `const char*`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add functions that take symbols as arguments.
Yukihiro "Matz" Matsumoto
2020-10-12
Define a new function `mrb_funcall_id()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_OPSYM()` to `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Create `MRB_OPSYM()` macro to refer symbols corresponding operators.
Yukihiro "Matz" Matsumoto
2020-10-12
Undefine internal macros in `presym.h`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-09-10
Merge pull request #4933 from dearblue/variables
Yukihiro "Matz" Matsumoto
2020-09-03
Remove `enum call_type`
dearblue
2020-08-29
mruby-io: Fixing compilation issue under the legacy MinGW environment
SiZiOUS
[next]