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
Age
Commit message (
Expand
)
Author
2015-09-03
remove trailing spaces from bc9c47d5
Yukihiro "Matz" Matsumoto
2015-09-03
Merge pull request #2924 from zzak/mruby-test
Yukihiro "Matz" Matsumoto
2015-09-03
unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935
Yukihiro "Matz" Matsumoto
2015-09-02
Integer << and >> to use Float instead of raising RangeError
Yukihiro "Matz" Matsumoto
2015-09-02
Make travis happy
Zachary Scott
2015-09-02
Float << and >> should be more compatible to Fixnum
Yukihiro "Matz" Matsumoto
2015-09-02
ensure must not be called before rescue; fix #2933
Yukihiro "Matz" Matsumoto
2015-09-02
Merge pull request #2934 from zzak/master
Yukihiro "Matz" Matsumoto
2015-09-02
Merge pull request #2932 from jbreeden/cpp11_compatibility_fix
Yukihiro "Matz" Matsumoto
2015-09-02
update string.h.md; ref #2931
Yukihiro "Matz" Matsumoto
2015-09-02
Merge pull request #2931 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-09-01
Typo in mruby-bin-debugger/mrbgem.rake
Zachary Scott
2015-09-01
C++ 11 requires a space between literal and identifiers
jbreeden
2015-09-01
mruby-test should be opt-in
Zachary Scott
2015-09-01
Update string.h.md
Ralph Desir
2015-09-01
Merge pull request #2930 from suzukaze/version2
Yukihiro "Matz" Matsumoto
2015-09-01
Add a global const variable MRUBY_RELEASE_NO
Jun Hiroe
2015-09-01
Refactor version.h macros
Jun Hiroe
2015-09-01
Merge pull request #2929 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-09-01
Merge pull request #2927 from hone/bintest_subfolders
Yukihiro "Matz" Matsumoto
2015-08-31
Update string.h.md
Ralph Desir
2015-08-31
run bintests within subfolders of bintest/
Terence Lee
2015-08-31
Update string.h.md
Ralph Desir
2015-08-30
Update string.h.md
Ralph Desir
2015-08-30
Added string markdown.
Ralph Desir(Mav7)
2015-08-27
Merge pull request #2925 from suzukaze/test-string-freeze
Yukihiro "Matz" Matsumoto
2015-08-27
Add String#freeze test
Jun Hiroe
2015-08-27
add String#freeze to the core
Yukihiro "Matz" Matsumoto
2015-08-22
Add mruby-test build config and update :test task to use mrbgem binary
Zachary Scott
2015-08-22
Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rake
Zachary Scott
2015-08-22
Move test source code and rake task to mrbgem
Zachary Scott
2015-08-22
Merge pull request #2923 from yasuyuki/nil
Yukihiro "Matz" Matsumoto
2015-08-22
Merge pull request #2922 from gkta/refactor-mrubygem-code
Yukihiro "Matz" Matsumoto
2015-08-22
Use #nil? instead of == nil.
INOUE Yasuyuki
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-20
Merge pull request #2921 from gkta/refactor-array
Yukihiro "Matz" Matsumoto
2015-08-19
array.rb: refactor some code
go.kikuta
2015-08-18
Merge pull request #2920 from cremno/fix-irep-float-dump-format-string-for-mr...
Yukihiro "Matz" Matsumoto
2015-08-18
Merge pull request #2919 from cremno/delete-duplicate-definition-of-exception...
Yukihiro "Matz" Matsumoto
2015-08-17
delete duplicate definition of Exception.exception
cremno
2015-08-17
fix irep float dump format string for MRB_USE_FLOAT
cremno
2015-08-12
Merge pull request #2913 from gkta/remove-duplicate-len-check
Yukihiro "Matz" Matsumoto
2015-08-12
Remove duplicated RARRAY_LEN check
go.kikuta
2015-08-11
Merge pull request #2912 from gkta/remove-nonneed-tmp-value
Yukihiro "Matz" Matsumoto
2015-08-11
Remove non-need tmp value
go.kikuta
2015-08-11
compiler: allow "class A end" by tweaking the superclass rule like CRuby2.3
Yukihiro "Matz" Matsumoto
[next]