- 07 Jan, 2014 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
remove superfluous includes
-
cremno authored
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove duplicate test for mruby-string-utf8
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
mattn authored
-
- 06 Jan, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
tests for "case" expression.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
adjust proc->target_class according to surrounding proc->target_class; based on a patch from @Fleurer; close #1627
-
Tomoyuki Sahara authored
-
- 05 Jan, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Test for raise in ensure
-
Yukihiro "Matz" Matsumoto authored
Reduce unnecessary mrbgems full test rebuild.
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
h2so5 authored
-
- 04 Jan, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Test case statement with splat
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
object_id may not return Fixnum (ISO says Integer), since intptr_t may be bigger than Fixnum, so type check for Numeric; ref #1630
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Jan, 2014 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
use macros for assignments to ci->err
-
Yukihiro "Matz" Matsumoto authored
-
h2so5 authored
-
- 02 Jan, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
tiny word boxing optimization
-
Yukihiro "Matz" Matsumoto authored
remove superfluous return in codedump_all
-
Yukihiro "Matz" Matsumoto authored
Fix extended arena check in gc_protect
-
Yukihiro "Matz" Matsumoto authored
use the same error msg as mrb_str_to_cstr/CRuby
-
Yukihiro "Matz" Matsumoto authored
remove various preprocessor conditionals
-
Yukihiro "Matz" Matsumoto authored
NaN boxing: use uintptr_t for bit manipulations
-