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
Age
Commit message (
Expand
)
Author
2019-10-02
Merge pull request #4747 from shuujii/avoid-symhash-call-for-inline-symbol-in...
Yukihiro "Matz" Matsumoto
2019-10-02
Avoid `symhash()` call for inline symbol in `sym_intern()`
KOBAYASHI Shuji
2019-10-02
Merge pull request #4736 from dearblue/ast-strdump
Yukihiro "Matz" Matsumoto
2019-10-01
Merge pull request #4745 from shuujii/dump-more-node-types
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-10-01
Merge pull request #4744 from shuujii/remove-a-trailing-space-in-MRUBY_DESCRI...
Yukihiro "Matz" Matsumoto
2019-09-30
Remove a trailing space in `MRUBY_DESCRIPTION`
KOBAYASHI Shuji
2019-09-30
Support `NODE_DSYM` in `mrb_parser_dump`
KOBAYASHI Shuji
2019-09-30
Merge pull request #4742 from dearblue/mrb_hash_value
Yukihiro "Matz" Matsumoto
2019-09-29
Remove unnecessary type `mrb_hash_value`
dearblue
2019-09-29
Merge pull request #4741 from shuujii/print-missing-colon-before-newline-in-m...
Yukihiro "Matz" Matsumoto
2019-09-29
Print missing `:` before newline in `mrb_parser_dump`
KOBAYASHI Shuji
2019-09-29
Merge pull request #4740 from dearblue/rethrow-break
Yukihiro "Matz" Matsumoto
2019-09-29
Allow rethrowing `MRB_TT_BREAK`
dearblue
2019-09-29
Merge pull request #4739 from dearblue/restore-arena
Yukihiro "Matz" Matsumoto
2019-09-29
Further refactoring over #4738
Yukihiro "Matz" Matsumoto
2019-09-29
Merge pull request #4738 from dearblue/unneed-assign
Yukihiro "Matz" Matsumoto
2019-09-29
Restore GC arena frequently
dearblue
2019-09-29
Merge pull request #4737 from dearblue/hash-delete
Yukihiro "Matz" Matsumoto
2019-09-29
Add an annotation of the return value from `mrb_delete_key`; #4737
Yukihiro "Matz" Matsumoto
2019-09-29
Remove unnecessary assignments
dearblue
2019-09-29
Merge pull request #4735 from shuujii/remove-unused-node-type-in-codegen
Yukihiro "Matz" Matsumoto
2019-09-29
Add an annotation about the return value
dearblue
2019-09-29
Escape the AST string
dearblue
2019-09-28
Remove unused node type in `codegen()`
KOBAYASHI Shuji
2019-09-28
Merge pull request #4734 from shuujii/simplify-arguments-check-in-String-rindex
Yukihiro "Matz" Matsumoto
2019-09-28
Replace `mrb_sym_name` with `mrb_sym_dump`; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-27
Simplify arguments check in `String#rindex`
KOBAYASHI Shuji
2019-09-27
Merge pull request #4733 from shuujii/use-type-predicate-macros-instead-of-mr...
Yukihiro "Matz" Matsumoto
2019-09-26
Fixed `codedump` for human readable symbol format; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-26
Use proper type specifier for `mrb_raisef()`; ref #4731
Yukihiro "Matz" Matsumoto
2019-09-26
Merge pull request #4732 from dearblue/inttypes
Yukihiro "Matz" Matsumoto
2019-09-26
Merge pull request #4731 from dearblue/consistent-type
Yukihiro "Matz" Matsumoto
2019-09-25
Merge pull request #4728 from shuujii/remove-MRB_TT_HAS_BASIC-macro
Yukihiro "Matz" Matsumoto
2019-09-25
Merge pull request #4729 from dearblue/fix-4598
Yukihiro "Matz" Matsumoto
2019-09-25
Merge pull request #4730 from dearblue/fall-through
Yukihiro "Matz" Matsumoto
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-25
Use inttypes for `snprintf()`
dearblue
2019-09-25
Keep the type of `posarg` consistent
dearblue
2019-09-25
Add "fall through"
dearblue
2019-09-25
Fix `MRB_WITHOUT_FLOAT` reversal; fix #4598
dearblue
2019-09-25
Remove `MRB_TT_HAS_BASIC` macro
KOBAYASHI Shuji
2019-09-24
Merge pull request #4727 from shuujii/exception-initialize-should-not-allow-t...
Yukihiro "Matz" Matsumoto
2019-09-24
`Exception#initialize` should not allow two or more arguments
KOBAYASHI Shuji
2019-09-23
Merge pull request #4726 from shuujii/fix-Fixnum-overflow-test-in-Integer-lsh...
Yukihiro "Matz" Matsumoto
2019-09-23
Fix `Fixnum` overflow test in `Integer#<<` test
KOBAYASHI Shuji
2019-09-23
Merge pull request #4725 from shuujii/implement-all-type-predicate-macros-for...
Yukihiro "Matz" Matsumoto
[prev]
[next]