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
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
2020-10-12
Add a new document named `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
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
Enable method cache by default.
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
Update the build instruction.
Yukihiro "Matz" Matsumoto
2020-10-12
Small updates on documents:
Yukihiro "Matz" Matsumoto
2020-08-06
Update release date.
2.1.2
Hiroshi Mimaki
2020-07-01
Update version to `2.1.2`. (mruby 2.1.2 RC)
2.1.2-rc
Hiroshi Mimaki
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-04
Update release date.
2.1.1
Hiroshi Mimaki
2020-05-10
Update `doc/opcode.md` [ci skip]
dearblue
2020-05-07
Update `doc/opcode.md` for operand signs. [ci skip]
Yukihiro "Matz" Matsumoto
2020-05-07
Update `doc/opcode.md` to reflect the latest bytecode.
Yukihiro "Matz" Matsumoto
2020-05-07
Update `doc/guides/compile.md` to note the `bison` failure on Mac.
Yukihiro "Matz" Matsumoto
2020-04-10
Update version to `2.1.1`. (mruby 2.1.1 RC)
2.1.1-rc
Hiroshi Mimaki
[next]