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
2019-10-04
Refactor local variables addition in optional/keyword arguments.
Yukihiro "Matz" Matsumoto
2019-10-03
Add local variable reordering to `kwargs`; ref #4746
Yukihiro "Matz" Matsumoto
2019-10-03
Need to reorder local variables defined in `opt`; fix #4746
Yukihiro "Matz" Matsumoto
2019-10-03
Refactor `append_gen` function.
Yukihiro "Matz" Matsumoto
2019-10-02
Merge pull request #4736 from dearblue/ast-strdump
Yukihiro "Matz" Matsumoto
2019-10-01
Support `NODE_LITERAL_DELIM` in `mrb_parser_dump`
KOBAYASHI Shuji
2019-10-01
Support `NODE_SYMBOLS` in `mrb_parser_dump`
KOBAYASHI Shuji
2019-10-01
Support `NODE_WORDS` in `mrb_parser_dump`
KOBAYASHI Shuji
2019-09-30
Support `NODE_DSYM` in `mrb_parser_dump`
KOBAYASHI Shuji
2019-09-29
Print missing `:` before newline in `mrb_parser_dump`
KOBAYASHI Shuji
2019-09-29
Escape the AST string
dearblue
2019-09-28
Replace `mrb_sym_name` with `mrb_sym_dump`; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-15
Merge pull request #4512 from lopopolo/patch-1
Yukihiro "Matz" Matsumoto
2019-09-14
Revert "Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4...
Yukihiro "Matz" Matsumoto
2019-09-14
Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4706
Yukihiro "Matz" Matsumoto
2019-08-18
Suppress warnings for `strncat()`
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-27
Fix line number bug; fix #4513
Yukihiro "Matz" Matsumoto
2019-07-17
Revert #4300
KOBAYASHI Shuji
2019-07-15
Unify type of line number to `uint16_t`
KOBAYASHI Shuji
2019-06-17
Support parsing a Regexp literal with 'o' option
Ryan Lopopolo
2019-06-17
Fixed indentation in parse.y
Yukihiro "Matz" Matsumoto
2019-06-17
Allow newlines and comments between method calls.
Yukihiro "Matz" Matsumoto
2019-06-17
Support `&.` at the beginning of the line.
Yukihiro "Matz" Matsumoto
2019-06-17
Fixed wrong behavior on `..` at the beginning of the line.
Yukihiro "Matz" Matsumoto
2019-05-16
Enable `YYSTACK_USE_ALLOCA`.
Yukihiro "Matz" Matsumoto
2019-05-15
Fix
Ukrainskiy Sergey
2019-05-15
Small refactoring
Ukrainskiy Sergey
2019-05-15
Initial suffix support
Ukrainskiy Sergey
2019-05-03
Clean duplicate code
dearblue
2019-04-14
Fix string index for appending
dearblue
2019-04-14
Fix hexdigits convertion
dearblue
2019-04-11
Fix buffer overflows in parser.
Clayton Smith
2019-04-10
Rename `itoa` to `dump_int` to avoid name crash; ref #4173
Yukihiro "Matz" Matsumoto
2019-04-08
Avoid using `snprintf` when `MRB_DISABLE_STDIO` is set; fix #4173
Yukihiro "Matz" Matsumoto
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-03-25
Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338
Yukihiro "Matz" Matsumoto
2019-02-28
Add `warning: ` prefix to parser warning message
KOBAYASHI Shuji
2019-02-28
Merge pull request #4301 from shuujii/remove-unnecessary-backticks
Yukihiro "Matz" Matsumoto
2019-02-27
Compositing `NODE_DSTR` and `NODE_DSTR`
dearblue
2019-02-27
Compositing `NODE_DSTR` and `NODE_STR`
dearblue
2019-02-27
Compositing `NODE_STR` and `NODE_DSTR`
dearblue
2019-02-27
Replacement to function for composite two string nodes
dearblue
2019-02-27
Replacement to function for `NODE_STR` cheking
dearblue
2019-02-27
Compositing `NODE_STR` and `NODE_STR`
dearblue
2019-02-27
Concatenate string literals
dearblue
2019-02-27
Remove unnecessary backticks; ref #2858
KOBAYASHI Shuji
2019-02-27
Use `yywarning()` instead of `yywarning_s()` for `MRB_WITHOUT_FLOAT`
KOBAYASHI Shuji
2019-02-07
Add `OP_ENTER` to blocks without parameters; fix #4175
Yukihiro "Matz" Matsumoto
[next]