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
/
parse.y
Age
Commit message (
Expand
)
Author
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-26
Add support for squiggly heredocs
Seeker
2020-12-24
Reset paren_nest at tAREF and tASET.
Yukihiro "Matz" Matsumoto
2020-12-17
feat(CI): add a GitHub Action to check spelling
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-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-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-02
Replace `R-assignment` by `single-line pattern matching`.
Yukihiro "Matz" Matsumoto
2020-10-16
Add startless range (another part of #5085)
Yukihiro "Matz" Matsumoto
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-15
Fix out of bound access in `parse.y`.
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Avoid `unsigned int`; Use `mrb_int` instead.
Yukihiro "Matz" Matsumoto
2020-10-12
Raname `mrb_exc_new_str_lit()` to `mrb_exc_new_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make `Proc#parameters` to support keyword arguments; fix #5066
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Allow `rescue` modifier in endless method definitions.
Yukihiro "Matz" Matsumoto
2020-10-12
Implement endless-def as in CRuby [Feature#16746].
Yukihiro "Matz" Matsumoto
2020-10-12
Rightward-assign by ASSOC.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-10-12
Use more `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_QSYM()` instead of `MRB_OPSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_OPSYM()` instead of `mrb_intern_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-09-10
Merge pull request #4933 from dearblue/variables
Yukihiro "Matz" Matsumoto
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-02
Remove `patch_irep()` in `mruby-eval`
dearblue
2020-05-15
Remove `YYERROR_VERBOSE` which no longer supported since `bison 3.6`.
Yukihiro "Matz" Matsumoto
2020-05-07
Fix wrong line number before comment line; fix #4993
Yukihiro "Matz" Matsumoto
2020-04-27
Updating `parse.y for recent `bison` (retry).
Yukihiro "Matz" Matsumoto
2020-04-27
Revert "Change obsolete `%pure-parser` to `%define api.pure`."
Yukihiro "Matz" Matsumoto
2020-04-27
Change obsolete `%pure-parser` to `%define api.pure`.
Yukihiro "Matz" Matsumoto
2020-04-25
Implemented argument forwarding by `...`
Yukihiro "Matz" Matsumoto
2020-04-01
Avoid unnecessary `nextc()` recursion.
Yukihiro "Matz" Matsumoto
[prev]
[next]