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
2022-01-11
parse.y: numbered parameters should not appear on toplevel.
Yukihiro "Matz" Matsumoto
2022-01-11
parse.y: move numbered parameter indexing to lexer.
Yukihiro "Matz" Matsumoto
2022-01-10
parse.y: `p->nvar` (numbered argument index list) may be `NULL`.
Yukihiro "Matz" Matsumoto
2021-12-27
parse.y: prohibit numbered parameters as arguments; fix #5605
Yukihiro "Matz" Matsumoto
2021-12-24
parse.y: allow arguments start with `_` to appear multiple times; fix #5604
Yukihiro "Matz" Matsumoto
2021-12-22
parse.y: adjust `void_expr_error()`; fix #5606
Yukihiro "Matz" Matsumoto
2021-12-17
Add `bin/mrbc --no-ext-ops` switch
dearblue
2021-12-02
parse.y: support anonymous block argument introduced by Ruby3.1.
Yukihiro "Matz" Matsumoto
2021-11-21
parse.y: check duplicated argument names; fix #5575
Yukihiro "Matz" Matsumoto
2021-11-20
parse.y: unnamed rest argument should be `mul (*)`.
Yukihiro "Matz" Matsumoto
2021-11-20
parse.y: skip unnecessary `local_add_f(p, 0)`.
Yukihiro "Matz" Matsumoto
2021-11-12
parse.y: should allow newline after `...`.
Yukihiro "Matz" Matsumoto
2021-11-10
parse.y: allow `...` in formal arguments without parentheses.
Yukihiro "Matz" Matsumoto
2021-10-19
codegen.c: skip `OP_LOADSELF` using `OP_SSEND`.
Yukihiro "Matz" Matsumoto
2021-10-16
parse.y: check `car` part of return node.
Yukihiro "Matz" Matsumoto
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-09-27
parse.y: `__ENCODING__` should be determined in run-time; fix #5552
Yukihiro "Matz" Matsumoto
2021-09-13
parse.y: `cons_free` unused node (empty string node).
Yukihiro "Matz" Matsumoto
2021-09-13
parse.y: allow non-local variable access from hash value omission.
Yukihiro "Matz" Matsumoto
2021-09-13
parse.y: allow value omission in Hash literals introduced in Ruby3.1.
Yukihiro "Matz" Matsumoto
2021-09-12
parse.y: fix `nint` (int to node) and `intn` (node to int).
Yukihiro "Matz" Matsumoto
2021-09-12
parse.y: avoid adding zero length strings.
Yukihiro "Matz" Matsumoto
2021-09-07
parse.y: refactor `mrb_parser_parse()`.
Yukihiro "Matz" Matsumoto
2021-09-06
parse.y: refactoring `mrb_parser_parser()`.
Yukihiro "Matz" Matsumoto
2021-07-26
parse.y: fix an integer cast warning.
Yukihiro "Matz" Matsumoto
2021-07-26
parse.y: `mrb_int_read()` returns `mrb_int` not `unsigned long`.
Yukihiro "Matz" Matsumoto
2021-07-26
parse.y: unify redundant functions `yywarn()` and `yywarning()`.
Yukihiro "Matz" Matsumoto
2021-07-25
parse.y: replace `strtoul()` by `mrb_int_read()`.
Yukihiro "Matz" Matsumoto
2021-07-21
codegen.c: skip `-@` call if the argument is a literal integer.
Yukihiro "Matz" Matsumoto
2021-06-28
Merge pull request #5493 from dearblue/binding.2
Yukihiro "Matz" Matsumoto
2021-06-26
Fixed finding variables from `proc` in `binding.eval` failed
dearblue
2021-06-26
Fixed finding variables defined in the upper proc failed
dearblue
2021-05-18
parse.y: allow "command" syntax in endless method definition.
Yukihiro "Matz" Matsumoto
2021-05-18
parse.y: endless singleton method definition can omit parens.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-02-24
parse.y: endless_method_name should allow `==`.
Yukihiro "Matz" Matsumoto
2021-02-24
parse.y: upgrade endless `def` syntax.
Yukihiro "Matz" Matsumoto
2021-02-13
chore: fix spelling
John Bampton
2021-02-13
parse.y: string buffer (`tokbuf`) can overflow.
Yukihiro "Matz" Matsumoto
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
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-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
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
[next]