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
2014-01-02
Merge pull request #1637 from h2so5/extended-arena-size
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1636 from cremno/mrb_get_args-z-errmsg
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1635 from cremno/cpp-conditionals
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1633 from cremno/nan-boxing-uintptr_t
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1631 from cremno/fix-ruby-warnings
Yukihiro "Matz" Matsumoto
2014-01-02
Fix extended arena check in gc_protect
h2so5
2014-01-02
use the same error msg as mrb_str_to_cstr/CRuby
cremno
2014-01-02
remove various preprocessor conditionals
cremno
2014-01-02
tiny word boxing optimization
cremno
2014-01-02
NaN boxing: use uintptr_t for bit manipulations
cremno
2014-01-02
codegen.c: remove superfluous return
cremno
2014-01-02
fix some warnings emitted by 'ruby -w'
cremno
2014-01-01
return value from #object_id may not be Fixnum; ref #1630
Yukihiro "Matz" Matsumoto
2014-01-01
successful recursion check to be shallower; ref #1630
Yukihiro "Matz" Matsumoto
2013-12-31
Merge pull request #1630 from carsonmcdonald/morekerneltests
Yukihiro "Matz" Matsumoto
2013-12-31
Method missing and inspect tests
Carson McDonald
2013-12-31
Test coverage of extending stack and overflow
Carson McDonald
2013-12-31
More object_id test coverage
Carson McDonald
2013-12-30
Merge pull request #1624 from cubicdaiya/issues/invalid_return_in_top_level
Yukihiro "Matz" Matsumoto
2013-12-30
Merge pull request #1625 from iij/pr-string-partition
Yukihiro "Matz" Matsumoto
2013-12-30
Merge pull request #1626 from carsonmcdonald/moreclasstests
Yukihiro "Matz" Matsumoto
2013-12-30
Merge pull request #1629 from akuroda/add_array_test
Yukihiro "Matz" Matsumoto
2013-12-30
add some tests for [], delete_at, index, and rindex
Akira Kuroda
2013-12-27
When superclass isn't a class tests
Carson McDonald
2013-12-27
More singleton tests
Carson McDonald
2013-12-27
add String#partition and String#rpartition.
Tomoyuki Sahara
2013-12-27
return-value of mrb_run is invalid in top-level-scope
cubicdaiya
2013-12-27
remove unnecessary depedency in test build
take_cheeze
2013-12-26
adjust register position for return value; fix #1620
Yukihiro "Matz" Matsumoto
2013-12-26
revert fix in #1620
Yukihiro "Matz" Matsumoto
2013-12-26
Merge branch 'singletonfix' of https://github.com/carsonmcdonald/mruby into c...
Yukihiro "Matz" Matsumoto
2013-12-25
Fix return when value expected
Carson McDonald
2013-12-25
Add more testing for singletons
Carson McDonald
2013-12-25
use static symbols for debug filename info
Yukihiro "Matz" Matsumoto
2013-12-25
wrong operator precedence fixed
Yukihiro "Matz" Matsumoto
2013-12-24
Merge pull request #1619 from carsonmcdonald/fixmoduleattrtest
Yukihiro "Matz" Matsumoto
2013-12-25
avoid copying when the original string comes with MRB_STR_NOFREE
Yukihiro "Matz" Matsumoto
2013-12-25
clear STR_NOFREE flag on modify
Yukihiro "Matz" Matsumoto
2013-12-25
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-12-25
zero copy str_new from static allocate irep
Yukihiro "Matz" Matsumoto
2013-12-25
zero copy intern from static allocate irep
Yukihiro "Matz" Matsumoto
2013-12-25
rename mrb_intern_litral -> mrb_intern_static
Yukihiro "Matz" Matsumoto
2013-12-24
Change :vattr= to :cattr= in respond_to? test
Carson McDonald
2013-12-24
Merge pull request #1618 from h2so5/fix-1617
Yukihiro "Matz" Matsumoto
2013-12-24
fix #1617
h2so5
2013-12-24
class/module body to honor whether value is required or not; reduce a few ins...
Yukihiro "Matz" Matsumoto
2013-12-24
zero copy C literal strings in symbol table
Yukihiro "Matz" Matsumoto
2013-12-24
remove MRB_IREP_ARRAY_INIT_SIZE which is no longer used
Yukihiro "Matz" Matsumoto
2013-12-24
string type check based on #to_str to encourage duck typing; #1616
Yukihiro "Matz" Matsumoto
2013-12-23
Merge pull request #1616 from h2so5/verify-string-match
Yukihiro "Matz" Matsumoto
[prev]
[next]