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
/
mrbgems
/
mruby-compiler
/
core
Age
Commit message (
Expand
)
Author
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-24
Prohibit `r` suffix after scientific notation (e.g. `1e10`).
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-21
Fix a bug that `:_1` to cause syntax error; fix #5295
Yukihiro "Matz" Matsumoto
2021-01-21
Better error messages with yacc tokens.
Yukihiro "Matz" Matsumoto
2021-01-15
Avoid syntax error regarding colons in the expression; fix #5290
Yukihiro "Matz" Matsumoto
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Fix mixture of inline `int` declaration in `for` statement.
Yukihiro "Matz" Matsumoto
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-07
Use `nint()` for implicit cast; ref #5260
Yukihiro "Matz" Matsumoto
2021-01-06
Add heredoc_push_indented helper function
Seeker
2021-01-06
Fix line continuations with mixed indentation in squiggly heredocs
Seeker
2021-01-06
Use `~0U` instead of `~0` to avoid sign comparison warnings.
Yukihiro "Matz" Matsumoto
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2021-01-06
Avoid comparing `-1` with `size_t` (unsigned); Use `~0` instead.
Yukihiro "Matz" Matsumoto
2021-01-03
Fix for escaped newlines in squiggly heredocs
Seeker
2021-01-02
Use type casting macros; ref #5246 #5247
Yukihiro "Matz" Matsumoto
2020-12-31
Treat tabs as 8 spaces in squiggly heredocs
Seeker
2020-12-31
Fix regression for squiggly heredocs
Seeker
2020-12-28
Fix mixed indentation and escaped tabs in squiggly heredocs
Seeker
2020-12-27
Fix for empty lines in squiggly heredocs
Seeker
2020-12-27
Fix operand types error
Seeker
2020-12-27
Commit y.tab.c
Seeker
2020-12-26
Add support for squiggly heredocs
Seeker
2020-12-24
Reset paren_nest at tAREF and tASET.
Yukihiro "Matz" Matsumoto
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-17
feat(CI): add a GitHub Action to check spelling
John Bampton
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-09
Argument forwarding with `...` now supports leading arguments.
Yukihiro "Matz" Matsumoto
2020-12-08
Fix a bug caused by `tBDOT3` (argument forwarding).
Yukihiro "Matz" Matsumoto
2020-12-05
Fixed a memory leak bug on `codegen_error()` when `irep->rlen>255`.
Yukihiro "Matz" Matsumoto
2020-12-02
Fix build for C++ version >= C++11 when `enable_cxx_exception`; close #5199
KOBAYASHI Shuji
2020-12-02
Use `JMPLINK_START` instead of zero for a link start marker.
Yukihiro "Matz" Matsumoto
2020-12-02
Remove assertions to check catch handler offset to be in 16bits.
Yukihiro "Matz" Matsumoto
2020-12-02
Fixed memory leaks from `codegen_error`.
Yukihiro "Matz" Matsumoto
2020-12-01
Fix a ``OP_JMP` bug from `0` marker and address `0`.
Yukihiro "Matz" Matsumoto
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-22
Strictly speaking `NULL + 0` is a undefined behavior; ref #5157
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Allow to mixed and specify `*.rb` and `*.mrb` in `bin/mruby`
dearblue
2020-11-17
Overflown integers should not be fall back to float values.
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-05
Use `INT32_{MAX,MIN}` to specify integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-04
Avoid integer overflow in comparison.
Yukihiro "Matz" Matsumoto
[next]