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
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
2020-08-12
Simplify MSVC detection to `mrb_static_assert`
KOBAYASHI Shuji
2020-08-11
Merge pull request #5062 from shuujii/use-normal-static_assert-in-mrb_static_...
Yukihiro "Matz" Matsumoto
2020-08-11
Use normal `static_assert` in `mrb_static_assert` as much as possible
KOBAYASHI Shuji
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-08-09
Allow `mrb_static_assert()` to be used outside of functions
KOBAYASHI Shuji
2020-08-08
Reintroduce `mrb_static_assert`; #5051
Yukihiro "Matz" Matsumoto
2020-08-06
Merge pull request #5059 from mruby/stable
Yukihiro "Matz" Matsumoto
2020-08-06
Merge master.
Hiroshi Mimaki
2020-08-06
Remove `mrb_static_assert` from the core; #5051
Yukihiro "Matz" Matsumoto
2020-08-06
Update release date.
2.1.2
Hiroshi Mimaki
2020-07-31
Simplify `khash.h`.
Yukihiro "Matz" Matsumoto
2020-07-29
Fixed shift width for `MRB_ENV_SET_BIDX()`
dearblue
2020-07-24
Improve prototype for `mrb_objspace_page_slot_size()`; ref #5032
dearblue
2020-07-17
Merge pull request #5038 from dearblue/bidx
Yukihiro "Matz" Matsumoto
2020-07-16
Fixed shift width for `MRB_ENV_SET_BIDX()`
dearblue
2020-07-15
mrb_ prefix convention
Rory O'Connell
2020-07-13
Use object iv table size in calculation
Rory OConnell
2020-07-13
Use size of hash's table in calculation
Rory OConnell
2020-07-13
All values use page slot size in calculation
Rory OConnell
2020-07-01
Update version to `2.1.2`. (mruby 2.1.2 RC)
2.1.2-rc
Hiroshi Mimaki
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unnecessary comments from `MRB_TT_*` definitions.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unused `MRB_TT_FILE`.
Yukihiro "Matz" Matsumoto
2020-06-09
Update `OP_HASH` generation to support big hash creation.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-04
Update release date.
2.1.1
Hiroshi Mimaki
2020-06-04
Merge pull request #4865 from take-cheeze/istruct_align
Yukihiro "Matz" Matsumoto
2020-06-02
Remove `patch_irep()` in `mruby-eval`
dearblue
2020-05-31
Fix float constant redefinition warnings
Rory OConnell
2020-05-24
Do not destruct rest arguments for __send__
Yusuke Endoh
2020-05-19
Adding warnings for mrb_load functions leaking RProc objects
Rory OConnell
2020-05-07
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
2020-05-07
Remove endian information/flags from compiled binary format.
Yukihiro "Matz" Matsumoto
2020-05-07
Update compiled binary format version for `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Add a new instruction `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `mrb_run` from `MRB_API`; #4488
Yukihiro "Matz" Matsumoto
2020-05-04
Enable MRB_METHOD_T_STRUCT by default on 32bit GUN/Linux
Horimoto Yasuhiro
2020-04-28
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
2020-04-26
Reduce `struct mrb_context`
dearblue
2020-04-24
Support `undef` for `mrb_ary_splice()` instead of `[]`
dearblue
2020-04-22
Add new function `mrb_singleton_class_ptr()`; ref #4973
Yukihiro "Matz" Matsumoto
2020-04-14
Merge pull request #4972 from dearblue/boxnan-cptr
Yukihiro "Matz" Matsumoto
2020-04-13
Fix `MRB_TT_CPTR` object with `MRB_NAN_BOXING`
dearblue
[next]