summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-07-13Calculating sizes of VM components for a FiberRory OConnell
2020-07-13Use object iv table size in calculationRory OConnell
2020-07-13Use size of hash's table in calculationRory OConnell
2020-07-13All values use page slot size in calculationRory OConnell
2020-07-10fix case scopes and variable namesRory OConnell
2020-07-09Initial ObjectSpace.memsize_of implementationRory OConnell
2020-07-05Merge pull request #5029 from RoryO/true-eq-falseYukihiro "Matz" Matsumoto
2020-07-04fix object_id of true, false, and undef all 0Rory OConnell
2020-07-02Cancel 9cdf439Yukihiro "Matz" Matsumoto
2020-06-30Merge pull request #5028 from RoryO/msvc-optimize-shuffle-bugYukihiro "Matz" Matsumoto
2020-06-29VS2013 32-bit does not workRory OConnell
2020-06-29use 2015 image for 2013 builds, ruby 2 not on 2013 imageRory OConnell
2020-06-29fix quotingRory OConnell
2020-06-29name appveyor jobs, fix <=2015 configRory OConnell
2020-06-29simplify appveyor configRory OConnell
2020-06-29per-machine appveyor os configRory OConnell
2020-06-29Work around more MSC optimzer bugsRory OConnell
2020-06-29update CI settings for WindowsRory OConnell
2020-06-29Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`.Yukihiro "Matz" Matsumoto
2020-06-26Reduce scope of volatile keyword for MSC bugRory OConnell
2020-06-26Narrower scope working around MSC bugRory OConnell
2020-06-26work around MSC optimization generating non functional codeRory OConnell
2020-06-25Remove unnecessary stack adjustment in `OP_CALL`.Yukihiro "Matz" Matsumoto
2020-06-25Free the original pointer if `realloc` failed.Yukihiro "Matz" Matsumoto
2020-06-25Remove unnecessary `break` from `numeric.c`.Yukihiro "Matz" Matsumoto
2020-06-25Use `snprintf` instead of `memcpy` in `mrbc.c`.Yukihiro "Matz" Matsumoto
2020-06-25Change flag names in preparation of `REnv` refactoring.Yukihiro "Matz" Matsumoto
2020-06-25Use `mrb_get_argc()` to improve performance.Yukihiro "Matz" Matsumoto
2020-06-23Create codeql-analysis.ymlYukihiro "Matz" Matsumoto
2020-06-22Skip `mrb_get_args()` in `mrb_ary_{aget,aset}` unless necessary.Yukihiro "Matz" Matsumoto
2020-06-20Fix potential buffer overflow in `sprintf.c`.Yukihiro "Matz" Matsumoto
2020-06-20Support integer and float combination in `mrb_equal()`.Yukihiro "Matz" Matsumoto
2020-06-20Move definition of `BasicObject#!=` to `mrblib`.Yukihiro "Matz" Matsumoto
2020-06-20Add `mrb_get_arg1()` that retrieves single (and only) argument.Yukihiro "Matz" Matsumoto
2020-06-20Symbolify saved alias name to improve performance.Yukihiro "Matz" Matsumoto
2020-06-15Remove unnecessary comments from `MRB_TT_*` definitions.Yukihiro "Matz" Matsumoto
2020-06-15Remove unused `MRB_TT_FILE`.Yukihiro "Matz" Matsumoto
2020-06-11Reorganize gray mark functions in GC.Yukihiro "Matz" Matsumoto
2020-06-11Remove GC test code from ancient.Yukihiro "Matz" Matsumoto
2020-06-11Remove endian configuration methods.Yukihiro "Matz" Matsumoto
2020-06-11Merge pull request #5023 from dearblue/nestingYukihiro "Matz" Matsumoto
2020-06-09Update `OP_HASH` generation to support big hash creation.Yukihiro "Matz" Matsumoto
2020-06-09Merge pull request #5022 from dearblue/test-dirYukihiro "Matz" Matsumoto
2020-06-09Merge pull request #5021 from dearblue/kernel-testYukihiro "Matz" Matsumoto
2020-06-09Remove `mrb_assert()` in `Module.nesting`dearblue
2020-06-09Need `build/XXX/mrbgems/mruby-test` directorydearblue
2020-06-09Update `test/t/kernel.rb`dearblue
2020-06-08Merge pull request #5020 from jethrodaniel/masterYukihiro "Matz" Matsumoto
2020-06-08only use GEMNAME if defined in assert.rbMark Delk
2020-06-08Merge pull request #5013 from shuujii/print-exception-backtrace-if-possible-w...Yukihiro "Matz" Matsumoto