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
2014-04-09
improve hash function based on #2027; close #2027
Yukihiro "Matz" Matsumoto
2014-04-08
Fix wrong `mrb_bug` use found with mruby-clang-plugin.
take_cheeze
2014-04-04
backslash escapes in regexp should be addressed by Regexp processor; close #2005
Yukihiro "Matz" Matsumoto
2014-04-04
Hash#replace should copy default as well; close #2004
Yukihiro "Matz" Matsumoto
2014-04-04
simplify string equality check
Yukihiro "Matz" Matsumoto
2014-04-04
implement Hash#initialize in C
Yukihiro "Matz" Matsumoto
2014-04-04
Hash#replace to preserve order; close #2001
Yukihiro "Matz" Matsumoto
2014-04-04
should not access proc->body.irep if proc is PROC_CFUNC; close #1999
Yukihiro "Matz" Matsumoto
2014-04-03
add assertion before casting
Yukihiro "Matz" Matsumoto
2014-04-03
downto, upto, step to return Enumerator
Yukihiro "Matz" Matsumoto
2014-04-03
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-03
too much peephole optimization; close #1992
Yukihiro "Matz" Matsumoto
2014-04-02
Use bool macro KHASH_DEFINE and KHASH_DECLARE
ksss
2014-04-02
implement part of Array#<=> in C
Yukihiro "Matz" Matsumoto
2014-04-02
implement Array comparisons by Ruby
Yukihiro "Matz" Matsumoto
2014-04-02
remove some empty lines
Yukihiro "Matz" Matsumoto
2014-04-02
handle CR before LF; close #1781
Yukihiro "Matz" Matsumoto
2014-04-02
simpler escape handling in ?c strings
Yukihiro "Matz" Matsumoto
2014-04-02
fix else indentation style
Yukihiro "Matz" Matsumoto
2014-04-01
Hash#keys to update memory region directly
Yukihiro "Matz" Matsumoto
2014-04-01
should adjust hash value order at deletion
Yukihiro "Matz" Matsumoto
2014-04-01
implement Hash#== and eql? in Ruby
Yukihiro "Matz" Matsumoto
2014-04-01
function expansion in hash.c
Yukihiro "Matz" Matsumoto
2014-04-01
move Array#inspect implementation to mrblib/array.rb
Yukihiro "Matz" Matsumoto
2014-04-01
move Hash#inspect implementation to mrblib/hash.rb
Yukihiro "Matz" Matsumoto
2014-04-01
Hash to preserve order as Ruby1.9 does
Yukihiro "Matz" Matsumoto
2014-04-01
Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.
take_cheeze
2014-04-01
Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.
take_cheeze
2014-04-01
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...
take_cheeze
2014-03-31
singleton class needs to set __outer__; fixed #1983
Yukihiro "Matz" Matsumoto
2014-03-31
Hash function to avoid funcalls if possible
Yukihiro "Matz" Matsumoto
2014-03-29
Kernel#send should preserve nregs in callinfo; close #1970
Yukihiro "Matz" Matsumoto
2014-03-28
Implement Kernel#define_singleton_method
ksss
2014-03-28
Add test for backquote.
take_cheeze
2014-03-28
do not use "to_f" to retrieve floats in mrb_get_args(); close #1965
Yukihiro "Matz" Matsumoto
2014-03-27
initialize ci->target_class in mrb_toplevel_run; ref #1942 close mattn/mruby-...
Yukihiro "Matz" Matsumoto
2014-03-27
Implement Kernel#__method__
ksss
2014-03-27
an int literal may have multiple underscores inside
Yukihiro "Matz" Matsumoto
2014-03-27
allow underscores in integer literals; close #1960
Yukihiro "Matz" Matsumoto
2014-03-27
Adapt for Float and Integer
Daniel Bovensiepen
2014-03-27
Adapt TypeError Message for String to Integer Conversion.
Daniel Bovensiepen
2014-03-26
should not over process ensure clauses; close #1949
Yukihiro "Matz" Matsumoto
2014-03-26
Merge pull request #1948 from monaka/pr-remove-unused-null-check
Yukihiro "Matz" Matsumoto
2014-03-26
Remove redundant NULL checks.
Masaki Muranaka
2014-03-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-26
add new function mrb_toplevel_run to prevent running through C function bouda...
Yukihiro "Matz" Matsumoto
2014-03-25
Fix unnecessary string macro
ksss
2014-03-25
Merge pull request #1937 from cubicdaiya/issues/mrb_int
Yukihiro "Matz" Matsumoto
2014-03-25
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-25
REnv uses obj->c as env link; no super
Yukihiro "Matz" Matsumoto
[next]