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
Age
Commit message (
Expand
)
Author
2020-04-01
Avoid unnecessary `nextc()` recursion.
Yukihiro "Matz" Matsumoto
2020-01-08
`p->locals` may be `NULL` when error occurs before the point.
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid creating temporary objects in `read_irep_record_1`; close #4920
Yukihiro "Matz" Matsumoto
2020-01-05
Fix ainfo with keyword arguments; fix #4921
dearblue
2020-01-01
Allow `here-doc` in the middle of Hash expressions; fix #4815
Yukihiro "Matz" Matsumoto
2019-12-27
Merge pull request #4910 from shuujii/use-Rake-DSL-instead-of-commands-of-Fil...
Yukihiro "Matz" Matsumoto
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-12-27
Prohibit assignment to numbered parameters.
Yukihiro "Matz" Matsumoto
2019-12-27
Allow non numbered-parameter identifier like `_1` outside of blocks.
Yukihiro "Matz" Matsumoto
2019-12-27
Numbered parameters: usually linked list uses `cdr` for links.
Yukihiro "Matz" Matsumoto
2019-12-27
Prohibit numbered parameters as method arguments; fix #4892
Yukihiro "Matz" Matsumoto
2019-12-23
Handle CR LF newline natively in lexer
take-cheeze
2019-12-21
Numbered parameters should not be available in the lambda bodies.
Yukihiro "Matz" Matsumoto
2019-12-21
`_0` is not numbered parameter
KOBAYASHI Shuji
2019-12-21
Fix SEGV from numbered parameters outside of blocks; fix #4862
Yukihiro "Matz" Matsumoto
2019-12-09
Warnings for numbered parameters in nested blocks.
Yukihiro "Matz" Matsumoto
2019-12-09
Parser refactoring on numbered parameters.
Yukihiro "Matz" Matsumoto
2019-12-09
Support new numbered parameter syntax `_1` instead of `@1`.
Yukihiro "Matz" Matsumoto
2019-12-09
Implement numbered parameters
Ukrainskiy Sergey
2019-11-19
Always enable the rational and complex literals
KOBAYASHI Shuji
2019-11-14
Fix here document with EOF
KOBAYASHI Shuji
2019-11-13
Use `mrb_intern_lit` if possible in `parse.y`
KOBAYASHI Shuji
2019-11-12
Use `intern` instead of `intern_cstr` if possible in `parse.y`
KOBAYASHI Shuji
2019-11-08
Fixed a bug in keyword arguments in block parameters; fix #4810
Yukihiro "Matz" Matsumoto
2019-11-08
Allow here-doc before closing parentheses; ref #4796
Yukihiro "Matz" Matsumoto
2019-11-04
Avoid using C++ style comments (`//`) in `parse.y` [ci skip]
KOBAYASHI Shuji
2019-10-30
Fix here-doc inside parens and brackets; fix #4796
Yukihiro "Matz" Matsumoto
2019-10-11
Move exception raising to `scope_new`.
Yukihiro "Matz" Matsumoto
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
Remove unused node type in `codegen()`
KOBAYASHI Shuji
2019-09-28
Replace `mrb_sym_name` with `mrb_sym_dump`; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
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-31
Skip `nil?` method call in `if` conditionals.
Yukihiro "Matz" Matsumoto
2019-08-20
Fixed a bug in the `OP_JMPNOT` optimization (13eaff4); fix #4644
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4639 from dearblue/suppress-Wstringop-truncation
Yukihiro "Matz" Matsumoto
2019-08-18
Suppress warnings for `strncat()`
dearblue
[next]