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
/
doc
Age
Commit message (
Expand
)
Author
2021-03-09
chore: fix grammar
John Bampton
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
Update minimal build configuration [ci skip]
KOBAYASHI Shuji
2021-02-21
Updated `doc/opcode.md` to match `include/mruby/ops.h` [ci skip]
dearblue
2021-02-13
chore: fix spelling
John Bampton
2021-02-13
Update compile prerequisites in `doc/guides/compile.md` [ci skip]
KOBAYASHI Shuji
2021-02-12
doc/mruby3.md: use relative path.
Yukihiro "Matz" Matsumoto
2021-02-12
Update `docs/guides/mrbgems.md`; ref #5210
Yukihiro "Matz" Matsumoto
2021-02-12
Update `docs/guides/compile.md`.
Yukihiro "Matz" Matsumoto
2021-02-09
Upgrade supported Ruby version to 2.5.
Yukihiro "Matz" Matsumoto
2021-01-28
Update `limitation.md` for integer division change in 3.0.
Yukihiro "Matz" Matsumoto
2021-01-28
Stop mentioning `MRB_NO_PRESYM` in the doc.
Yukihiro "Matz" Matsumoto
2021-01-28
Describe disabling preallocated symbols in the doc.
Yukihiro "Matz" Matsumoto
2021-01-26
Adjust spaces after list markers.
Yukihiro "Matz" Matsumoto
2021-01-26
Update `doc/mruby3.md`.
Yukihiro "Matz" Matsumoto
2021-01-26
Add `doc/symbols.md`. [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-25
Add description for `mruby-config` in `compile.md`. [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-23
Fixed typo; ref #5296
Yukihiro "Matz" Matsumoto
2021-01-23
Fix typo
Yevhen Viktorov
2020-12-19
refactor: fix case of GitHub and fix missing HTTPS on link
John Bampton
2020-12-19
refactor: remove trailing whitespace
John Bampton
2020-12-19
feat(CI): add a GitHub Action to lint the Markdown
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-13
Fix spelling
John Bampton
2020-12-05
Update "Configuration Options Changed" in `doc/mruby3.md` [ci skip]
KOBAYASHI Shuji
2020-11-26
Create presym files for each build target
KOBAYASHI Shuji
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-25
Fix C source compilation with `MRB_USE_ALL_SYMBOLS`; ref #5187
KOBAYASHI Shuji
2020-11-25
Remove no longer used `MRB_IV_SEGMENT_SIZE; close #5188 [ci skip]
Yukihiro "Matz" Matsumoto
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-22
Add brief explanation about `bin/mruby`; ref #5157 [ci skip]
dearblue
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-04
Update `mruby3.md` about new instructions.
Yukihiro "Matz" Matsumoto
2020-11-02
Search gem from `MRUBY_ROOT` if build config is in `build_config`.
Yukihiro "Matz" Matsumoto
2020-11-02
Replace `R-assignment` by `single-line pattern matching`.
Yukihiro "Matz" Matsumoto
2020-11-02
Update the build description in `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-11-02
Fix parallel build
KOBAYASHI Shuji
2020-10-29
Fix typo in `doc/guides/compile.md` [ci skip]
KOBAYASHI Shuji
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-19
Revert `MRUBY_TARGET` mechanism; ref #5096
KOBAYASHI Shuji
2020-10-16
Typo fixed; ref #5095
Yukihiro "Matz" Matsumoto
2020-10-12
Use Markdown section marker `#`; ref #5084 [ci skip]
Yukihiro "Matz" Matsumoto
2020-10-12
Explain `MRB_USE_MALLOC_TRIM`; ref #5069
Yukihiro "Matz" Matsumoto
2020-10-12
Make division by zero cause `ZeroDivisionError`.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Update `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Allow `MRUBY_CONFIG` to specify target file out of source tree.
Yukihiro "Matz" Matsumoto
[next]