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
/
mrblib
Age
Commit message (
Expand
)
Author
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-08-20
Move Module#include and #prepend to class.c; ref #3197
Yukihiro "Matz" Matsumoto
2016-08-19
renamed class.rb and error.rb to ensure they are read first; ref #3197
Yukihiro "Matz" Matsumoto
2016-02-16
suppress "can't convert Float into Integer" in Enumerable#hash
Yusuke Endoh
2016-01-27
protect NoMethodError from calling to_hash in replace
Sayed Abdelhaleem
2015-12-26
Refactor Array#each
Jun Hiroe
2015-12-15
Remove redundant conditions of Array#each in ruby extension
Yusuke Tanaka
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-22
Merge pull request #2999 from sagmor/better-docs
Yukihiro "Matz" Matsumoto
2015-10-21
loop() to return StopIteration#result; [ruby-bugs#11498]
Yukihiro "Matz" Matsumoto
2015-10-20
Remove obvious warnings from docs
Seba Gamboa
2015-09-23
remove a comment that no longer be true; 2cb6c27
Yukihiro "Matz" Matsumoto
2015-09-22
String#index should no longer take integer argument
Yukihiro "Matz" Matsumoto
2015-09-16
support String#[]= with 3 args
takahashim
2015-09-10
add Hash#rehash to handle key modification; ref #2945
Yukihiro "Matz" Matsumoto
2015-09-02
Float << and >> should be more compatible to Fixnum
Yukihiro "Matz" Matsumoto
2015-08-21
enum.rb: refactor code (remove redundant code)
go.kikuta
2015-08-21
array.rb: refactor (use onliner code if possible)
go.kikuta
2015-08-21
string.rb: refactor code (remove redundant code)
go.kikuta
2015-08-21
numeric.rb: refactor code (Avoid using {...} for multi-line blocks, Surround...
go.kikuta
2015-08-21
range.rb: refactor code (use ! instead of not, use favor modifier if and unle...
go.kikuta
2015-08-19
array.rb: refactor some code
go.kikuta
2015-08-17
delete duplicate definition of Exception.exception
cremno
2015-08-03
better hash value from enumerables; fix #2906
Yukihiro "Matz" Matsumoto
2015-07-16
Don't crash if pattern not found for sub
Jared Breeden
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2015-06-08
gsub/sub supports back references in substitutes. fixes #2816.
Tomoyuki Sahara
2015-05-29
update mrblib/*.rb files to conform (some of) Rubocop checks
Yukihiro "Matz" Matsumoto
2015-01-31
avoid block_given? in loop method for simplicity
Yukihiro "Matz" Matsumoto
2015-01-19
String#[]= should support negative position; close #2707
Yukihiro "Matz" Matsumoto
2015-01-14
fix infinite loop in String#match(arg) when arg is String
takahashim
2014-12-25
avoid block_given? in enum.rb to reduce method calls
Yukihiro "Matz" Matsumoto
2014-11-26
Fix: Numeric#step infinite loop.
TOMITA Masahiro
2014-10-02
Change mrblib's source path to absolute path
Hiroshi Mimaki
2014-09-02
implement attr_reader and attr_writer in C; use cfunc closure to speed-up
Yukihiro "Matz" Matsumoto
2014-09-01
attr_reader and attr_writer should return nil
Yukihiro "Matz" Matsumoto
2014-08-08
move StopIteration to core; close #2518
Yukihiro "Matz" Matsumoto
2014-07-12
rescue SystemStackError that comes from inspecting self-referencing Hashes an...
Yukihiro "Matz" Matsumoto
2014-06-06
Merge pull request #2359 from take-cheeze/src_gen_dep
Yukihiro "Matz" Matsumoto
2014-06-05
remove mrblib/print.rb that only raise NotImplementedError; ref #2354
Yukihiro "Matz" Matsumoto
2014-06-05
remove eval (that only raises NotImplementedError) from the core; ref #2354
Yukihiro "Matz" Matsumoto
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-05-10
Add comments to Hash methods
Jun Hiroe
2014-05-10
Merge pull request #2223 from yui-knk/fix-nameerror
Yukihiro "Matz" Matsumoto
2014-05-10
Change to raise TypeError (Hash#merge, #merge!)
yui-knk
2014-05-10
Delete unused NameError#new. And add test.
yui-knk
2014-04-30
use Kernel#__send__ insteard of Kernel#send
ksss
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-27
re-apply 3644f1b since we have fixed GC bug
Yukihiro "Matz" Matsumoto
[next]