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
/
src
Age
Commit message (
Expand
)
Author
2019-10-04
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Yukihiro "Matz" Matsumoto
2019-10-04
Implement Ruby2.7's frozen strings from `Symbol#to_s`.
Yukihiro "Matz" Matsumoto
2019-10-03
Remove duplicates header files in `src/pool.c`
dearblue
2019-10-02
Avoid `symhash()` call for inline symbol in `sym_intern()`
KOBAYASHI Shuji
2019-09-29
Allow rethrowing `MRB_TT_BREAK`
dearblue
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-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-24
`Exception#initialize` should not allow two or more arguments
KOBAYASHI Shuji
2019-09-21
Rename MRB_USE_ETEXT_EDATA to MRB_USE_LINK_TIME_RO_DATA_P and support lld lin...
Fangrui Song
2019-09-20
Fix compatibility issue of class variables.
Yukihiro "Matz" Matsumoto
2019-09-20
Add optional argument to `Module#class_variables`.
Yukihiro "Matz" Matsumoto
2019-09-19
Simplify arguments check in `String#index`
KOBAYASHI Shuji
2019-09-18
Remove `mrb_get_args(mrb, "")`; ref 30f37872
KOBAYASHI Shuji
2019-09-18
Fix `super` from aliased methods to work correctly; fix #4718
Yukihiro "Matz" Matsumoto
2019-09-17
Merge pull request #4717 from shuujii/fix-Fixnum-to_s-inspect-argument-specs
Yukihiro "Matz" Matsumoto
2019-09-17
Fix `Fixnum#(to_s|inspect)` argument specs
KOBAYASHI Shuji
2019-09-17
Merge pull request #4714 from dearblue/shrink-mrb_get_args
Yukihiro "Matz" Matsumoto
2019-09-17
Merge pull request #4715 from dearblue/need-block
Yukihiro "Matz" Matsumoto
2019-09-17
Merge pull request #4713 from shuujii/fix-argument-specs-to-Enumerable
Yukihiro "Matz" Matsumoto
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-09-16
Shrink `mrb_get_args()`
dearblue
2019-09-16
Cache argv first in each specifiers for `mrb_get_args()`; ref #3090
dearblue
2019-09-16
Fix argument specs to `Enumerable`
KOBAYASHI Shuji
2019-09-16
Raise `ArgumentError` by `aspec` check; ref #4688
Yukihiro "Matz" Matsumoto
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-14
Use `%C` to `mrb_name_error` in `mrb_method_search`; ref 5890c7d5
KOBAYASHI Shuji
2019-09-14
Remove `mrb_funcall` from `<=>` operations.
Yukihiro "Matz" Matsumoto
2019-09-14
Raise an error from `String#<=>` with a non string operand.
Yukihiro "Matz" Matsumoto
2019-09-14
Use `mrb_equal` instead of `mrb_funcall`.
Yukihiro "Matz" Matsumoto
2019-09-14
Remove `mrb_funcall` from `mrb_method_search`.
Yukihiro "Matz" Matsumoto
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-09-12
Use `mrb_str_inspect` instead of `mrb_str_dup`; fix #4678
Yukihiro "Matz" Matsumoto
2019-09-11
Move `String#{getbyte,setbyte,byteslice}` to the core; #4696
Yukihiro "Matz" Matsumoto
2019-09-09
Fix `mod.constants` not to have duplicate constant names; #4698
Yukihiro "Matz" Matsumoto
2019-09-09
Remove duplication of `BasicObject` constant; fix #4698
Yukihiro "Matz" Matsumoto
2019-09-09
Fix `Class.new` argument specs
KOBAYASHI Shuji
2019-09-08
Merge pull request #4695 from dearblue/promote-to-int
Yukihiro "Matz" Matsumoto
2019-09-08
Fix `mrb_vformat()` crashes with `MRB_INT16`
dearblue
2019-09-07
Revert part of #4225
Yukihiro "Matz" Matsumoto
2019-09-04
Fix argument specs to `BasicObject`
KOBAYASHI Shuji
2019-08-26
fix lots of warnings and make logo not so big
David Siaw
2019-08-24
Suppress warning by gcc with `-Wmaybe-uninitialized`
dearblue
2019-08-23
Fix `RBreak` exceeding 6 words on 32-bit mode w/o boxing and `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-21
Prioritize embedded string over nofree (or normal) string
KOBAYASHI Shuji
2019-08-20
Use `RBasic` padding for embedded string on 64-bit CPU
KOBAYASHI Shuji
2019-08-19
Move `mrb_str_pool` to `src/string.c` to use `str_init` family
KOBAYASHI Shuji
2019-08-19
Merge pull request #4638 from dearblue/simplify-get-args
Yukihiro "Matz" Matsumoto
[next]