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
/
test
/
t
Age
Commit message (
Expand
)
Author
2017-03-15
Suuport custom separator
ksss
2017-03-11
Merge branch 'master' into string-gsub
Yukihiro "Matz" Matsumoto
2017-03-10
\1 sequences as empty strings
ksss
2017-03-10
Avoid infinity loop when empty string pattern
ksss
2017-03-05
Merge pull request #3483 from ksss/string-index
Yukihiro "Matz" Matsumoto
2017-03-05
String#index shouldn't return nil when "".index ""
ksss
2017-03-02
Create NoMethodError instance using `mrb_obj_new()`.
Yukihiro "Matz" Matsumoto
2017-02-27
Remove default Kernel#method_missing.
Yukihiro "Matz" Matsumoto
2017-02-15
Move BasicObject#method_missing to Kernel#method_missing; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-06
Kernel#local_variables: Make result array unique
ksss
2017-01-18
Merge pull request #3362 from ksss/proc
Yukihiro "Matz" Matsumoto
2017-01-11
Fix 36fc1f14 not checking in the right location
Bouke van der Bijl
2016-12-25
Fix segv when primitive value
ksss
2016-12-22
Should call initialize method if defined
ksss
2016-12-21
Proc shouldn't have `initialize` method
ksss
2016-12-15
Fix crash when exponent is -2147483648
Clayton Smith
2016-12-11
Implement Object#freeze
Takashi Kokubun
2016-12-10
Merge pull request #3324 from bouk/mruby/bouk-negate
Yukihiro "Matz" Matsumoto
2016-12-09
Fix segfault in gen_values with NOVAL and more than 127 args
Bouke van der Bijl
2016-12-08
Fix segfault when undef is called with exactly 127 arguments
Bouke van der Bijl
2016-12-07
Don't generate code for NODE_NEGATE if the result isn't used
Bouke van der Bijl
2016-12-07
Copy default_proc by Hash#dup.
Shugo Maeda
2016-12-03
update NoMethodError tests; ref #3291
Yukihiro "Matz" Matsumoto
2016-12-03
Merge branch 'method-missing-segfault' of https://github.com/bouk/mruby into ...
Yukihiro "Matz" Matsumoto
2016-12-03
Merge pull request #3319 from bouk/apost-splatt
Yukihiro "Matz" Matsumoto
2016-12-03
Merge pull request #3317 from bouk/missing-to-s
Yukihiro "Matz" Matsumoto
2016-12-02
Fix segfault in mrb_proc_copy.
Clayton Smith
2016-12-01
Fix segfault when using result of rest assignment
Bouke van der Bijl
2016-12-01
Use mrb_ptr instead of mrb_cptr in Kernel#to_s
Bouke van der Bijl
2016-12-01
Merge pull request #3312 from nobu/feature/multi-unicode-escape
Yukihiro "Matz" Matsumoto
2016-12-01
Support multiple elements \u syntax
Nobuyoshi Nakada
2016-12-01
Fix assertion argument orders
Nobuyoshi Nakada
2016-12-01
Add test for recently fixed bugs
Yutaka HARA
2016-11-30
Merge pull request #3278 from bouk/dup-class
Yukihiro "Matz" Matsumoto
2016-11-25
resolve conflict; ref #3279
Yukihiro "Matz" Matsumoto
2016-11-25
resolve conflict; ref #3283
Yukihiro "Matz" Matsumoto
2016-11-25
resolve conflict; ref #3285
Yukihiro "Matz" Matsumoto
2016-11-25
resolve conflict; ref #3286
Yukihiro "Matz" Matsumoto
2016-11-25
Merge pull request #3287 from bouk/proc-arity
Yukihiro "Matz" Matsumoto
2016-11-25
Merge pull request #3284 from bouk/remove-method-segfault
Yukihiro "Matz" Matsumoto
2016-11-25
Merge pull request #3288 from bouk/chomp-bang-len
Yukihiro "Matz" Matsumoto
2016-11-24
Fix instances where return value of mrb_method_search_vm is unchecked
Francois Chagnon
2016-11-24
Fix unsafe peephole optimization
Francis Bogsanyi
2016-11-24
Get String length after args in String#chomp!
Clayton Smith
2016-11-24
Fix calling .arity on Proc with undefined `initialize`
Francois Chagnon
2016-11-24
Fix segfault caused by empty condition in ternary
Bouke van der Bijl
2016-11-24
Fix codegen issue causing misaligned register
Bouke van der Bijl
2016-11-24
Fix segfault on remove_method with invalid argument
Bouke van der Bijl
2016-11-24
Fix segfault on method call with exactly 127 arguments
Bouke van der Bijl
2016-11-24
Fix nested empty heredoc causing segfault
Bouke van der Bijl
[prev]
[next]