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
2021-04-24
Introduce `MRB_GC_RED`
dearblue
2021-04-22
error.h: rename `mrb_protect_raw` to `mrb_protect_error`; #5415
Yukihiro "Matz" Matsumoto
2021-04-20
Remove unused struct in `include/mruby/variable.h`
KOBAYASHI Shuji
2021-04-19
Merge pull request #5415 from dearblue/unwind-mrb_protect
Yukihiro "Matz" Matsumoto
2021-04-19
Introducing the `mrb_protect_raw()` API function
dearblue
2021-04-19
backtrace.c: remove `MRB_API` from internal functions.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-12
proc.h: add type cast to silence warning; ref #5402
Yukihiro "Matz" Matsumoto
2021-04-03
chore: fix spelling
John Bampton
2021-03-19
rational.c: overhaul rational operators.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-08
ISO C99 doesn't support unnamed unions; fix #5354
Yukihiro "Matz" Matsumoto
2021-03-05
Merge pull request #5373 from mruby/stable
Yukihiro "Matz" Matsumoto
2021-03-05
Update version and release date. (mruby 3.0.0 (2021-03-05))
3.0.0
mimaki
2021-03-04
Fix `mrb_pool_value` to keep `int64` on 32 bit platforms; fix #5366
Yukihiro "Matz" Matsumoto
2021-02-19
mruby/value.h: `MRB_TT_CPTR` is immediate with `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2021-02-19
Fix `mrb_immediate_p()` definition for `MRB_NO_BOXING`; ref #5352
Yukihiro "Matz" Matsumoto
2021-02-19
Check `MRB_TT_*` before object allocation; ref #5352
Yukihiro "Matz" Matsumoto
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-02-13
chore: fix spelling
John Bampton
2021-02-12
include/mruby/array.h: `ARY_LEN()` should return `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-02-08
Allow the case `MRB_32BIT` and `MRB_NO_BOXING` and `MRB_USE_FLOAT32`; #4382
Yukihiro "Matz" Matsumoto
2021-02-03
Update version to `3.0.0RC`.
3.0.0-rc
mimaki
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-31
Introduced `MRB_PRESYM_INIT_SYMBOLS()`
dearblue
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Fix typos in `mruby/presym/{disable,enable}.h` [ci skip]
KOBAYASHI Shuji
2021-01-27
Fix "Use `MRB_SYM()` for error class retrieval"; ref 2ddfd50df
KOBAYASHI Shuji
2021-01-26
Use `MRB_SYM()` for error class retrieval; ref #5277
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-23
Remove test debug lines in fallback `presym.inc`
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Reduce size of `mrb_callinfo` by rearranging members.
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Fix a signed shift bug on 32 bit platforms; ref e1c9e7e
Yukihiro "Matz" Matsumoto
2021-01-12
Save `NOARG` information in `struct mt_elem`; fix #5257
Yukihiro "Matz" Matsumoto
2021-01-12
Changed packing format of inline symbols.
Yukihiro "Matz" Matsumoto
2021-01-11
Remove the definition of `mrb_uint` in `numeric.h` that is no longer needed
KOBAYASHI Shuji
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Unified `pc` and `err` of `mrb_callinfo`
dearblue
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-10
Use `uint16_t` for `argc` and `acc` of `mrb_callinfo`
dearblue
2021-01-09
Introduce `mrb_uint` which is unsigned integer with size of `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-01-09
Remove `khash.h` leftovers.
Yukihiro "Matz" Matsumoto
2021-01-07
Add scan target functions for presym
KOBAYASHI Shuji
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2020-12-31
Treat tabs as 8 spaces in squiggly heredocs
Seeker
[next]