summaryrefslogtreecommitdiffhomepage
path: root/mrblib
AgeCommit message (Expand)Author
2014-06-06Merge pull request #2359 from take-cheeze/src_gen_depYukihiro "Matz" Matsumoto
2014-06-05remove mrblib/print.rb that only raise NotImplementedError; ref #2354Yukihiro "Matz" Matsumoto
2014-06-05remove eval (that only raises NotImplementedError) from the core; ref #2354Yukihiro "Matz" Matsumoto
2014-06-04Add generator script to dependency so that it will regenerate C codes when it...take_cheeze
2014-06-02Implement `NoMethodError#args`.take_cheeze
2014-05-10Add comments to Hash methodsJun Hiroe
2014-05-10Merge pull request #2223 from yui-knk/fix-nameerrorYukihiro "Matz" Matsumoto
2014-05-10Change to raise TypeError (Hash#merge, #merge!)yui-knk
2014-05-10Delete unused NameError#new. And add test.yui-knk
2014-04-30use Kernel#__send__ insteard of Kernel#sendksss
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-27re-apply 3644f1b since we have fixed GC bugYukihiro "Matz" Matsumoto
2014-04-26revert 3644f1b temporary since it caused SEGV only on Travis-CIYukihiro "Matz" Matsumoto
2014-04-26Refactoring Comparablemirichi
2014-04-25Refactoring Array#__svaluemirichi
2014-04-24Range#each fixnums are specialksss
2014-04-12retrieve values in Hash#each to handle modified keysYukihiro "Matz" Matsumoto
2014-04-07Hash#replace should copy default from original even when the default value of...Yukihiro "Matz" Matsumoto
2014-04-04Hash#replace should copy default as well; close #2004Yukihiro "Matz" Matsumoto
2014-04-04implement Hash#initialize in CYukihiro "Matz" Matsumoto
2014-04-04call to_hash before replacing hashYukihiro "Matz" Matsumoto
2014-04-04protect NoMethodError from calling to_hash in ==/eql?; close #2002Yukihiro "Matz" Matsumoto
2014-04-04Hash#replace to preserve order; close #2001Yukihiro "Matz" Matsumoto
2014-04-03downto, upto, step to return EnumeratorYukihiro "Matz" Matsumoto
2014-04-02implement part of Array#<=> in CYukihiro "Matz" Matsumoto
2014-04-02implement Array comparisons by RubyYukihiro "Matz" Matsumoto
2014-04-01implement Hash#== and eql? in RubyYukihiro "Matz" Matsumoto
2014-04-01move Array#inspect implementation to mrblib/array.rbYukihiro "Matz" Matsumoto
2014-04-01move Hash#inspect implementation to mrblib/hash.rbYukihiro "Matz" Matsumoto
2014-03-31according to JIS/ISO, Array is not ComparableYukihiro "Matz" Matsumoto
2014-03-24Hash#__update fix typoksss
2014-03-23Hash#{reject,reject!} fix yield valueksss
2014-03-23Hash#{reject,reject!} support return Enumeratorksss
2014-03-23Hash#{select,select!} fix yield valueksss
2014-03-23Hash#{select,select!} support return Enumeratorksss
2014-03-23Hash#each_{key,value} support return Enumeratorksss
2014-03-21reduce object allocation in __updateYukihiro "Matz" Matsumoto
2014-03-21Fix behavior of Comparable methodsksss
2014-03-21reduce hash creation by using update methodYukihiro "Matz" Matsumoto
2014-03-19enum methods to support multiple values; all?, any?, grep, include?, drop, dr...Yukihiro "Matz" Matsumoto
2014-03-19Merge pull request #1882 from ksss/enum-find_allYukihiro "Matz" Matsumoto
2014-03-18Merge pull request #1880 from ksss/enum-each_with_indexYukihiro "Matz" Matsumoto
2014-03-18rescue StopIteration only.Tomoyuki Sahara
2014-03-17Enumerable#find_all return Enumerator if non block givenksss
2014-03-17Enumrable#each_with_index return Enumerator if non block givenksss
2014-03-17Merge branch 'refactor-enumerable.rb' of https://github.com/suzukaze/mruby in...Yukihiro "Matz" Matsumoto
2014-03-17Refactor Enumerable#include?Jun Hiroe
2014-03-17Refactor Enumerable#any?Jun Hiroe
2014-03-17Refactor Enumerable#all?Jun Hiroe
2014-03-17add Enumerable#sort_byYukihiro "Matz" Matsumoto