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-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
2016-03-14
Merge pull request #3135 from wanabe/reduce-include-paths
Yukihiro "Matz" Matsumoto
2016-03-13
Reduce compiler include_paths
wanabe
2016-03-07
Added example for cross-compiling on Intel Edison
Paolo Bosetti
2016-03-07
Fix doesn't work bintest on :visualcpp toolchain
bggd
2016-03-07
fix dump_prefix() with wrong type argument; fix #3128
Yukihiro "Matz" Matsumoto
2016-03-07
change backtrace sep from const char* to char
Yukihiro "Matz" Matsumoto
2016-03-07
Merge pull request #3125 from zzak/default-benchmark-build-config
Yukihiro "Matz" Matsumoto
2016-03-06
Merge pull request #3129 from kou/fix-segv-by-backtrace-and-gc
Yukihiro "Matz" Matsumoto
2016-03-06
Merge pull request #3127 from kou/suppress-warning
Yukihiro "Matz" Matsumoto
2016-03-06
Fix segmentation fault by backtrace and GC
Kouhei Sutou
2016-03-06
Revert "Merge pull request #3126 from jbreeden/backtrace_irep_null_check"
Kouhei Sutou
2016-03-06
Suppress a warning
Kouhei Sutou
2016-03-06
Merge pull request #3126 from jbreeden/backtrace_irep_null_check
Yukihiro "Matz" Matsumoto
2016-03-05
Fix Travis CI
jbreeden
2016-03-05
Null check for irep & initialize loc.lineno
jbreeden
2016-03-04
Add default benchmark build config
Zachary Scott
2016-02-29
Merge pull request #3121 from asfluido/master
Yukihiro "Matz" Matsumoto
2016-02-26
The original code crashed when mrb->backtrace.n grew to 16.
Carlo Prelz
2016-02-25
Merge pull request #3120 from rmalizia44/patch-1
Yukihiro "Matz" Matsumoto
2016-02-24
Avoid Error when Compiling with -std=c99 flag
Malizia R
2016-02-22
too many register push for else-less condtions; fix #3117
Yukihiro "Matz" Matsumoto
2016-02-22
cosmetic change for OP_EQ
Yukihiro "Matz" Matsumoto
2016-02-19
mruby-struct: copied Struct length is not initialized; fix #3114
Yukihiro "Matz" Matsumoto
2016-02-17
peephole optimization for LOADNIL before STRCAT; ref #3110
Yukihiro "Matz" Matsumoto
[next]