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
2016-05-16
stack adjustment after NODE_OP_ASGN with NODE_CALL was wrong; fix #3159
Yukihiro "Matz" Matsumoto
2016-05-16
parser_dump() to show symbol number for NODE_SYM
Yukihiro "Matz" Matsumoto
2016-05-11
Merge pull request #3157 from cremno/add-mrb_int_mul_overflow
Yukihiro "Matz" Matsumoto
2016-05-10
use mrb_int_mul_overflow()
cremno
2016-05-10
add mrb_int_mul_overflow(); close #3149
cremno
2016-05-10
Merge pull request #3156 from cremno/fix-mruby_version-value
Yukihiro "Matz" Matsumoto
2016-05-10
Merge pull request #3154 from cremno/improve-checked-mrb_int-arithmetic-imple...
Yukihiro "Matz" Matsumoto
2016-05-10
Merge pull request #3155 from cremno/fix-3152
Yukihiro "Matz" Matsumoto
2016-05-09
fix MRUBY_VERSION value
cremno
2016-05-09
raise the error at runtime; fix #3152
cremno
2016-05-09
use type-generic checked arithmetic builtins
cremno
2016-05-09
define macros only if builtins are n/a
cremno
2016-05-09
Merge pull request #3153 from kou/remove-needless-assignment
Yukihiro "Matz" Matsumoto
2016-05-09
Remove needless assignment
Kouhei Sutou
2016-04-27
Merge pull request #3151 from okkez/use-stack-directly
Yukihiro "Matz" Matsumoto
2016-04-27
Use stack directly
Kenji Okimoto
2016-04-23
mruby-sprintf:fix double negative signs in printf; fix #3148
Yukihiro "Matz" Matsumoto
2016-04-23
mruby-sprintf: format specifiers o,u,x,b ignore sign(+); ref #3148
Yukihiro "Matz" Matsumoto
2016-04-16
Merge pull request #3147 from ksss/1.8
Yukihiro "Matz" Matsumoto
2016-04-16
Avoid Syntax Error on CRuby v1.8
ksss
2016-04-14
Merge pull request #3145 from timoschilling/patch-1
Yukihiro "Matz" Matsumoto
2016-04-13
fix syntax highlighting
Timo Schilling
2016-04-11
mruby-eval: instance_eval should keep target_class; close #3141
Yukihiro "Matz" Matsumoto
2016-04-11
vm.c: mrb_hash_set() may reallocate VM stack; close #3133
Yukihiro "Matz" Matsumoto
2016-04-04
fix possible memory leak in mruby-time gem
Yukihiro "Matz" Matsumoto
2016-04-01
fix too much optimization for `||=`
Yukihiro "Matz" Matsumoto
2016-03-30
fix duplicated eval in op_asgn
Yukihiro "Matz" Matsumoto
2016-03-30
reduce OP_ARRAY in argument splat
Yukihiro "Matz" Matsumoto
2016-03-30
mruby-enum-ext: refine minmax
Yukihiro "Matz" Matsumoto
2016-03-25
Merge pull request #3142 from kou/add-missing-regs-update
Yukihiro "Matz" Matsumoto
2016-03-25
Add missing regs update
Kouhei Sutou
2016-03-24
remove wrong ISO section from safe navigation test; ref 4c1ce0f6
Yukihiro "Matz" Matsumoto
2016-03-24
better code generation for `||=`; #3138
Yukihiro "Matz" Matsumoto
2016-03-24
`||=` with cvars and constants should work with false values; #3138
Yukihiro "Matz" Matsumoto
2016-03-23
`||=` reference error can happen with constants as well; #3138
Yukihiro "Matz" Matsumoto
2016-03-23
add #dig tests
Yukihiro "Matz" Matsumoto
2016-03-23
add #dig to Array,Hash and Struct
Yukihiro "Matz" Matsumoto
2016-03-23
add safe-navigation operator tests
Yukihiro "Matz" Matsumoto
2016-03-23
add safe-navigation (aka lonely) operator `&.`
Yukihiro "Matz" Matsumoto
2016-03-23
Merge pull request #3139 from cremno/fix-vs2010-build
Yukihiro "Matz" Matsumoto
2016-03-22
fix VS2010/2012 build
cremno
2016-03-22
deprecate Visual Studio 2010 and 2012
cremno
2016-03-22
remove unnecessary array/each
cremno
2016-03-22
fixed silly class variable/constant confusion; #3138
Yukihiro "Matz" Matsumoto
2016-03-21
rescue NameError from class variable access like `@@foo ||= 42`; fix #3138
Yukihiro "Matz" Matsumoto
2016-03-16
Merge pull request #3131 from bggd/fix_bintest_on_windows
Yukihiro "Matz" Matsumoto
2016-03-16
Merge pull request #3132 from pbosetti/edison
Yukihiro "Matz" Matsumoto
2016-03-16
Merge pull request #3136 from bggd/add_appveyor
Yukihiro "Matz" Matsumoto
2016-03-15
Create appveyor_config.rb
bggd
2016-03-15
Add appveyor.yml for Visual Studio 2015/2013
bggd
[next]