- 19 Feb, 2019 1 commit
-
-
kimu_shu authored
-
- 18 Feb, 2019 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
Merge pull request #4284 from shuujii/use-assert_same-instead-of-assert_equal-in-enum-reverse_each-test Use `assert_same` instead of `assert_equal` in `Enumerable#reverse_each` test
-
Yukihiro "Matz" Matsumoto authored
Fix wrong assertion method in some tests
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reorder members in `struct backtrace_location`
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded `memset()` in `src/backtrace.c`
-
KOBAYASHI Shuji authored
`sizeof(struct backtrace_location)` is 24 bytes -> 16 bytes in LP64 data model etc.
-
KOBAYASHI Shuji authored
-
- 17 Feb, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix destroyed "inline packed symbols" on 32 bit mode with `MRB_WORD_BOXING`
-
Yukihiro "Matz" Matsumoto authored
Refine dependencies for `mruby-config`
-
Yukihiro "Matz" Matsumoto authored
Fix typos
-
yui-knk authored
-
KOBAYASHI Shuji authored
-
- 16 Feb, 2019 5 commits
-
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Add length argument for `sym_inline_unpack()`
-
dearblue authored
-
dearblue authored
-
KOBAYASHI Shuji authored
`sym_inline_unpack_with_bit()` is moved inside of `sym_inline_unpack()` because this is used only one place.
-
- 15 Feb, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Extract code fragment for unpacking into method in `sym_inline_unpack()`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_assert()` for checking `sym` in `sym_inline_unpack()`
-
- 14 Feb, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add `const` to `pack_table` in `src/symbol.c`
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Lazy message/diff creation for assertion in `test/assert.rb`
-
KOBAYASHI Shuji authored
Include the following changes too: - Extract part of logic with block to a method - Use `var ||= ...` instead of `var = ... unless var` - Unify using parentheses for `t_print` - Change methods order
-
- 12 Feb, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Always through `assert_true` for assertion methods in `test/assert.rb`
-
Yukihiro "Matz" Matsumoto authored
Refine `mrbgems/mruby-bin-config/mrbgem.rake`
-
KOBAYASHI Shuji authored
- Use `MRuby::Gem::Specification` - Fix a binary name is added to `MRuby::Build#bins` multiple times - Close file immediately (avoid using `open(...).read`) - Simplify
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Small symbols with all alphanumeric characters (<5) are packed in 32bit symbol integer a la base64. This means those small symbols are not listed in `Symbol.all_symbols`.
-
- 11 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Small refactoring in `codegen.c`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Feb, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
NULL safed `mrb_open_core()`
-
KOBAYASHI Shuji authored
-